POST api/InspectReturnItem?Password={Password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Password | string |
Required |
Body Parameters
InspectReturnItem| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| LineNumber | string |
None. |
|
| GoodForStockindicator | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"CompanyID": 2,
"LineNumber": "sample string 3",
"GoodForStockindicator": true
}
application/xml, text/xml
Sample:
<InspectReturnItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.API"> <CompanyID>2</CompanyID> <GoodForStockindicator>true</GoodForStockindicator> <LineNumber>sample string 3</LineNumber> <UserID>1</UserID> </InspectReturnItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |