POST api/WorkOrders/Create
Request Information
URI Parameters
None.
Body Parameters
CreateWorkOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientID | integer |
None. |
|
| FacilityID | integer |
None. |
|
| CostCenterID | string |
None. |
|
| Address2 | string |
None. |
|
| ServiceID | integer |
None. |
|
| Subject | string |
None. |
|
| MRN | string |
None. |
|
| Start | date |
None. |
|
| Provider | string |
None. |
|
| ProviderEmail | string |
None. |
|
| InterpreterPreference | string |
None. |
|
| LanguageToID | integer |
None. |
|
| AssignedTo | string |
None. |
|
| ClientComments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClientID": 2,
"FacilityID": 3,
"CostCenterID": "sample string 4",
"Address2": "sample string 5",
"ServiceID": 6,
"Subject": "sample string 7",
"MRN": "sample string 8",
"Start": "2026-02-04T02:41:23.1698725+00:00",
"Provider": "sample string 9",
"ProviderEmail": "sample string 10",
"InterpreterPreference": "sample string 11",
"LanguageToID": 12,
"AssignedTo": "sample string 13",
"ClientComments": "sample string 14"
}
application/xml, text/xml
Sample:
<CreateWorkOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIClassLibrary.DataAccess"> <Address2>sample string 5</Address2> <AssignedTo>sample string 13</AssignedTo> <ClientComments>sample string 14</ClientComments> <ClientID>2</ClientID> <CostCenterID>sample string 4</CostCenterID> <FacilityID>3</FacilityID> <Id>1</Id> <InterpreterPreference>sample string 11</InterpreterPreference> <LanguageToID>12</LanguageToID> <MRN>sample string 8</MRN> <Provider>sample string 9</Provider> <ProviderEmail>sample string 10</ProviderEmail> <ServiceID>6</ServiceID> <Start>2026-02-04T02:41:23.1698725+00:00</Start> <Subject>sample string 7</Subject> </CreateWorkOrderModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateWorkOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientID | integer |
None. |
|
| FacilityID | integer |
None. |
|
| CostCenterID | string |
None. |
|
| Address2 | string |
None. |
|
| ServiceID | integer |
None. |
|
| Subject | string |
None. |
|
| MRN | string |
None. |
|
| Start | date |
None. |
|
| Provider | string |
None. |
|
| ProviderEmail | string |
None. |
|
| InterpreterPreference | string |
None. |
|
| LanguageToID | integer |
None. |
|
| AssignedTo | string |
None. |
|
| ClientComments | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClientID": 2,
"FacilityID": 3,
"CostCenterID": "sample string 4",
"Address2": "sample string 5",
"ServiceID": 6,
"Subject": "sample string 7",
"MRN": "sample string 8",
"Start": "2026-02-04T02:41:23.185496+00:00",
"Provider": "sample string 9",
"ProviderEmail": "sample string 10",
"InterpreterPreference": "sample string 11",
"LanguageToID": 12,
"AssignedTo": "sample string 13",
"ClientComments": "sample string 14"
}
application/xml, text/xml
Sample:
<CreateWorkOrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIClassLibrary.DataAccess"> <Address2>sample string 5</Address2> <AssignedTo>sample string 13</AssignedTo> <ClientComments>sample string 14</ClientComments> <ClientID>2</ClientID> <CostCenterID>sample string 4</CostCenterID> <FacilityID>3</FacilityID> <Id>1</Id> <InterpreterPreference>sample string 11</InterpreterPreference> <LanguageToID>12</LanguageToID> <MRN>sample string 8</MRN> <Provider>sample string 9</Provider> <ProviderEmail>sample string 10</ProviderEmail> <ServiceID>6</ServiceID> <Start>2026-02-04T02:41:23.185496+00:00</Start> <Subject>sample string 7</Subject> </CreateWorkOrderModel>