POST cardapp/V4/IncrementUpdateResultByAST

Documentation for 'IncrementUpdateResultByAST'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Mac": "sample string 1",
  "DataList": [
    {
      "type": 1,
      "Ids": [
        1,
        2,
        3
      ],
      "SyncType": 2,
      "Remark": "sample string 3"
    },
    {
      "type": 1,
      "Ids": [
        1,
        2,
        3
      ],
      "SyncType": 2,
      "Remark": "sample string 3"
    },
    {
      "type": 1,
      "Ids": [
        1,
        2,
        3
      ],
      "SyncType": 2,
      "Remark": "sample string 3"
    }
  ],
  "Language": 2
}

application/xml, text/xml

Sample:
<IncrementUpdateResultByASTModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicModel.Third.CardAppV4">
  <Language xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">2</Language>
  <DataList>
    <IncrementUpdateResultItem>
      <Ids xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
        <d4p1:long>3</d4p1:long>
      </Ids>
      <Remark>sample string 3</Remark>
      <SyncType>2</SyncType>
      <type>1</type>
    </IncrementUpdateResultItem>
    <IncrementUpdateResultItem>
      <Ids xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
        <d4p1:long>3</d4p1:long>
      </Ids>
      <Remark>sample string 3</Remark>
      <SyncType>2</SyncType>
      <type>1</type>
    </IncrementUpdateResultItem>
    <IncrementUpdateResultItem>
      <Ids xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:long>1</d4p1:long>
        <d4p1:long>2</d4p1:long>
        <d4p1:long>3</d4p1:long>
      </Ids>
      <Remark>sample string 3</Remark>
      <SyncType>2</SyncType>
      <type>1</type>
    </IncrementUpdateResultItem>
  </DataList>
  <Mac>sample string 1</Mac>
</IncrementUpdateResultByASTModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<BaseCardAppApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CardAppIoTCommon.Model.Base">
  <Code>1</Code>
  <Message>sample string 2</Message>
</BaseCardAppApiResponse>