POST API/JobTrak/SpecialInstructions

Mark special instructions on a given UPRN

Request Information

URI Parameters

None.

Body Parameters

UPRN Special Instructions Object

UPRNSpecialInstructions
NameDescriptionTypeAdditional information
UPRN

UPRN to assign instructions to

string

Required

SpecialInstructions

Special Instructions

string

Required

String length: inclusive between 1 and 500

Request Formats

application/json, text/json

Sample:
{
  "UPRN": "sample string 1",
  "SpecialInstructions": "sample string 2"
}

application/xml, text/xml

Sample:
<UPRNSpecialInstructions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UPRN>sample string 1</UPRN>
  <SpecialInstructions>sample string 2</SpecialInstructions>
</UPRNSpecialInstructions>

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 'UPRNSpecialInstructions'.

Response Information

Resource Description

Response from the server

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.