Creates a new CommissionAgencyRepRate
Success
Unauthorized
{- "commissionAgencyRepRate_Key": 0,
- "commissionAgencyRep_Key": 0,
- "commissionRate_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "parent_CommissionAgencyRepRate_Key": 0,
- "split": 0.1,
- "split_Max": 0.1,
- "split_Min": 0.1,
- "split_Priority": 0,
- "split_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "commissionAgencyRepRate_Key": 0,
- "commissionAgencyRep_Key": 0,
- "commissionRate_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "parent_CommissionAgencyRepRate_Key": 0,
- "split": 0.1,
- "split_Max": 0.1,
- "split_Min": 0.1,
- "split_Priority": 0,
- "split_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all CommissionAgencyRepRate for the given commRateKey
Success
Unauthorized
Updates a specific CommissionAgencyRepRate.
Success
Unauthorized
{- "commissionAgencyRepRate_Key": 0,
- "commissionAgencyRep_Key": 0,
- "commissionRate_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "parent_CommissionAgencyRepRate_Key": 0,
- "split": 0.1,
- "split_Max": 0.1,
- "split_Min": 0.1,
- "split_Priority": 0,
- "split_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
{- "data": {
- "commissionAgencyRepRate_Key": 0,
- "commissionAgencyRep_Key": 0,
- "commissionRate_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "parent_CommissionAgencyRepRate_Key": 0,
- "split": 0.1,
- "split_Max": 0.1,
- "split_Min": 0.1,
- "split_Priority": 0,
- "split_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple CommissionAgencyRepRate at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "commissionAgencyRepRate_Key": 0,
- "commissionAgencyRep_Key": 0,
- "commissionRate_Key": 0,
- "entry_Date": "2019-08-24T14:15:22Z",
- "entry_User": "string",
- "parent_CommissionAgencyRepRate_Key": 0,
- "split": 0.1,
- "split_Max": 0.1,
- "split_Min": 0.1,
- "split_Priority": 0,
- "split_Type": "string",
- "update_Date": "2019-08-24T14:15:22Z",
- "update_User": "string"
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}