POST api/ChannelPartnerCompany/Commission/Test/SetApprovedDate
Request Information
URI Parameters
None.
Body Parameters
SetBookingApprovedDateVm| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingId | integer |
None. |
|
| ApprovedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"BookingId": 1,
"ApprovedDate": "2026-09-08T10:29:22.4014247Z"
}
application/xml, text/xml
Sample:
<SetBookingApprovedDateVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.ChannelPartnerCore"> <ApprovedDate>2026-09-08T10:29:22.4014247+00:00</ApprovedDate> <BookingId>1</BookingId> </SetBookingApprovedDateVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.