POST api/BEQuotation/GetQuotationList
Request Information
URI Parameters
None.
Body Parameters
GetQuotationListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1"
}
application/xml, text/xml
Sample:
<QuotationModel.GetQuotationListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <UserId>sample string 1</UserId> </QuotationModel.GetQuotationListInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfGetQuotationListOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of GetQuotationListOutput |
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.BaseResultOfArrayOfQuotationModel.GetQuotationListOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<QuotationModel.GetQuotationListOutput>
<Address>sample string 10</Address>
<City>sample string 8</City>
<ContactPhone>sample string 7</ContactPhone>
<CreateDatetime>sample string 3</CreateDatetime>
<Customer>sample string 6</Customer>
<District>sample string 9</District>
<EstimatedTotal>14</EstimatedTotal>
<Q_Id>1</Q_Id>
<QuotationNumber>sample string 2</QuotationNumber>
<UserId>sample string 4</UserId>
<UserName>sample string 5</UserName>
<WasteCode>sample string 11</WasteCode>
<Weight>12</Weight>
<WeightUnitName>sample string 13</WeightUnitName>
</QuotationModel.GetQuotationListOutput>
<QuotationModel.GetQuotationListOutput>
<Address>sample string 10</Address>
<City>sample string 8</City>
<ContactPhone>sample string 7</ContactPhone>
<CreateDatetime>sample string 3</CreateDatetime>
<Customer>sample string 6</Customer>
<District>sample string 9</District>
<EstimatedTotal>14</EstimatedTotal>
<Q_Id>1</Q_Id>
<QuotationNumber>sample string 2</QuotationNumber>
<UserId>sample string 4</UserId>
<UserName>sample string 5</UserName>
<WasteCode>sample string 11</WasteCode>
<Weight>12</Weight>
<WeightUnitName>sample string 13</WeightUnitName>
</QuotationModel.GetQuotationListOutput>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfQuotationModel.GetQuotationListOutputuKWfnEcv>