POST api/WorkbookQuotaManagement/UpdateQuotaByContractAndQuotaType

Request Information

URI Parameters

None.

Body Parameters

QuotaManagementDTO
NameDescriptionTypeAdditional information
AssociateContractId

integer

None.

QuotaType

QuotaTypeEnum

None.

AgentName

string

None.

QuotaLessThanSixMonths

decimal number

None.

QuotaGreaterThanSixMonths

decimal number

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true