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": "c1b4b15f-4679-4021-8d9a-3edc7c6125ed",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "050c9e5f-65c6-4d17-a3cf-f35b89fb00b6",
"CreateDate": "2025-11-04T17:10:37.6058502-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T17:10:37.6058502-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": "ba5ff586-53cd-471c-b459-e64b234b98ea",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fcf998f9-0aeb-4d87-aaaa-f596628372a4",
"CreateDate": "2025-11-04T17:10:37.6058502-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-04T17:10:37.6058502-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}