| 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 .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Audit_Asset_Audit HTTP/1.1
Host: equipstage3.e-isg.com
Content-Type: text/jsv
Content-Length: length
{
UserID: String,
Audit_Trans_ID: 0,
Audit_Asset_Audit_Item:
[
{
Audit_Trans_Source: 0,
Audited_By: String,
Audit_Date: 0001-01-01,
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/jsv
Content-Length: length
{
AuditAssetItem:
[
{
Audit_Trans_Detail_ID: 0,
Audit_Trans_Detail_Status_ID: 0
}
],
ErrorCode: String
}