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": "268d219c-4947-46af-95cf-044ed15abbc0", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ad52569d-9ac4-4328-997d-60894cff65fb", "CreateDate": "2025-03-09T04:13:21.104591-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T04:13:21.104591-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": "1c01573a-cfd3-4dfb-ba0c-cfc46da87869", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "88a83b87-c30e-4515-ac14-d6a002ac7062", "CreateDate": "2025-03-09T04:13:21.104591-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-03-09T04:13:21.104591-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }