POST V4/Partners/CustomerInquiry

Request Information

URI Parameters

None.

Body Parameters

CustomerInquiry
NameDescriptionTypeAdditional information
PetId

integer

None.

FirstName

string

None.

LastName

string

None.

Phone

string

None.

Email

string

None.

Message

string

None.

Notes

string

None.

Source

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PetId": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "Phone": "sample string 4",
  "Email": "sample string 5",
  "Message": "sample string 6",
  "Notes": "sample string 7",
  "Source": "sample string 8"
}

application/xml, text/xml

Sample:
<CustomerInquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.PartnerApi.Common">
  <Email>sample string 5</Email>
  <FirstName>sample string 2</FirstName>
  <LastName>sample string 3</LastName>
  <Message>sample string 6</Message>
  <Notes>sample string 7</Notes>
  <PetId>1</PetId>
  <Phone>sample string 4</Phone>
  <Source>sample string 8</Source>
</CustomerInquiry>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomerInquiry'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.