POST api/Mobile/Logcallout

Raise a callout and return the Job IDs & Reference.

Request Information

URI Parameters

None.

Body Parameters

IBMS_Cloud_API.Controllers.LogCalloutController+LogCalloutPost
NameDescriptionTypeAdditional information
SiteID

integer

None.

ClientID

integer

None.

Details

string

None.

Description

string

None.

Notes

string

None.

TypeID

integer

None.

OrderNumber

string

None.

WODate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SiteID": 1,
  "ClientID": 2,
  "Details": "sample string 3",
  "Description": "sample string 4",
  "Notes": "sample string 5",
  "TypeID": 6,
  "OrderNumber": "sample string 7",
  "WODate": "2025-04-28T15:10:52.1528393+01:00"
}

text/html

Sample:
{"SiteID":1,"ClientID":2,"Details":"sample string 3","Description":"sample string 4","Notes":"sample string 5","TypeID":6,"OrderNumber":"sample string 7","WODate":"2025-04-28T15:10:52.1528393+01:00"}

application/xml, text/xml

Sample:
<LogCalloutController.LogCalloutPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IBMS_Cloud_API.Controllers">
  <ClientID>2</ClientID>
  <Description>sample string 4</Description>
  <Details>sample string 3</Details>
  <Notes>sample string 5</Notes>
  <OrderNumber>sample string 7</OrderNumber>
  <SiteID>1</SiteID>
  <TypeID>6</TypeID>
  <WODate>2025-04-28T15:10:52.1528393+01:00</WODate>
</LogCalloutController.LogCalloutPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />