GET api/Settings/UpdateTVMappingDetails
Request Information
URI Parameters
None.
Body Parameters
Collection of TVMapDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BrandId | integer |
None. |
|
| VMM_OrderNo | string |
None. |
|
| National | string |
None. |
|
| Regional | string |
None. |
|
| Type | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"OrderId": 1,
"CompanyId": 2,
"BrandId": 3,
"VMM_OrderNo": "sample string 4",
"National": "sample string 5",
"Regional": "sample string 6",
"Type": 7
},
{
"OrderId": 1,
"CompanyId": 2,
"BrandId": 3,
"VMM_OrderNo": "sample string 4",
"National": "sample string 5",
"Regional": "sample string 6",
"Type": 7
}
]
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.