| All Verbs | /Audit_Asset_Audit |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| Audit_Trans_ID | query | int | No | |
| Audit_Asset_Audit_Item | query | List<AuditAssetAuditItem> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Audit_Trans_Source | body | int | No | |
| Audited_By | body | string | No | |
| Audit_Date | body | DateTime? | No | |
| SiteID_Internal | body | string | No | |
| Location_ID_Internal | body | string | No | |
| SubLocation | body | string | No | |
| DataGatherID | body | int | No | |
| People_ID_Internal | body | string | No | |
| SecondaryCustodianID | body | string | No | |
| Quantity | body | int | No | |
| AssetUsageID | body | int | No | |
| AssetConditionID | body | int | No | |
| Found_Quantity | body | int | No | |
| Asset_ID_Internal | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AuditAssetItem | body | List<AuditTransDetailStatusResponse> | No | |
| ErrorCode | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Audit_Trans_Detail_ID | body | int | No | |
| Audit_Trans_Detail_Status_ID | body | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/Audit_Asset_Audit HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: text/csv
Content-Length: length
{"UserID":"String","Audit_Trans_ID":0,"Audit_Asset_Audit_Item":[{"Audit_Trans_Source":0,"Audited_By":"String","Audit_Date":"\/Date(-62135596800000-0000)\/","SiteID_Internal":"String","Location_ID_Internal":"String","SubLocation":"String","DataGatherID":0,"People_ID_Internal":"String","SecondaryCustodianID":"String","Quantity":0,"AssetUsageID":0,"AssetConditionID":0,"Found_Quantity":0,"Asset_ID_Internal":"String"}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"AuditAssetItem":[{"Audit_Trans_Detail_ID":0,"Audit_Trans_Detail_Status_ID":0}],"ErrorCode":"String"}