POST showAccounts/{showAccountId}/lineitemordertemplates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showAccountId

integer

Required

Body Parameters

LineItemCollaborationTagSearchDto
NameDescriptionTypeAdditional information
LineItemTagType

TagType

None.

LineItemOrderTemplateType

LineItemOrderTemplateType

None.

Request Formats

application/json, text/json

Sample:
{
  "LineItemTagType": 0,
  "LineItemOrderTemplateType": 0
}

Response Information

Resource Description

Collection of string

Response Information

Response body formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]