PUT InjectionSourceTypes
Updates the given injection source type.
Request Information
URI Parameters
None.
Body Parameters
Injection source type to update
InjectionSourceType| Name | 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": "f5d6c196-18c2-4fdc-b3a5-a2516c2d8c80",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "12eded29-53a8-4a63-ba3f-0bcb53ddace1",
"CreateDate": "2026-09-13T23:35:42.051099-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:35:42.051099-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": "93667919-aad8-4a8c-b9e9-e746506c3bec",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "673dd8d6-6cbb-4c52-8f78-5f81a28ad4f3",
"CreateDate": "2026-09-13T23:35:42.051099-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:35:42.051099-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}