POST https://<tenantid>.callidusondemand.com/api/v2/salesOrders
Content-Type: application/json
Authorization: Basic @{{authtoken1}}
[
{
"orderId": "DE-00-00-00-00-01",
"businessUnits": [
{
"name": "BMW"
}
]
},
{
"orderId": "DE-00-00-00-00-02",
"businessUnits": [
{
"name": "BMW"
}
]
}
]
POST https://<tenantid>.callidusondemand.com/api/v2/salesTransactions
Content-Type: application/json
Authorization: Basic @{{authtoken1}}
[
{
"salesOrder": {
"orderId": "DE-00-00-00-00-01"
},
"lineNumber": {
"value": 12,
"unitType": {
"unitTypeSeq": "1970324836974599",
"name": "integer"
}
},
"subLineNumber": {
"value": 14,
"unitType": {
"unitTypeSeq": "1970324836974599",
"name": "integer"
}
},
"eventType": {
"eventTypeId": "booking"
},
"compensationDate": "2020-10-10",
"preadjustedValue": {
"value": 1000,
"unitType": {
"unitTypeSeq": "1970324836975201",
"name": "EUR"
}
},
"value": {
"value": 1000,
"unitType": {
"unitTypeSeq": "1970324836975201",
"name": "EUR"
}
},
"comments": "so txn 1",
"isRunnable": true,
"businessUnits": [
{
"businessUnitSeq": "22799473113563437",
"name": "BMW"
}
],
"originTypeId": "manual",
"transactionAssignments": [
{
"setNumber": 1,
"payeeId": "D00000000000001"
}
]
}
]
{
"salesTransactions": [
{
"_ERROR_": "Bean (payeeId=D00000000000001) Not Found."
}
]
}
## That Means your sales Rep is not available in Participant Workspace
or not loaded from HR file.
GET https://<TenantID>.callidusondemand.com/api/v2/unitTypes
GET https://<TenantID>.callidusondemand.com/api/v2/businessUnits
GET https://<TenantID>.callidusondemand.com/api/v2/eventTypes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
7 | |
5 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |