GET api/compta/oComptabiliteClient

Route d'exemple oData : /odata/oComptabiliteClient (MAX 100)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

JSonGenericOfListOfcompteShort
NameDescriptionTypeAdditional information
Response

Collection of compteShort

None.

Datas

Collection of compteShort

None.

ServiceName

string

None.

Parameters

string

None.

Status

ReturnErrorStatus

None.

ErrorMessage

string

None.

Error

jsonExceptionIES

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": [
    {
      "compte1": "sample string 1",
      "nom": "sample string 2",
      "libelle": "sample string 3",
      "cpostal": "sample string 4",
      "ville": "sample string 5",
      "collectif": "sample string 6"
    },
    {
      "compte1": "sample string 1",
      "nom": "sample string 2",
      "libelle": "sample string 3",
      "cpostal": "sample string 4",
      "ville": "sample string 5",
      "collectif": "sample string 6"
    }
  ],
  "Datas": [
    {
      "compte1": "sample string 1",
      "nom": "sample string 2",
      "libelle": "sample string 3",
      "cpostal": "sample string 4",
      "ville": "sample string 5",
      "collectif": "sample string 6"
    },
    {
      "compte1": "sample string 1",
      "nom": "sample string 2",
      "libelle": "sample string 3",
      "cpostal": "sample string 4",
      "ville": "sample string 5",
      "collectif": "sample string 6"
    }
  ],
  "ServiceName": "sample string 1",
  "Parameters": "sample string 2",
  "Status": 0,
  "ErrorMessage": "sample string 3",
  "Error": {
    "Code": "sample string 1",
    "Details": "sample string 2",
    "Message": "sample string 3",
    "Level": 1
  }
}

application/xml, text/xml

Sample:
<JSonGenericOfArrayOfcompteShortq8b3XWLw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ForSagaMiddleware">
  <Error>
    <Code>sample string 1</Code>
    <Details>sample string 2</Details>
    <Level>Info</Level>
    <Message>sample string 3</Message>
  </Error>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Parameters>sample string 2</Parameters>
  <ServiceName>sample string 1</ServiceName>
  <Status>Error</Status>
  <Datas xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore">
    <d2p1:compteShort>
      <d2p1:collectif>sample string 6</d2p1:collectif>
      <d2p1:compte1>sample string 1</d2p1:compte1>
      <d2p1:cpostal>sample string 4</d2p1:cpostal>
      <d2p1:libelle>sample string 3</d2p1:libelle>
      <d2p1:nom>sample string 2</d2p1:nom>
      <d2p1:ville>sample string 5</d2p1:ville>
    </d2p1:compteShort>
    <d2p1:compteShort>
      <d2p1:collectif>sample string 6</d2p1:collectif>
      <d2p1:compte1>sample string 1</d2p1:compte1>
      <d2p1:cpostal>sample string 4</d2p1:cpostal>
      <d2p1:libelle>sample string 3</d2p1:libelle>
      <d2p1:nom>sample string 2</d2p1:nom>
      <d2p1:ville>sample string 5</d2p1:ville>
    </d2p1:compteShort>
  </Datas>
  <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/SAGACore">
    <d2p1:compteShort>
      <d2p1:collectif>sample string 6</d2p1:collectif>
      <d2p1:compte1>sample string 1</d2p1:compte1>
      <d2p1:cpostal>sample string 4</d2p1:cpostal>
      <d2p1:libelle>sample string 3</d2p1:libelle>
      <d2p1:nom>sample string 2</d2p1:nom>
      <d2p1:ville>sample string 5</d2p1:ville>
    </d2p1:compteShort>
    <d2p1:compteShort>
      <d2p1:collectif>sample string 6</d2p1:collectif>
      <d2p1:compte1>sample string 1</d2p1:compte1>
      <d2p1:cpostal>sample string 4</d2p1:cpostal>
      <d2p1:libelle>sample string 3</d2p1:libelle>
      <d2p1:nom>sample string 2</d2p1:nom>
      <d2p1:ville>sample string 5</d2p1:ville>
    </d2p1:compteShort>
  </Response>
</JSonGenericOfArrayOfcompteShortq8b3XWLw>