POST api/Event/Attendence
Request Information
URI Parameters
None.
Body Parameters
Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Invoice_Id | integer |
None. |
|
| Invoice_date | date |
None. |
|
| Purchased_by | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CellPhone | string |
None. |
|
| EmailAddress | string |
None. |
|
| TotalAmount | string |
None. |
|
| Attendence | integer |
None. |
|
| EventId | integer |
None. |
|
| ErrorCode | string |
None. |
|
| Quantity | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Invoice_Id": 1,
"Invoice_date": "2025-12-21T09:07:22.9869756+00:00",
"Purchased_by": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"CellPhone": "sample string 4",
"EmailAddress": "sample string 5",
"TotalAmount": "sample string 6",
"Attendence": 7,
"EventId": 8,
"ErrorCode": "sample string 9",
"Quantity": 1
}
application/xml, text/xml
Sample:
<Invoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS"> <Attendence>7</Attendence> <CellPhone>sample string 4</CellPhone> <EmailAddress>sample string 5</EmailAddress> <ErrorCode>sample string 9</ErrorCode> <EventId>8</EventId> <FirstName>sample string 2</FirstName> <Invoice_Id>1</Invoice_Id> <Invoice_date>2025-12-21T09:07:22.9869756+00:00</Invoice_date> <LastName>sample string 3</LastName> <Purchased_by>1</Purchased_by> <Quantity>1</Quantity> <TotalAmount>sample string 6</TotalAmount> </Invoice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.