POST services/api/rest/v1/Delete_RestPickUpMessage

Request Information

URI Parameters

None.

Body Parameters

Id_LocationId
NameDescriptionTypeAdditional information
Id

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "LocationId": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RestPickUpMessage_Master
NameDescriptionTypeAdditional information
Id

integer

None.

PickUpMessage

string

None.

Remarks

string

None.

LocId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "PickUpMessage": "sample string 2",
    "Remarks": "sample string 3",
    "LocId": 4
  },
  {
    "Id": 1,
    "PickUpMessage": "sample string 2",
    "Remarks": "sample string 3",
    "LocId": 4
  }
]