POST templateebsorders/insert
Request Information
URI Parameters
None.
Body Parameters
TemplateOrderFromEBS| Name | Description | Type | Additional 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": "fe8ecd00-164b-49b9-b444-ee16bcea64b7",
"order_number": "sample string 2",
"ThemeProjectId": "f6f789cd-e7ac-4081-8670-bd148b437909",
"name": "sample string 3",
"line_number": 4,
"fg_code": "sample string 5",
"ProjectId": "57aecf1f-9ec9-4c70-9f79-688db57a568d",
"CreatedDateUTC": "2026-03-29T20:49:48.8115681+00:00",
"ModifiedDateUTC": "2026-03-29T20:49:48.8115681+00:00",
"EBSNotifiedUTC": "2026-03-29T20:49:48.8115681+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>2026-03-29T20:49:48.8115681+00:00</CreatedDateUTC> <EBSNotified>true</EBSNotified> <EBSNotifiedUTC>2026-03-29T20:49:48.8115681+00:00</EBSNotifiedUTC> <EBSOrderNumber>sample string 2</EBSOrderNumber> <FGCode>sample string 5</FGCode> <Id>fe8ecd00-164b-49b9-b444-ee16bcea64b7</Id> <LineNumber>4</LineNumber> <ModifiedDateUTC>2026-03-29T20:49:48.8115681+00:00</ModifiedDateUTC> <ProjectId>57aecf1f-9ec9-4c70-9f79-688db57a568d</ProjectId> <Text>sample string 3</Text> <ThemeProjectId>f6f789cd-e7ac-4081-8670-bd148b437909</ThemeProjectId> </TemplateOrderFromEBS>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |