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": "e7135f90-b3f9-4aac-a9f0-4e8cbbab4cf2",
"order_number": "sample string 2",
"ThemeProjectId": "49e0146a-9c6c-451a-8a82-8fe7ae64a201",
"name": "sample string 3",
"line_number": 4,
"fg_code": "sample string 5",
"ProjectId": "5d5cd0ef-4e7a-42a8-ba6d-c44d56b1c4d3",
"CreatedDateUTC": "2026-07-02T16:36:10.7494691+00:00",
"ModifiedDateUTC": "2026-07-02T16:36:10.7494691+00:00",
"EBSNotifiedUTC": "2026-07-02T16:36:10.7494691+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-07-02T16:36:10.7494691+00:00</CreatedDateUTC> <EBSNotified>true</EBSNotified> <EBSNotifiedUTC>2026-07-02T16:36:10.7494691+00:00</EBSNotifiedUTC> <EBSOrderNumber>sample string 2</EBSOrderNumber> <FGCode>sample string 5</FGCode> <Id>e7135f90-b3f9-4aac-a9f0-4e8cbbab4cf2</Id> <LineNumber>4</LineNumber> <ModifiedDateUTC>2026-07-02T16:36:10.7494691+00:00</ModifiedDateUTC> <ProjectId>5d5cd0ef-4e7a-42a8-ba6d-c44d56b1c4d3</ProjectId> <Text>sample string 3</Text> <ThemeProjectId>49e0146a-9c6c-451a-8a82-8fe7ae64a201</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. |