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": "70887c4b-6bcb-4d17-a91e-c6bea0834073", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4b85ab62-2df1-45f9-9cc3-25b15ea38592", "CreateDate": "2025-01-02T11:00:39.2016871-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T11:00:39.2016871-08: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": "e9143010-f438-49e1-9f29-a9e165283863", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4895dd9a-38b6-478a-b78b-7235c0fe9618", "CreateDate": "2025-01-02T11:00:39.2173266-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-01-02T11:00:39.2173266-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }