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": "c297d5ef-d9eb-4179-b17c-f941adb0077a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "fe58370e-9e16-4100-94be-a95ea672f07f", "CreateDate": "2025-07-19T05:18:15.7025896-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T05:18:15.7025896-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": "319a452a-92a2-4a9b-b4c9-3d77871f1df5", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0cb6267e-90af-4d1c-99f8-016037482d8f", "CreateDate": "2025-07-19T05:18:15.7025896-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-19T05:18:15.7025896-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }