POST api/FCP/PendingBooking/Status

Provides Inspection form with ram_id and description, (restricted datacom).

Request Information

URI Parameters

None.

Body Parameters

PendingBookingStatus
NameDescriptionTypeAdditional information
externalReference

string

None.

category

string

None.

status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "externalReference": "sample string 1",
  "category": "sample string 2",
  "status": "sample string 3"
}

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

Response Information

Resource Description

Jason

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.