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": "1b26db5b-6fc5-418a-845f-a9f4e8c2650e", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "749f6bc4-c4ce-4be0-8dbb-529adbfd4170", "CreateDate": "2025-06-27T06:22:17.9313664-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T06:22:17.9313664-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": "42875da2-1538-4d9e-af4a-a77691db3ebe", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1cf75338-dda0-464a-ac69-721e964c8b7a", "CreateDate": "2025-06-27T06:22:17.9313664-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T06:22:17.9313664-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }