POST Appointments

Request Information

URI Parameters

None.

Body Parameters

Animal
NameDescriptionTypeAdditional information
animalId

integer

None.

firstName

string

None.

species

string

None.

breed

string

None.

Request Formats

application/json, text/json

Sample:
{
  "animalId": 1,
  "firstName": "sample string 2",
  "species": "sample string 3",
  "breed": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.