POST services/api/v1/Save_ItemControll

Request Information

URI Parameters

None.

Body Parameters

GenerateItemControllItemRelation
NameDescriptionTypeAdditional information
FromLocation

integer

None.

ToLocation

integer

None.

IsPurchase

boolean

None.

IsSale

boolean

None.

IsTransferIn

boolean

None.

IsTransferOut

boolean

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FromLocation": 1,
  "ToLocation": 2,
  "IsPurchase": true,
  "IsSale": true,
  "IsTransferIn": true,
  "IsTransferOut": true,
  "UserId": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GenerateItemControllItemRelation
NameDescriptionTypeAdditional information
FromLocation

integer

None.

ToLocation

integer

None.

IsPurchase

boolean

None.

IsSale

boolean

None.

IsTransferIn

boolean

None.

IsTransferOut

boolean

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "FromLocation": 1,
  "ToLocation": 2,
  "IsPurchase": true,
  "IsSale": true,
  "IsTransferIn": true,
  "IsTransferOut": true,
  "UserId": 7
}