POST API/JobTrak/SpecialInstructions
Mark special instructions on a given UPRN
Request Information
URI Parameters
None.
Body Parameters
UPRN Special Instructions Object
UPRNSpecialInstructionsName | Description | Type | Additional 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:
Response Information
Resource Description
Response from the server
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.