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": "72d6426c-e582-4fd2-a8a5-e1a7b9304e87",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "44a1551f-811f-4cd0-9fb9-12ee9abb3277",
"CreateDate": "2026-09-26T13:56:40.8027827-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:56:40.8027827-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": "91b4a2f1-16c0-47b1-a5cd-bb4cb3e100cb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "dbd0c8ed-20a4-4da1-9648-c98eedd13d70",
"CreateDate": "2026-09-26T13:56:40.8027827-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-26T13:56:40.8027827-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}