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": "56e827b6-d7b2-4f5a-b5c4-34711e3597da", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e24e387b-52b1-4aa3-bc4a-72d938f02332", "CreateDate": "2025-05-08T16:05:52.670869-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T16:05:52.670869-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": "a196e62f-6372-4f91-91f4-cb491d49120f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e9a2fcd0-7560-482c-8270-67181a687b1d", "CreateDate": "2025-05-08T16:05:52.670869-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T16:05:52.670869-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }