POST api/Checkout/ValorPlanoPet

Request Information

URI Parameters

None.

Body Parameters

ValorPlanoPetRequest
NameDescriptionTypeAdditional information
DataNascimento

date

None.

IdPlano

integer

None.

IdGrupoPorte

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DataNascimento": "2026-09-21T12:56:51.7747888-03:00",
  "IdPlano": 2,
  "IdGrupoPorte": 3
}

text/html

Sample:
{"DataNascimento":"2026-09-21T12:56:51.7747888-03:00","IdPlano":2,"IdGrupoPorte":3}

application/xml, text/xml

Sample:
<ValorPlanoPetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dominio">
  <DataNascimento>2026-09-21T12:56:51.7747888-03:00</DataNascimento>
  <IdGrupoPorte>3</IdGrupoPorte>
  <IdPlano>2</IdPlano>
</ValorPlanoPetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.