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": "c6d16e55-2441-4f46-ac17-8efe4c29ca82",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d08c7151-5ee1-4f2e-aaea-989a6c07ba63",
"CreateDate": "2026-06-01T20:27:06.9690298-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:27:06.9690298-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": "b977516e-b4ae-40b3-937e-654103b261d4",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ae7d838b-b14f-4652-940b-02d73bfb4bc9",
"CreateDate": "2026-06-01T20:27:06.9690298-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:27:06.9690298-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}