POST api/ContainerMovementUpdation/GetReleaseRequest

Request Information

URI Parameters

None.

Body Parameters

GetRequestRelease
NameDescriptionTypeAdditional information
BRO_NUMBER

string

None.

BRO_ID

integer

None.

BRO_AR_ID

integer

None.

BRO_BKG_ID

integer

None.

BRO_DP_ID

integer

None.

BRO_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BRO_NUMBER": "sample string 1",
  "BRO_ID": 1,
  "BRO_AR_ID": 1,
  "BRO_BKG_ID": 1,
  "BRO_DP_ID": 1,
  "BRO_STATUS": "sample string 2",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetRequestRelease xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BRO_AR_ID>1</BRO_AR_ID>
  <BRO_BKG_ID>1</BRO_BKG_ID>
  <BRO_DP_ID>1</BRO_DP_ID>
  <BRO_ID>1</BRO_ID>
  <BRO_NUMBER>sample string 1</BRO_NUMBER>
  <BRO_STATUS>sample string 2</BRO_STATUS>
  <LENGTH>1</LENGTH>
  <START>1</START>
</GetRequestRelease>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.