POST api/Master/List?Signature={Signature}&Language={Language}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Signature

string

Required

Language

API.LANGUAGE

Default value is en_US

Body Parameters

Requests.Master.List
NameDescriptionTypeAdditional information
ClientCode

string

None.

DateTime

date

None.

Content

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientCode": "sample string 1",
  "DateTime": "2024-11-18T11:51:09.0204024+08:00",
  "Content": {}
}

text/html

Sample:
{"ClientCode":"sample string 1","DateTime":"2024-11-18T11:51:09.0204024+08:00","Content":{}}

application/xml, text/xml

Sample:
<List xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CBSS_API.App_Code.Requests.Master">
  <ClientCode xmlns="http://schemas.datacontract.org/2004/07/CBSS_API.App_Code">sample string 1</ClientCode>
  <Content xmlns="http://schemas.datacontract.org/2004/07/CBSS_API.App_Code" />
  <DateTime xmlns="http://schemas.datacontract.org/2004/07/CBSS_API.App_Code">2024-11-18T11:51:09.0204024+08:00</DateTime>
</List>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Responses.Master.List
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

Messages

Collection of Models.Message

None.

ClientCode

string

None.

DateTime

date

None.

Content

Models.Master

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "Messages": [],
  "ClientCode": "sample string 2",
  "DateTime": "2024-11-18T11:51:09.0204024+08:00",
  "Content": null
}

text/html

Sample:
{"IsSuccessful":true,"Messages":[],"ClientCode":"sample string 2","DateTime":"2024-11-18T11:51:09.0204024+08:00","Content":null}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.