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": "77234605-761d-46c2-aa2c-d6d08534c486",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9b36c06f-5fc7-47f9-8ada-c6a5181062f0",
"CreateDate": "2026-01-07T15:54:50.1478469-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T15:54:50.1478469-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": "57aee987-98f1-40c4-963c-3af984eb257f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3284a343-3c54-4a0a-9b5c-2b9df405502d",
"CreateDate": "2026-01-07T15:54:50.1478469-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-07T15:54:50.1478469-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}