POST api/AMSMaster/ViewAuditDetail
Request Information
URI Parameters
None.
Body Parameters
clsViewAuditDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| FieldAuditCategoryID | integer |
None. |
|
| CallLink | integer |
None. |
|
| BalanceOk | integer |
None. |
|
| SelectedFieldAudit | integer |
None. |
|
| AppInstalled | integer |
None. |
|
| AssociateID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"FieldAuditCategoryID": 1,
"CallLink": 1,
"BalanceOk": 1,
"SelectedFieldAudit": 1,
"AppInstalled": 1,
"AssociateID": 1
}
application/xml, text/xml
Sample:
<clsViewAuditDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AppInstalled>1</AppInstalled> <AreaID>1</AreaID> <AssociateID>1</AssociateID> <BalanceOk>1</BalanceOk> <BranchID>1</BranchID> <CallLink>1</CallLink> <FieldAuditCategoryID>1</FieldAuditCategoryID> <SelectedFieldAudit>1</SelectedFieldAudit> <UnitID>1</UnitID> <UserID>1</UserID> </clsViewAuditDetail>
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. |