POST api/CRM/GetCRMDealRRNumber

Request Information

URI Parameters

None.

Body Parameters

GetDealRRNumber
NameDescriptionTypeAdditional information
CCP_ID

integer

None.

RR_ID

integer

None.

RR_NUMBER

string

None.

RR_CP_ID

integer

None.

RR_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CCP_ID": 1,
  "RR_ID": 1,
  "RR_NUMBER": "sample string 1",
  "RR_CP_ID": 1,
  "RR_STATUS": "sample string 2",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetDealRRNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CCP_ID>1</CCP_ID>
  <LENGTH>1</LENGTH>
  <RR_CP_ID>1</RR_CP_ID>
  <RR_ID>1</RR_ID>
  <RR_NUMBER>sample string 1</RR_NUMBER>
  <RR_STATUS>sample string 2</RR_STATUS>
  <START>1</START>
</GetDealRRNumber>

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.