GET api/WorkbookQuotaManagement/GetQuotaByContractAndQuotaType?associateContractId={associateContractId}&quotaType={quotaType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
associateContractId

integer

Required

quotaType

QuotaTypeEnum

Required

Body Parameters

None.

Response Information

Resource Description

QuotaManagementDTO
NameDescriptionTypeAdditional information
AssociateContractId

integer

None.

QuotaType

QuotaTypeEnum

None.

AgentName

string

None.

QuotaLessThanSixMonths

decimal number

None.

QuotaGreaterThanSixMonths

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "AssociateContractId": 1,
  "QuotaType": 1,
  "AgentName": "sample string 2",
  "QuotaLessThanSixMonths": 1.0,
  "QuotaGreaterThanSixMonths": 1.0
}