POST api/BECorporate/UpdateQuoteToContract
Request Information
URI Parameters
None.
Body Parameters
QuoteContractUpdateData| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| WasteMov_TaxIDNumber | string |
None. |
|
| WasteDeal_TaxIDNumber | string |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| UP_UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"WasteMov_TaxIDNumber": "sample string 2",
"WasteDeal_TaxIDNumber": "sample string 3",
"StartDateTime": "2026-04-21 17:40:06",
"EndDateTime": "2026-04-21 17:40:06",
"UP_UserId": "sample string 6"
}
application/xml, text/xml
Sample:
<QuoteContractModel.QuoteContractUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <Code>sample string 1</Code> <EndDateTime>2026-04-21T17:40:06.6253462+08:00</EndDateTime> <StartDateTime>2026-04-21T17:40:06.6253462+08:00</StartDateTime> <UP_UserId>sample string 6</UP_UserId> <WasteDeal_TaxIDNumber>sample string 3</WasteDeal_TaxIDNumber> <WasteMov_TaxIDNumber>sample string 2</WasteMov_TaxIDNumber> </QuoteContractModel.QuoteContractUpdateData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>