{
"name": "string",
"notes": "string",
"status": "Draft",
"type": "Order",
"users": [
"string"
],
"roles": [
"string"
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/payments/MoneyCollectionSeries' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"notes": "string",
"status": "Draft",
"type": "Order",
"users": [
"string"
],
"roles": [
"string"
]
}'
{}