PUT api/branding/{id}/uploaddocumentcustomisation
Upload the data to customise a Brand Document.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
BrandId |
integer |
Required |
Body Parameters
DocumentCustomisationSaveDataContractName | Description | Type | Additional information |
---|---|---|---|
DocumentId | integer |
None. |
|
RoleId | integer |
None. |
|
Data | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "DocumentId": 1, "RoleId": 2, "Data": "sample string 3" }
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |