PUT Middleware/Services/RequisitionClientConfiguration/PutAsync
Request Information
URI Parameters
None.
Body Parameters
RequisitionClientConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
None. |
|
| RRApprovalCommType | ApprovalCommType |
None. |
|
| ExtraNotificationChannel | ExtraNotificationChannel |
None. |
|
| ShortlistApprovalSendTo | ShortlistApprovalSendTo |
None. |
|
| Id | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "sample string 1",
"RRApprovalCommType": 1,
"ExtraNotificationChannel": 1,
"ShortlistApprovalSendTo": 1,
"Id": "sample string 2",
"Name": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.