POST api/PFShippedOld

Request Information

URI Parameters

None.

Body Parameters

WebHookViewModel
NameDescriptionTypeAdditional information
resource_url

string

None.

resource_type

string

None.

Resend

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "resource_url": "sample string 1",
  "resource_type": "sample string 2",
  "Resend": true
}

application/xml, text/xml

Sample:
<WebHookViewModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <resource_url>sample string 1</resource_url>
  <resource_type>sample string 2</resource_type>
  <Resend>true</Resend>
</WebHookViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />