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": "f26566b0-a4cf-49c3-83ff-2c1ddf6b8455",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "44117121-86b8-46ea-a258-597031fe8d2e",
"CreateDate": "2026-02-02T08:41:01.7782516-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-02T08:41:01.7782516-08: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": "989f4fda-599f-4103-8a72-139dc11158fd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "04cbca50-1d53-4cf5-be9c-319f537c3af1",
"CreateDate": "2026-02-02T08:41:01.7782516-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-02T08:41:01.7782516-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}