POST api/app/VendorPortal/SaveVendorStatus
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
ResponseModelOfVendorStatusResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseTime | date |
None. |
|
| ResponseCode | ResponseCode |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponsePermission | string |
None. |
|
| DataSet | VendorStatusResponseModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseTime": "2026-02-17T07:27:57.1630357+00:00",
"ResponseCode": 0,
"ResponseMessage": "sample string 2",
"ResponsePermission": "sample string 3",
"DataSet": {
"Id": 1,
"StatusCode": "sample string 2",
"TaskId": 3,
"SupplierId": 4,
"SupplierAccountLinkMappingId": 5,
"CreatedDate": "2026-02-17T07:27:57.1630357+00:00"
}
}
application/xml, text/xml
Sample:
<ResponseModelOfVendorStatusResponseModelAtc8gQ8h 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:CreatedDate>2026-02-17T07:27:57.1630357+00:00</d2p1:CreatedDate>
<d2p1:Id>1</d2p1:Id>
<d2p1:StatusCode>sample string 2</d2p1:StatusCode>
<d2p1:SupplierAccountLinkMappingId>5</d2p1:SupplierAccountLinkMappingId>
<d2p1:SupplierId>4</d2p1:SupplierId>
<d2p1:TaskId>3</d2p1:TaskId>
</DataSet>
<ResponseCode>NoDataFound</ResponseCode>
<ResponseMessage>sample string 2</ResponseMessage>
<ResponsePermission>sample string 3</ResponsePermission>
<ResponseTime>2026-02-17T07:27:57.1630357+00:00</ResponseTime>
</ResponseModelOfVendorStatusResponseModelAtc8gQ8h>