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": "2124f510-1b73-4872-b433-c177fd33fc04",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3294f3e3-50a4-46bb-9491-3a5fcfb50bc4",
"CreateDate": "2025-11-17T18:49:24.9192374-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:49:24.9192374-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": "264fd332-f9ca-4e02-a4c9-4473a78ca0d1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a874169f-efc2-4e41-831e-9890e5057569",
"CreateDate": "2025-11-17T18:49:24.9192374-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:49:24.9192374-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}