POST services/api/rest/v1/Save_DeliveryStatusLog

Request Information

URI Parameters

None.

Body Parameters

RestDeliveryStatusLog_Master
NameDescriptionTypeAdditional information
UserId

integer

None.

ActionName

string

None.

Remark

string

None.

StatusId

integer

None.

InvNo

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ActionName": "sample string 2",
  "Remark": "sample string 3",
  "StatusId": 4,
  "InvNo": 5,
  "LocationId": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestDeliveryStatusLog_Master
NameDescriptionTypeAdditional information
UserId

integer

None.

ActionName

string

None.

Remark

string

None.

StatusId

integer

None.

InvNo

integer

None.

LocationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ActionName": "sample string 2",
  "Remark": "sample string 3",
  "StatusId": 4,
  "InvNo": 5,
  "LocationId": 6
}