POST services/api/rest/v1/Save_DeliveryLog_Invoices

Request Information

URI Parameters

None.

Body Parameters

RestDeliveryLog_Filter
NameDescriptionTypeAdditional information
UserId

integer

None.

StatusId

integer

None.

ActionName

string

None.

Remark

string

None.

LocationId

integer

None.

InvNo

Collection of integer

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestDeliveryLog_Filter
NameDescriptionTypeAdditional information
UserId

integer

None.

StatusId

integer

None.

ActionName

string

None.

Remark

string

None.

LocationId

integer

None.

InvNo

Collection of integer

None.

Response Formats

application/json, text/json

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