POST api/customers/{customerId}/group-orders/split/mark-paid
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
Body Parameters
MarkSplitPaidRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ParticipantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"participantId": 1
}
application/xml, text/xml
Sample:
<MarkSplitPaidRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos"> <ParticipantId>1</ParticipantId> </MarkSplitPaidRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.