GET api/WorkbookQuotaManagement/GetQuotaByContractAndQuotaType?associateContractId={associateContractId}"aType={quotaType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateContractId | integer |
Required |
|
| quotaType | QuotaTypeEnum |
Required |
Body Parameters
None.
Response Information
Resource Description
QuotaManagementDTO| Name | Description | Type | Additional 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
}