POST api/masterBag/ReceiveRelayMasterBag

Request Information

URI Parameters

None.

Body Parameters

ReceiveRelayMasterBagRequest
NameDescriptionTypeAdditional information
UserId

integer

None.

MasterBagId

integer

None.

SealNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "MasterBagId": 2,
  "SealNumber": "sample string 3"
}

application/xml, text/xml

Sample:
<ReceiveRelayMasterBagRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Search.Mobile">
  <MasterBagId>2</MasterBagId>
  <SealNumber>sample string 3</SealNumber>
  <UserId>1</UserId>
</ReceiveRelayMasterBagRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DescriptiveResponseOfBoolean
NameDescriptionTypeAdditional information
Value

boolean

None.

CoreValue

string

None.

IsErrorState

boolean

None.

ErrorDescription

string

None.

ErrorMetadata

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Value": true,
  "CoreValue": "sample string 2",
  "IsErrorState": true,
  "ErrorDescription": "sample string 4",
  "ErrorMetadata": {}
}

application/xml, text/xml

Sample:
<DescriptiveResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MYLERZ.Base.Entities">
  <CoreValue>sample string 2</CoreValue>
  <ErrorDescription>sample string 4</ErrorDescription>
  <ErrorMetadata />
  <IsErrorState>true</IsErrorState>
  <Value>true</Value>
</DescriptiveResponseOfboolean>