POST templateebsorders/insert

Request Information

URI Parameters

None.

Body Parameters

TemplateOrderFromEBS
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

order_number

string

Required

ThemeProjectId

globally unique identifier

None.

name

string

Required

line_number

integer

Required

fg_code

string

Required

ProjectId

globally unique identifier

None.

CreatedDateUTC

date

None.

ModifiedDateUTC

date

None.

EBSNotifiedUTC

date

None.

EBSNotified

boolean

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Id": "d95d57f7-21ca-42bc-85ed-37ee5fc2252f",
  "order_number": "sample string 2",
  "ThemeProjectId": "b3af82e5-d5c8-49d7-82a3-f0a3938383ce",
  "name": "sample string 3",
  "line_number": 4,
  "fg_code": "sample string 5",
  "ProjectId": "91fc3db1-1760-4070-84c3-f689262eac54",
  "CreatedDateUTC": "2025-08-30T18:04:18.7250141+00:00",
  "ModifiedDateUTC": "2025-08-30T18:04:18.7250141+00:00",
  "EBSNotifiedUTC": "2025-08-30T18:04:18.7250141+00:00",
  "EBSNotified": true
}

application/xml, text/xml

Sample:
<TemplateOrderFromEBS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tervis.Customyzer.Services.Web.API.Models">
  <CreatedDateUTC>2025-08-30T18:04:18.7250141+00:00</CreatedDateUTC>
  <EBSNotified>true</EBSNotified>
  <EBSNotifiedUTC>2025-08-30T18:04:18.7250141+00:00</EBSNotifiedUTC>
  <EBSOrderNumber>sample string 2</EBSOrderNumber>
  <FGCode>sample string 5</FGCode>
  <Id>d95d57f7-21ca-42bc-85ed-37ee5fc2252f</Id>
  <LineNumber>4</LineNumber>
  <ModifiedDateUTC>2025-08-30T18:04:18.7250141+00:00</ModifiedDateUTC>
  <ProjectId>91fc3db1-1760-4070-84c3-f689262eac54</ProjectId>
  <Text>sample string 3</Text>
  <ThemeProjectId>b3af82e5-d5c8-49d7-82a3-f0a3938383ce</ThemeProjectId>
</TemplateOrderFromEBS>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TemplateOrderFromEBS'.

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.