POST api/Voyage/GetService

Request Information

URI Parameters

None.

Body Parameters

GetService
NameDescriptionTypeAdditional information
SLC_ID

integer

None.

SLC_SRV_CODE

string

None.

SLC_SRV_NAME

string

None.

SLC_OPERATOR_ID

integer

None.

SLC_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SLC_ID": 1,
  "SLC_SRV_CODE": "sample string 1",
  "SLC_SRV_NAME": "sample string 2",
  "SLC_OPERATOR_ID": 1,
  "SLC_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<GetService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <SLC_ID>1</SLC_ID>
  <SLC_OPERATOR_ID>1</SLC_OPERATOR_ID>
  <SLC_SRV_CODE>sample string 1</SLC_SRV_CODE>
  <SLC_SRV_NAME>sample string 2</SLC_SRV_NAME>
  <SLC_STATUS>sample string 3</SLC_STATUS>
  <START>1</START>
</GetService>

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.