POST api/ChannelPartnerCompany/Commission/Progress
Request Information
URI Parameters
None.
Body Parameters
CommissionProgressRequestVm| Name | Description | Type | Additional information |
|---|---|---|---|
| LadderId | integer |
None. |
|
| ChannelPartnerCompanyId | integer |
None. |
|
| ChannelPartnerId | integer |
None. |
|
| SearchPeriodType | string |
None. |
|
| SearchPeriodKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LadderId": 1,
"ChannelPartnerCompanyId": 2,
"ChannelPartnerId": 1,
"SearchPeriodType": "sample string 3",
"SearchPeriodKey": "sample string 4"
}
application/xml, text/xml
Sample:
<CommissionProgressRequestVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.ChannelPartnerModels"> <ChannelPartnerCompanyId>2</ChannelPartnerCompanyId> <ChannelPartnerId>1</ChannelPartnerId> <LadderId>1</LadderId> <SearchPeriodKey>sample string 4</SearchPeriodKey> <SearchPeriodType>sample string 3</SearchPeriodType> </CommissionProgressRequestVm>
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.