POST api/AuditTeam/AuditTeamOperations
Request Information
URI Parameters
None.
Body Parameters
ATeamDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| loginId | string |
None. |
|
| AuditId | string |
None. |
|
| frozenqty | string |
None. |
|
| pickerId | string |
None. |
|
| checkerId | string |
None. |
|
| BinRows | string |
None. |
|
| condition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"loginId": "sample string 1",
"AuditId": "sample string 2",
"frozenqty": "sample string 3",
"pickerId": "sample string 4",
"checkerId": "sample string 5",
"BinRows": "sample string 6",
"condition": "sample string 7"
}
application/xml, text/xml
Sample:
<ATeamDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.AuditTeam"> <AuditId>sample string 2</AuditId> <BinRows>sample string 6</BinRows> <checkerId>sample string 5</checkerId> <condition>sample string 7</condition> <frozenqty>sample string 3</frozenqty> <loginId>sample string 1</loginId> <pickerId>sample string 4</pickerId> </ATeamDetails>
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. |