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

Dezrez.Core.DataContracts.External.Api.Branding.Command.UploadBrandingCustomisation.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

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.