PUT api/branding/{id}/uploaddocumentcustomisation

Upload the data to customise a Brand Document.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

BrandId

integer

Required

Body Parameters

DocumentCustomisationSaveDataContract
NameDescriptionTypeAdditional 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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.