{
"collectorId": "string",
"salesPersonId": "string",
"name": "string",
"code": "string",
"notes": "string",
"totalAmount": 0,
"lines": {
"id": "string",
"lineValue": 0,
"paymentType": "Cash",
"chequeNumber": "string",
"bankId": "string",
"expirationDate": "2019-08-24T14:15:22Z",
"notes": "string"
},
"creditCardId": "string",
"seriesNumber": 0,
"seriesId": "string",
"trasnactionDate": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'https://platform.shopranos.eu/api/payments/MoneyCollection/' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectorId": "string",
"salesPersonId": "string",
"name": "string",
"code": "string",
"notes": "string",
"totalAmount": 0,
"lines": {
"id": "string",
"lineValue": 0,
"paymentType": "Cash",
"chequeNumber": "string",
"bankId": "string",
"expirationDate": "2019-08-24T14:15:22Z",
"notes": "string"
},
"creditCardId": "string",
"seriesNumber": 0,
"seriesId": "string",
"trasnactionDate": "2019-08-24T14:15:22Z"
}'
{}