POST api/BatchPrint/SetTemplateMapping

Request Information

URI Parameters

None.

Body Parameters

BatchPrintTemplateMappingModel
NameDescriptionTypeAdditional information
Type_Id

integer

None.

packagename

string

None.

templatesid

integer

None.

additionaldocumentsid

string

None.

providerDocumentId

integer

None.

providerDocumentName

string

None.

exibitnameid

integer

None.

exibitattachmentlocation

string

None.

showexibits

string

None.

documentorder

integer

None.

templatesequence

integer

None.

templatename

string

None.

exibitname

string

None.

nodename

string

None.

bptm_id

integer

None.

bptmd_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Type_Id": 1,
  "packagename": "sample string 1",
  "templatesid": 1,
  "additionaldocumentsid": "sample string 2",
  "providerDocumentId": 1,
  "providerDocumentName": "sample string 3",
  "exibitnameid": 1,
  "exibitattachmentlocation": "sample string 4",
  "showexibits": "sample string 5",
  "documentorder": 1,
  "templatesequence": 6,
  "templatename": "sample string 7",
  "exibitname": "sample string 8",
  "nodename": "sample string 9",
  "bptm_id": 1,
  "bptmd_id": 1
}

text/html

Sample:
{"Type_Id":1,"packagename":"sample string 1","templatesid":1,"additionaldocumentsid":"sample string 2","providerDocumentId":1,"providerDocumentName":"sample string 3","exibitnameid":1,"exibitattachmentlocation":"sample string 4","showexibits":"sample string 5","documentorder":1,"templatesequence":6,"templatename":"sample string 7","exibitname":"sample string 8","nodename":"sample string 9","bptm_id":1,"bptmd_id":1}

application/xml, text/xml

Sample:
<BatchPrintTemplateMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models">
  <Type_Id>1</Type_Id>
  <additionaldocumentsid>sample string 2</additionaldocumentsid>
  <bptm_id>1</bptm_id>
  <bptmd_id>1</bptmd_id>
  <documentorder>1</documentorder>
  <exibitattachmentlocation>sample string 4</exibitattachmentlocation>
  <exibitname>sample string 8</exibitname>
  <exibitnameid>1</exibitnameid>
  <nodename>sample string 9</nodename>
  <packagename>sample string 1</packagename>
  <providerDocumentId>1</providerDocumentId>
  <providerDocumentName>sample string 3</providerDocumentName>
  <showexibits>sample string 5</showexibits>
  <templatename>sample string 7</templatename>
  <templatesequence>6</templatesequence>
  <templatesid>1</templatesid>
</BatchPrintTemplateMappingModel>

multipart/form-data

Sample:
<BatchPrintTemplateMappingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><Type_Id>1</Type_Id><additionaldocumentsid>sample string 2</additionaldocumentsid><bptm_id>1</bptm_id><bptmd_id>1</bptmd_id><documentorder>1</documentorder><exibitattachmentlocation>sample string 4</exibitattachmentlocation><exibitname>sample string 8</exibitname><exibitnameid>1</exibitnameid><nodename>sample string 9</nodename><packagename>sample string 1</packagename><providerDocumentId>1</providerDocumentId><providerDocumentName>sample string 3</providerDocumentName><showexibits>sample string 5</showexibits><templatename>sample string 7</templatename><templatesequence>6</templatesequence><templatesid>1</templatesid></BatchPrintTemplateMappingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.