POST api/LinkCard/Delivery

Request Information

URI Parameters

None.

Body Parameters

ZaapDeliveryHookDto
NameDescriptionTypeAdditional information
phone

string

None.

zaapId

string

None.

momment

integer

None.

messageId

string

None.

type

string

None.

error

string

None.

Request Formats

application/json, text/json

Sample:
{
  "phone": "sample string 1",
  "zaapId": "sample string 2",
  "momment": 3,
  "messageId": "sample string 4",
  "type": "sample string 5",
  "error": "sample string 6"
}

application/xml, text/xml

Sample:
<ZaapDeliveryHookDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zenite.Wa.Models.Zapi.Message">
  <error>sample string 6</error>
  <messageId>sample string 4</messageId>
  <momment>3</momment>
  <phone>sample string 1</phone>
  <type>sample string 5</type>
  <zaapId>sample string 2</zaapId>
</ZaapDeliveryHookDto>

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.