PUT InjectionSourceTypes
Updates the given injection source type.
Request Information
URI Parameters
None.
Body Parameters
Injection source type to update
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": "0f0d885e-9cd6-408e-a1bf-10bdec0c4b22", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "dd2cce9b-d570-4c27-9571-f57ab65fcf28", "CreateDate": "2025-07-30T23:29:17.1319299-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-30T23:29:17.1319299-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the updated 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": "6f127d36-2538-44d3-a0ba-9707fc05c35f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "24e6a7c1-8c63-4e1c-b060-c0c53936e4c4", "CreateDate": "2025-07-30T23:29:17.1319299-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-30T23:29:17.1319299-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }