POST api/app/VendorScheduleCraft/MarkWOItemInspectReady
Request Information
URI Parameters
None.
Body Parameters
MarkWOItemInspectionReadyBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ERPType | string |
None. |
|
| BuilderId | integer |
None. |
|
| ERPCCId | integer |
None. |
|
| WOItemCraftID | string |
None. |
|
| Status | string |
None. |
|
| InspectionDate | date |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ERPType": "sample string 1",
"BuilderId": 2,
"ERPCCId": 3,
"WOItemCraftID": "sample string 4",
"Status": "sample string 5",
"InspectionDate": "2026-02-17T06:38:36.8010622+00:00",
"Note": "sample string 7"
}
application/xml, text/xml
Sample:
<MarkWOItemInspectionReadyBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.BindingModel"> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">935adc66-6406-42d3-a0c6-78887c47d4b8</RequestId> <BuilderId>2</BuilderId> <ERPCCId>3</ERPCCId> <ERPType>sample string 1</ERPType> <InspectionDate>2026-02-17T06:38:36.8010622+00:00</InspectionDate> <Note>sample string 7</Note> <Status>sample string 5</Status> <WOItemCraftID>sample string 4</WOItemCraftID> </MarkWOItemInspectionReadyBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseTime | date |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponsePermission | string |
None. |
|
| DataSet | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseTime": "2026-02-17T06:38:36.8010622+00:00",
"ResponseCode": 0,
"ResponseMessage": "sample string 2",
"ResponsePermission": "sample string 3",
"DataSet": {}
}
application/xml, text/xml
Sample:
<ResponseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels"> <DataSet /> <ResponseCode>NoDataFound</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponsePermission>sample string 3</ResponsePermission> <ResponseTime>2026-02-17T06:38:36.8010622+00:00</ResponseTime> </ResponseModelOfanyType>