POST api/app/VendorPortal/UpdateTaskStatusTracking
Request Information
URI Parameters
None.
Body Parameters
SaveVendorStatusBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | string |
Required |
|
| TaskId | integer |
Required |
|
| SupplierId | integer |
Required |
|
| SupplierAccountLinkMappingId | integer |
None. |
|
| BuilderId | integer |
Required |
|
| ERPCCId | integer |
Required |
|
| ERPType | string |
None. |
|
| ProjectId | string |
None. |
|
| OUnitCode | string |
None. |
|
| LotId | string |
None. |
|
| SchCode | string |
None. |
|
| Message | string |
None. |
|
| PhaseId | string |
None. |
|
| POCount | integer |
None. |
|
| IsTradeGroup | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StatusCode": "sample string 1",
"TaskId": 2,
"SupplierId": 3,
"SupplierAccountLinkMappingId": 4,
"BuilderId": 5,
"ERPCCId": 6,
"ERPType": "sample string 7",
"ProjectId": "sample string 8",
"OUnitCode": "sample string 9",
"LotId": "sample string 10",
"SchCode": "sample string 11",
"Message": "sample string 12",
"PhaseId": "sample string 13",
"POCount": 14,
"IsTradeGroup": "sample string 15"
}
application/xml, text/xml
Sample:
<SaveVendorStatusBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.VendorPortal"> <BuilderId>5</BuilderId> <ERPCCId>6</ERPCCId> <ERPType>sample string 7</ERPType> <IsTradeGroup>sample string 15</IsTradeGroup> <LotId>sample string 10</LotId> <Message>sample string 12</Message> <OUnitCode>sample string 9</OUnitCode> <POCount>14</POCount> <PhaseId>sample string 13</PhaseId> <ProjectId>sample string 8</ProjectId> <SchCode>sample string 11</SchCode> <StatusCode>sample string 1</StatusCode> <SupplierAccountLinkMappingId>4</SupplierAccountLinkMappingId> <SupplierId>3</SupplierId> <TaskId>2</TaskId> </SaveVendorStatusBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfSOTrackingResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseTime | date |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponsePermission | string |
None. |
|
| DataSet | SOTrackingResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseTime": "2026-02-17T06:39:21.5499509+00:00",
"ResponseCode": 0,
"ResponseMessage": "sample string 2",
"ResponsePermission": "sample string 3",
"DataSet": {
"TrackingID": 1,
"SONumber": "sample string 2",
"ViewedDatetime": "2026-02-17T06:39:21.5499509+00:00",
"VendorlinkmappingID": 3,
"FirstName": "sample string 4",
"LastName": "sample string 5"
}
}
application/xml, text/xml
Sample:
<ResponseModelOfSOTrackingResponseModelAtc8gQ8h xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">
<DataSet xmlns:d2p1="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.VendorPortal">
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:SONumber>sample string 2</d2p1:SONumber>
<d2p1:TrackingID>1</d2p1:TrackingID>
<d2p1:VendorlinkmappingID>3</d2p1:VendorlinkmappingID>
<d2p1:ViewedDatetime>2026-02-17T06:39:21.5499509+00:00</d2p1:ViewedDatetime>
</DataSet>
<ResponseCode>NoDataFound</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
<ResponsePermission>sample string 3</ResponsePermission>
<ResponseTime>2026-02-17T06:39:21.5499509+00:00</ResponseTime>
</ResponseModelOfSOTrackingResponseModelAtc8gQ8h>