POST api/company/updateCompanyIncoterms
Request Information
URI Parameters
None.
Body Parameters
UpdateCompanyIncotermsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| CompanyIncoterms | Collection of CompanyIncotermsDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyId": 1,
"companyIncoterms": [
{
"incotermCode": "sample string 1",
"incotermText": "sample string 2",
"incotermDeliveryAddressMandatory": true,
"chosen": true
},
{
"incotermCode": "sample string 1",
"incotermText": "sample string 2",
"incotermDeliveryAddressMandatory": true,
"chosen": true
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.