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": "00f88ed8-35a1-4d02-8aa9-193b39556c10",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "2e068446-54aa-4966-93c7-0f260f39b44d",
"CreateDate": "2026-06-17T16:31:09.4816406-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T16:31:09.4816406-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": "b7ac20e4-cdc6-41a6-9c38-8d9312ec3f48",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3a8b4ad5-3043-4ea9-a5f7-48421e513e9c",
"CreateDate": "2026-06-17T16:31:09.4816406-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T16:31:09.4816406-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}