Creates a payment for the split bill of a given contract

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

integer

required

The id of the contract

api-version

integer

required

Target API version

``201 Created

object

message

string

``401 Unauthorized

``403 Forbidden

``404 Not found

``406 Not Acceptable

Base URL

https://api.dealerware.com/admin/contracts/{id}/split_bill/payment


xxxxxxxxxx

curl --request POST \

--url https://api.dealerware.com/admin/contracts/id/split_bill/payment \

--header 'accept: application/json'

xxxxxxxxxx

{

"message": "The request has been fulfilled and has resulted in a new resource being created"
}