POST InjectionSourceTypes
Creates a new injection source type.
Request Information
URI Parameters
None.
Body Parameters
Injection source type to create. InjectionSourceTypeId should not be filled in.
InjectionSourceType| Name | Description | Type | Additional information |
|---|---|---|---|
| InjectionSourceTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InjectionSourceTypeId": "872c610e-b189-469c-bb4e-0ada73d95cf0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "998b8241-68b0-4297-aad6-462b736e004f",
"CreateDate": "2026-03-15T15:42:35.8916859-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T15:42:35.8916859-07:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the created injection source type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | InjectionSourceType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"InjectionSourceTypeId": "508265a8-702c-4c6f-b3d6-c5c5c29407d5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f4fabe86-1598-4a68-8fdc-649f478bd82c",
"CreateDate": "2026-03-15T15:42:35.8916859-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T15:42:35.8916859-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}