PUT Dojo/v1/parties/{partyId}

Request Information

URI Parameters

Name Type Description Additional information
partyId string

Body Parameters

CreatePartyCommand
Name Type Description Additional information
name string

None.

covers integer

None.

tableIds Collection of string

None.

startTime date

None.

expectedEndTime date

None.

guestRequests string

None.

hostNotes string

None.

dojoReservationId string

None.

dojoPartyId string

None.

status string

None.

deposit Deposit

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "covers": 2,
  "tableIds": [
    "sample string 1",
    "sample string 2"
  ],
  "startTime": "2025-05-17T09:39:23.7439071+01:00",
  "expectedEndTime": "2025-05-17T09:39:23.7439071+01:00",
  "guestRequests": "sample string 5",
  "hostNotes": "sample string 6",
  "dojoReservationId": "sample string 7",
  "dojoPartyId": "sample string 8",
  "status": "sample string 9",
  "deposit": {
    "totalAmount": {
      "value": 1,
      "currencyCode": "sample string 2"
    }
  }
}

application/xml, text/xml

Sample:
<CreatePartyCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.Core.Models.Dojo.Reservations">
  <covers>2</covers>
  <deposit>
    <totalAmount>
      <currencyCode>sample string 2</currencyCode>
      <value>1</value>
    </totalAmount>
  </deposit>
  <dojoPartyId>sample string 8</dojoPartyId>
  <dojoReservationId>sample string 7</dojoReservationId>
  <expectedEndTime>2025-05-17T09:39:23.7439071+01:00</expectedEndTime>
  <guestRequests>sample string 5</guestRequests>
  <hostNotes>sample string 6</hostNotes>
  <name>sample string 1</name>
  <startTime>2025-05-17T09:39:23.7439071+01:00</startTime>
  <status>sample string 9</status>
  <tableIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </tableIds>
</CreatePartyCommand>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.