POST PlugZap/instancia/3DB3EE103E3290F0D55D6219227CA679/delivery

Request Information

URI Parameters

None.

Body Parameters

PlugZapRetornoEnvio
NameDescriptionTypeAdditional information
phone

string

None.

zaapId

string

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "zaapId": "sample string 2",
  "type": "sample string 3"
}

application/xml, text/xml

Sample:
<PlugZapRetornoEnvio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL.Objetos">
  <phone>sample string 1</phone>
  <type>sample string 3</type>
  <zaapId>sample string 2</zaapId>
</PlugZapRetornoEnvio>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ActionResult

None.

Response Formats

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

Sample:

Sample not available.