Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The record identifier.

integer

Required

Body Parameters

The razor template.

Pico.RazorTemplate
NameDescriptionTypeAdditional information
id

Gets or sets the razor template identifier.

integer

None.

code

Gets or sets the razor template code.

string

None.

model

Gets or sets the model.

string

None.

template

Gets or sets the template.

string

None.

bodyCommunicationTemplate

Gets or sets the dependent communication template body template identifiers.

Collection of integer

None.

signatureCommunicationTemplate

Gets or sets the dependent communication template signature template identifiers.

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "1",
  "code": "sample String 2",
  "model": "sample String 3",
  "template": "sample String 4",
  "bodyCommunicationTemplate": [
    "1",
    "2"
  ],
  "signatureCommunicationTemplate": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"id":"1","code":"sample String 2","model":"sample String 3","template":"sample String 4","bodyCommunicationTemplate":["1","2"],"signatureCommunicationTemplate":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated razor template.

Pico.RazorTemplate
NameDescriptionTypeAdditional information
id

Gets or sets the razor template identifier.

integer

None.

code

Gets or sets the razor template code.

string

None.

model

Gets or sets the model.

string

None.

template

Gets or sets the template.

string

None.

bodyCommunicationTemplate

Gets or sets the dependent communication template body template identifiers.

Collection of integer

None.

signatureCommunicationTemplate

Gets or sets the dependent communication template signature template identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "1",
  "code": "sample String 2",
  "model": "sample String 3",
  "template": "sample String 4",
  "bodyCommunicationTemplate": [
    "1",
    "2"
  ],
  "signatureCommunicationTemplate": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"id":"1","code":"sample String 2","model":"sample String 3","template":"sample String 4","bodyCommunicationTemplate":["1","2"],"signatureCommunicationTemplate":["1","2"]}