POST Quote/Product
Create a new Product
Request Information
URI Parameters
None.
Body Parameters
Lluni.Models.Common.Global.Quote.SIMProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCode | integer |
None. |
|
| Description | string |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductCode": 1,
"Description": "sample string 2",
"Type": 1
}
application/xml, text/xml
Sample:
<SIMProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote"> <Description>sample string 2</Description> <ProductCode>1</ProductCode> <Type>1</Type> </SIMProduct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of Coverages
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>