POST PassAuthen/UpdateResultPaymentOnline

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
parameter
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "paymentMethod": "sample string 1",
  "paymentResult": "sample string 2",
  "cacheValue": "sample string 3",
  "appAPIToken": "sample string 4"
}

application/xml, text/xml

Sample:
<PaymentResultParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.EInvoice.App.Api.Models.Parameter">
  <appAPIToken>sample string 4</appAPIToken>
  <cacheValue>sample string 3</cacheValue>
  <paymentMethod>sample string 1</paymentMethod>
  <paymentResult>sample string 2</paymentResult>
</PaymentResultParameter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PaymentResultParameter'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": "{}",
  "NewData": "{}",
  "Errors": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "ErrorCode": "sample string 4",
  "CustomData": "sample string 5",
  "summary": {},
  "recordsTotal": 7,
  "recordsFiltered": 8,
  "ValidateInfo": [
    {
      "Code": "sample string 1",
      "ErrorMessage": "sample string 2",
      "ConfirmMessage": "sample string 3"
    },
    {
      "Code": "sample string 1",
      "ErrorMessage": "sample string 2",
      "ConfirmMessage": "sample string 3"
    },
    {
      "Code": "sample string 1",
      "ErrorMessage": "sample string 2",
      "ConfirmMessage": "sample string 3"
    }
  ],
  "ErrorInfo": [
    {
      "ErrorCode": "sample string 1",
      "Id": "sample string 2",
      "IdField": "sample string 3",
      "ErrorMessage": "sample string 4",
      "EntityType": 0
    },
    {
      "ErrorCode": "sample string 1",
      "Id": "sample string 2",
      "IdField": "sample string 3",
      "ErrorMessage": "sample string 4",
      "EntityType": 0
    },
    {
      "ErrorCode": "sample string 1",
      "Id": "sample string 2",
      "IdField": "sample string 3",
      "ErrorMessage": "sample string 4",
      "EntityType": 0
    }
  ]
}

application/xml, text/xml

Sample:
<ServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.EInvoice.App.Contract.Result">
  <CustomData>sample string 5</CustomData>
  <Data xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:string">{}</Data>
  <ErrorCode>sample string 4</ErrorCode>
  <ErrorInfo>
    <ErrorInfo>
      <EntityType>MSC_User</EntityType>
      <ErrorCode>sample string 1</ErrorCode>
      <ErrorMessage>sample string 4</ErrorMessage>
      <Id>sample string 2</Id>
      <IdField>sample string 3</IdField>
    </ErrorInfo>
    <ErrorInfo>
      <EntityType>MSC_User</EntityType>
      <ErrorCode>sample string 1</ErrorCode>
      <ErrorMessage>sample string 4</ErrorMessage>
      <Id>sample string 2</Id>
      <IdField>sample string 3</IdField>
    </ErrorInfo>
    <ErrorInfo>
      <EntityType>MSC_User</EntityType>
      <ErrorCode>sample string 1</ErrorCode>
      <ErrorMessage>sample string 4</ErrorMessage>
      <Id>sample string 2</Id>
      <IdField>sample string 3</IdField>
    </ErrorInfo>
  </ErrorInfo>
  <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
    <d2p1:string>sample string 3</d2p1:string>
  </Errors>
  <NewData xmlns:d2p1="http://www.w3.org/2001/XMLSchema" i:type="d2p1:string">{}</NewData>
  <Success>true</Success>
  <ValidateInfo>
    <ValidateResult>
      <Code>sample string 1</Code>
      <ConfirmMessage>sample string 3</ConfirmMessage>
      <ErrorMessage>sample string 2</ErrorMessage>
    </ValidateResult>
    <ValidateResult>
      <Code>sample string 1</Code>
      <ConfirmMessage>sample string 3</ConfirmMessage>
      <ErrorMessage>sample string 2</ErrorMessage>
    </ValidateResult>
    <ValidateResult>
      <Code>sample string 1</Code>
      <ConfirmMessage>sample string 3</ConfirmMessage>
      <ErrorMessage>sample string 2</ErrorMessage>
    </ValidateResult>
  </ValidateInfo>
  <recordsFiltered>8</recordsFiltered>
  <recordsTotal>7</recordsTotal>
  <summary />
</ServiceResult>