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": "7acb647e-2f4c-4e0f-b913-29a282e111c3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bedb9bb7-4dd0-4e3d-8b8a-ff00927c4cd9",
"CreateDate": "2026-02-23T04:43:54.6407908-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:43:54.6407908-08: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": "1ef0b1e9-8e3c-48b1-97dc-c401a3f11c6b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9758f891-1502-4f61-bba1-5dc5ca5670de",
"CreateDate": "2026-02-23T04:43:54.6407908-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:43:54.6407908-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}