POST api/event/EventAttendeeInvoiceCombineUpdate
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeInvoiceCombineRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| EventAttendees | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "ecc8ea0c-dbc5-46a2-b9d5-de86b7ae7ea3",
"EventAttendees": [
"6b6c54cc-3d9e-4d52-b107-9bac991576b2",
"dbdf8d33-3729-4953-b11e-b9e2a9da5f26"
]
}
application/xml, text/xml
Sample:
<EventAttendeeInvoiceCombineRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<EventAttendees xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6b6c54cc-3d9e-4d52-b107-9bac991576b2</d2p1:guid>
<d2p1:guid>dbdf8d33-3729-4953-b11e-b9e2a9da5f26</d2p1:guid>
</EventAttendees>
<EventId>ecc8ea0c-dbc5-46a2-b9d5-de86b7ae7ea3</EventId>
</EventAttendeeInvoiceCombineRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.