API Details for Post WorkOrder Attachment

Inserts the associated attachments in the POST Request to the specified WorkOrder. It consumes the WO number or ID as a parameter in the url, and a file to upload encoded and loaded into the body of the multi-part HTTP request This entry point returns the status information True/False of Posting Attachment.

POST api/WorkOrders/{id}/Attachments

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>