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.
InjectionSourceTypeName | 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": "68a30350-8bd2-41f0-a3d7-92ab1530428f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "962e3861-6046-462b-bac5-81192605093b", "CreateDate": "2025-08-29T17:10:43.1619991-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:10:43.1619991-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": "00adcc33-12f0-4201-8efd-0bd6b995b435", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "fc8d17ea-cca7-49cd-822e-5e5c124a36ab", "CreateDate": "2025-08-29T17:10:43.1619991-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-29T17:10:43.1619991-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }