POST api/ChannelPartnerCompany/Commission/Progress

Request Information

URI Parameters

None.

Body Parameters

CommissionProgressRequestVm
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CommissionProgressRequestVm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.