POST mwa_ws/Inventory.svc/add_transfer_request

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NewRecordResult
NameDescriptionTypeAdditional information
NewKey

string

None.

Code

integer

None.

Message

string

None.

Exception

string

None.

Response Formats

application/xml, text/xml

Sample:
<NewRecordResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Code="2" Message="sample string 3">
  <Exception>sample string 4</Exception>
  <NewKey>sample string 1</NewKey>
</NewRecordResult>