POST UserCRM/GetAcres99Details

Request Information

URI Parameters

None.

Body Parameters

Acres99ViewWebAPIReq_BO
NameDescriptionTypeAdditional information
Token

integer

None.

Data

Acres99ViewReq_BO

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": 1,
  "Data": {
    "ParentID": 1
  }
}

text/html

Sample:
{"Token":1,"Data":{"ParentID":1}}

application/xml, text/xml

Sample:
<Acres99ViewWebAPIReq_BO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kit19BO_V2.UserCRM">
  <Data>
    <ParentID>1</ParentID>
  </Data>
  <Token>1</Token>
</Acres99ViewWebAPIReq_BO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.