POST api/BEContract/CopyContract
Request Information
URI Parameters
None.
Body Parameters
CopyContractInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| ExtendStartTime | date |
None. |
|
| ExtendEndTime | date |
None. |
|
| WasteMove_TaxIDNumber | string |
None. |
|
| WasteDeal_TaxIDNumber | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"ExtendStartTime": "2026-04-21 17:39:53",
"ExtendEndTime": "2026-04-21 17:39:53",
"WasteMove_TaxIDNumber": "sample string 4",
"WasteDeal_TaxIDNumber": "sample string 5",
"UserId": "sample string 6"
}
application/xml, text/xml
Sample:
<ContractModel.CopyContractInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <Code>sample string 1</Code> <ExtendEndTime>2026-04-21T17:39:53.4667323+08:00</ExtendEndTime> <ExtendStartTime>2026-04-21T17:39:53.4667323+08:00</ExtendStartTime> <UserId>sample string 6</UserId> <WasteDeal_TaxIDNumber>sample string 5</WasteDeal_TaxIDNumber> <WasteMove_TaxIDNumber>sample string 4</WasteMove_TaxIDNumber> </ContractModel.CopyContractInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfCopyContractResult| Name | Description | Type | Additional information |
|---|---|---|---|
| body | CopyContractResult |
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.BaseResultOfContractModel.CopyContractResultuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfContractModel.CopyContractResultuKWfnEcv>