POST api/Transaction/SubmitInspection
Request Information
URI Parameters
None.
Body Parameters
FabricInspectionModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| ClientId | integer |
None. |
|
| ReceivingId | integer |
None. |
|
| InspectedBy | string |
None. |
|
| InspectionDate | date |
None. |
|
| Remarks | string |
None. |
|
| Products | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"ClientId": 2,
"ReceivingId": 3,
"InspectedBy": "sample string 4",
"InspectionDate": "2026-02-16T16:19:39.6581929+05:30",
"Remarks": "sample string 6",
"Products": "sample string 7"
}
application/xml, text/xml
Sample:
<FabricInspectionModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MODEL.Transaction"> <Action>sample string 1</Action> <ClientId>2</ClientId> <InspectedBy>sample string 4</InspectedBy> <InspectionDate>2026-02-16T16:19:39.6581929+05:30</InspectionDate> <Products>sample string 7</Products> <ReceivingId>3</ReceivingId> <Remarks>sample string 6</Remarks> </FabricInspectionModels>
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. |