POST v1/audit/{auditID}/item/save
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auditID | integer |
Required |
Body Parameters
AuditItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditItemID | integer |
None. |
|
| RTI | RTIModel |
None. |
|
| IsAudited | boolean |
None. |
|
| Quantity | decimal number |
None. |
|
| ExpectedQuantity | decimal number |
None. |
|
| AuditMessage | string |
None. |
|
| CategoryID | integer |
None. |
|
| Category | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
AuditItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditItemID | integer |
None. |
|
| RTI | RTIModel |
None. |
|
| IsAudited | boolean |
None. |
|
| Quantity | decimal number |
None. |
|
| ExpectedQuantity | decimal number |
None. |
|
| AuditMessage | string |
None. |
|
| CategoryID | integer |
None. |
|
| Category | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.