POST api/v1/Import/AddUpdateCustomerAddress/{secret}/{companyId}/{contentTemplateId}/{parentIdentifier}/{identifier}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secret | string |
Required |
|
| companyId | string |
Required |
|
| contentTemplateId | string |
Required |
|
| parentIdentifier | string |
Required |
|
| identifier | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ContentCategoryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentCategoryId | string |
None. |
|
| Status | integer |
None. |
|
| StatusText | string |
None. |
|
| Pages | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ContentCategoryId": "sample string 1",
"Status": 2,
"StatusText": "sample string 3",
"Pages": 4
}
application/xml, text/xml
Sample:
<ContentCategoryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mofr.Data"> <Pages>4</Pages> <Status>2</Status> <StatusText>sample string 3</StatusText> <ContentCategoryId>sample string 1</ContentCategoryId> </ContentCategoryResult>