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": "506748a9-8117-4a0e-8b8e-3fb9bc543fd6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "83831d9d-a42f-4da9-bc38-251783984c87",
"CreateDate": "2026-06-01T20:27:21.1274993-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:27:21.1274993-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": "94fa9293-2078-4aa4-adb5-908343a6aebc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a3259cf1-53ce-4a36-90f6-7859715f0efe",
"CreateDate": "2026-06-01T20:27:21.1274993-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:27:21.1274993-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}