POST api/DeliveryTerms
Request Information
URI Parameters
None.
Body Parameters
DeliveryTermsPojo| Name | Description | Type | Additional information |
|---|---|---|---|
| columnid | integer |
None. |
|
| delivery_terms | string |
None. |
|
| description | string |
None. |
|
| update | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"columnid": 1,
"delivery_terms": "sample string 2",
"description": "sample string 3",
"update": "sample string 4"
}
text/html
Sample:
{"columnid":1,"delivery_terms":"sample string 2","description":"sample string 3","update":"sample string 4"}
application/xml, text/xml
Sample:
<DeliveryTermsPojo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DYCMProg.Models.DeliveryTerms"> <columnid>1</columnid> <delivery_terms>sample string 2</delivery_terms> <description>sample string 3</description> <update>sample string 4</update> </DeliveryTermsPojo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |