The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/PGUploadFile HTTP/1.1
Host: ncapi.net.au
Content-Type: application/json
Content-Length: length
{"Message":"String","DeviceId":0,"FileName":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"IsSuccess":false,"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]}