POST web/Deal/DealPaymentSettlement
Request Information
URI Parameters
None.
Body Parameters
CreateDealPaymentAndSettlement| Name | Description | Type | Additional information |
|---|---|---|---|
| detail | PaymentSettlementDet |
Required |
|
| payments | Payments |
Required |
|
| settlements | DealSettlements |
Required |
Request Formats
application/json, text/json
Sample:
{
"detail": {
"entity": {
"value": "sample string 1",
"id": 2
},
"booker_value": "sample string 1",
"trader": {
"value": "sample string 1",
"id": 2
},
"recordid": 2
},
"payments": {
"currency": {
"value": "sample string 1",
"id": 2
},
"amount": 1.0,
"value_date": "sample string 2",
"account_id": "sample string 3",
"payee": {
"value": "sample string 1",
"id": 2
},
"action": {
"value": "sample string 1",
"id": 2
}
},
"settlements": {
"action": {
"value": "sample string 1",
"id": 2
},
"currency": {
"value": "sample string 1",
"id": 2
},
"amount": 1.0,
"value_date": "sample string 2",
"account_id": "sample string 3",
"payee": {
"value": "sample string 1",
"id": 2
}
}
}
application/x-www-form-urlencoded
Sample:
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.