POST api/Settings/UpdatePrintMappingDetails
Request Information
URI Parameters
None.
Body Parameters
Collection of PrintMapDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BrandId | integer |
None. |
|
| Category | string |
None. |
|
| City | string |
None. |
|
| Publications | string |
None. |
|
| Type | integer |
None. |
|
| IMM_UMId | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"OrderId": 1,
"CompanyId": 2,
"BrandId": 3,
"Category": "sample string 4",
"City": "sample string 5",
"Publications": "sample string 6",
"Type": 7,
"IMM_UMId": "sample string 8"
},
{
"OrderId": 1,
"CompanyId": 2,
"BrandId": 3,
"Category": "sample string 4",
"City": "sample string 5",
"Publications": "sample string 6",
"Type": 7,
"IMM_UMId": "sample string 8"
}
]
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.