POST api/WorkOrder/VpsOrder/SyncLcrmData

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "dfb18d6d-c08d-4943-942a-3a9cc17ae6d8",
  "0eafbec6-7216-4986-b1f3-055e341d1305"
]

text/javascript

Sample:
["dfb18d6d-c08d-4943-942a-3a9cc17ae6d8","0eafbec6-7216-4986-b1f3-055e341d1305"]

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 'Guid[]'.

Response Information

Resource Description

WebApiResult
NameDescriptionTypeAdditional information
Data

boolean

None.

HasErrors

boolean

None.

Success

boolean

None.

AllMessages

string

None.

Messages

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": false,
  "HasErrors": true,
  "Success": false,
  "AllMessages": "sample string 1\r\nsample string 2",
  "Messages": [
    "sample string 1",
    "sample string 2"
  ]
}

text/javascript

Sample:
{"Data":false,"HasErrors":true,"Success":false,"AllMessages":"sample string 1\r\nsample string 2","Messages":["sample string 1","sample string 2"]}