POST api/Master/GetCurrentMoveCode

Request Information

URI Parameters

None.

Body Parameters

GetCurrentMoveInputs
NameDescriptionTypeAdditional information
CON_NUMBER

string

None.

CON_STATUS

string

None.

CON_ID

integer

None.

CON_CP_ID

integer

None.

CON_AP_ID

integer

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CON_NUMBER": "sample string 1",
  "CON_STATUS": "sample string 2",
  "CON_ID": 1,
  "CON_CP_ID": 1,
  "CON_AP_ID": 1,
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetCurrentMoveInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CON_AP_ID>1</CON_AP_ID>
  <CON_CP_ID>1</CON_CP_ID>
  <CON_ID>1</CON_ID>
  <CON_NUMBER>sample string 1</CON_NUMBER>
  <CON_STATUS>sample string 2</CON_STATUS>
  <LENGTH>1</LENGTH>
  <START>1</START>
</GetCurrentMoveInputs>

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.