POST api/AuditTeam/Audit_Stockchkdata
Request Information
URI Parameters
None.
Body Parameters
Stockchkdata| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
None. |
|
| CompanyCode | string |
None. |
|
| qty1 | string |
None. |
|
| qty2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"type": "sample string 1",
"CompanyCode": "sample string 2",
"qty1": "sample string 3",
"qty2": "sample string 4"
}
application/xml, text/xml
Sample:
<Stockchkdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.AuditTeam"> <CompanyCode>sample string 2</CompanyCode> <qty1>sample string 3</qty1> <qty2>sample string 4</qty2> <type>sample string 1</type> </Stockchkdata>
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. |