POST HandleAddQuote
Request Information
URI Parameters
None.
Body Parameters
HandleExeceptionNoteAddOrderCreateQuoteData| Name | Description | Type | Additional information |
|---|---|---|---|
| EX_ID | integer |
Required |
|
| CollectDesignatedDate | string |
Required |
|
| QuoteType | string |
None. |
|
| IsAgreeSignFree | boolean |
None. |
|
| ApplyWasteType | string |
None. |
|
| WasteStoragePlace | string |
None. |
|
| PayMethod | string |
None. |
|
| PayItem | string |
None. |
|
| PayItemDay | string |
None. |
|
| IsNeedRecord | boolean |
None. |
|
| QuoteStatus | string |
None. |
|
| WasteData | Collection of QuoteWasteDataForExeceptionNoteAddOrderCreateQuoteData |
None. |
|
| ProvideEquip | Collection of QuoteProvideEquipDataForExeceptionNoteAddOrderCreateQuoteData |
None. |
|
| UP_UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EX_ID": 1,
"CollectDesignatedDate": "sample string 2",
"QuoteType": "sample string 3",
"IsAgreeSignFree": true,
"ApplyWasteType": "sample string 5",
"WasteStoragePlace": "sample string 6",
"PayMethod": "sample string 7",
"PayItem": "sample string 8",
"PayItemDay": "sample string 9",
"IsNeedRecord": true,
"QuoteStatus": "sample string 11",
"WasteData": [
{
"WasteCode": "sample string 1",
"WasteStatus": "sample string 2",
"MonthlyQty": 3.0,
"WasteUnit": "sample string 4",
"Price": 5,
"BucketWeight": 6.0
},
{
"WasteCode": "sample string 1",
"WasteStatus": "sample string 2",
"MonthlyQty": 3.0,
"WasteUnit": "sample string 4",
"Price": 5,
"BucketWeight": 6.0
}
],
"ProvideEquip": [
{
"QuoteProvideEquip": "sample string 1",
"Qty": 2,
"Price": 3
},
{
"QuoteProvideEquip": "sample string 1",
"Qty": 2,
"Price": 3
}
],
"UP_UserId": "sample string 12"
}
application/xml, text/xml
Sample:
<ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<ApplyWasteType>sample string 5</ApplyWasteType>
<CollectDesignatedDate>sample string 2</CollectDesignatedDate>
<EX_ID>1</EX_ID>
<IsAgreeSignFree>true</IsAgreeSignFree>
<IsNeedRecord>true</IsNeedRecord>
<PayItem>sample string 8</PayItem>
<PayItemDay>sample string 9</PayItemDay>
<PayMethod>sample string 7</PayMethod>
<ProvideEquip>
<ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteProvideEquipDataForExeceptionNoteAddOrderCreateQuoteData>
<Price>3</Price>
<Qty>2</Qty>
<QuoteProvideEquip>sample string 1</QuoteProvideEquip>
</ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteProvideEquipDataForExeceptionNoteAddOrderCreateQuoteData>
<ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteProvideEquipDataForExeceptionNoteAddOrderCreateQuoteData>
<Price>3</Price>
<Qty>2</Qty>
<QuoteProvideEquip>sample string 1</QuoteProvideEquip>
</ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteProvideEquipDataForExeceptionNoteAddOrderCreateQuoteData>
</ProvideEquip>
<QuoteStatus>sample string 11</QuoteStatus>
<QuoteType>sample string 3</QuoteType>
<UP_UserId>sample string 12</UP_UserId>
<WasteData>
<ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteWasteDataForExeceptionNoteAddOrderCreateQuoteData>
<BucketWeight>6</BucketWeight>
<MonthlyQty>3</MonthlyQty>
<Price>5</Price>
<WasteCode>sample string 1</WasteCode>
<WasteStatus>sample string 2</WasteStatus>
<WasteUnit>sample string 4</WasteUnit>
</ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteWasteDataForExeceptionNoteAddOrderCreateQuoteData>
<ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteWasteDataForExeceptionNoteAddOrderCreateQuoteData>
<BucketWeight>6</BucketWeight>
<MonthlyQty>3</MonthlyQty>
<Price>5</Price>
<WasteCode>sample string 1</WasteCode>
<WasteStatus>sample string 2</WasteStatus>
<WasteUnit>sample string 4</WasteUnit>
</ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData.QuoteWasteDataForExeceptionNoteAddOrderCreateQuoteData>
</WasteData>
<WasteStoragePlace>sample string 6</WasteStoragePlace>
</ExceptionNoteModel.HandleExeceptionNoteAddOrderCreateQuoteData>
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>