POST api/Mapping/SaveOrder?ClientId={ClientId}&PeopleId={PeopleId}&CompanyId={CompanyId}&Orderdate={Orderdate}&CompanyName={CompanyName}&VMMOrder={VMMOrder}&lstComp_Competatior={lstComp_Competatior}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
|
| PeopleId | integer |
Required |
|
| CompanyId | integer |
Required |
|
| Orderdate | string |
Required |
|
| CompanyName | string |
Required |
|
| VMMOrder | integer |
Required |
|
| lstComp_Competatior | string |
Required |
Body Parameters
Collection of BrandsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId | integer |
None. |
|
| BrandName | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"BrandId": 1,
"BrandName": "sample string 2"
},
{
"BrandId": 1,
"BrandName": "sample string 2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.