Creates a new CommissionParameter
Success
Unauthorized
{- "commissionParameter_Key": 0,
- "billedThru": "2019-08-24T14:15:22Z",
- "commissionActivity_Key": 0,
- "commissionAgencyRepKey": 0,
- "commissionDate": "2019-08-24T14:15:22Z",
- "commissionDateType": "s",
- "end_Date": "2019-08-24T14:15:22Z",
- "groupID": "string",
- "receivedThru": "2019-08-24T14:15:22Z",
- "start_Date": "2019-08-24T14:15:22Z",
- "undo_Date": "2019-08-24T14:15:22Z",
- "undo_User": "string",
- "userID": "string"
}
{- "data": {
- "commissionParameter_Key": 0,
- "billedThru": "2019-08-24T14:15:22Z",
- "commissionActivity_Key": 0,
- "commissionAgencyRepKey": 0,
- "commissionDate": "2019-08-24T14:15:22Z",
- "commissionDateType": "s",
- "end_Date": "2019-08-24T14:15:22Z",
- "groupID": "string",
- "receivedThru": "2019-08-24T14:15:22Z",
- "start_Date": "2019-08-24T14:15:22Z",
- "undo_Date": "2019-08-24T14:15:22Z",
- "undo_User": "string",
- "userID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all CommissionParameter for the given commActivityKey
Success
Unauthorized
Updates a specific CommissionParameter.
Success
Unauthorized
{- "commissionParameter_Key": 0,
- "billedThru": "2019-08-24T14:15:22Z",
- "commissionActivity_Key": 0,
- "commissionAgencyRepKey": 0,
- "commissionDate": "2019-08-24T14:15:22Z",
- "commissionDateType": "s",
- "end_Date": "2019-08-24T14:15:22Z",
- "groupID": "string",
- "receivedThru": "2019-08-24T14:15:22Z",
- "start_Date": "2019-08-24T14:15:22Z",
- "undo_Date": "2019-08-24T14:15:22Z",
- "undo_User": "string",
- "userID": "string"
}
{- "data": {
- "commissionParameter_Key": 0,
- "billedThru": "2019-08-24T14:15:22Z",
- "commissionActivity_Key": 0,
- "commissionAgencyRepKey": 0,
- "commissionDate": "2019-08-24T14:15:22Z",
- "commissionDateType": "s",
- "end_Date": "2019-08-24T14:15:22Z",
- "groupID": "string",
- "receivedThru": "2019-08-24T14:15:22Z",
- "start_Date": "2019-08-24T14:15:22Z",
- "undo_Date": "2019-08-24T14:15:22Z",
- "undo_User": "string",
- "userID": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create or Update multiple CommissionParameter at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "commissionParameter_Key": 0,
- "billedThru": "2019-08-24T14:15:22Z",
- "commissionActivity_Key": 0,
- "commissionAgencyRepKey": 0,
- "commissionDate": "2019-08-24T14:15:22Z",
- "commissionDateType": "s",
- "end_Date": "2019-08-24T14:15:22Z",
- "groupID": "string",
- "receivedThru": "2019-08-24T14:15:22Z",
- "start_Date": "2019-08-24T14:15:22Z",
- "undo_Date": "2019-08-24T14:15:22Z",
- "undo_User": "string",
- "userID": "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"
}
}