GET api/documents/statuses/{keys}

ინდივიდუალური დოკუმენტების სტატუსები

მოთხოვნა

URI პარამეტრები

სახელიაღწერატიპიდამატებითი ინფორმაცია
keys

დოკუმენტის უნიკალური იდენტიფიკატორი business online-ში

ერთი ან რამდენიმე   integer

აუცილებელი

მოთხოვნის ტანის პარამეტრები

ცარიელი

api.documents.statuses.{keys}.comments

პასუხი

აღწერა

დოკუმენტის სტატუსი

ერთი ან რამდენიმე   DocumentStatus
სახელიაღწერატიპიდამატებითი ინფორმაცია
UniqueId

უნიკალური იდენტიფიკატორი (Guid) გარე სისტემაში

globally unique identifier

-

UniqueKey

დოკუმენტის უნიკალური იდენტიფიკატორი business online-ში

integer

-

Status

დოკუმენტის სტატუსი

string

-

BulkLineStatus

api.property.line.status

string

-

RejectCode

უარყოფის კოდი

integer

-

ResultCode

შედეგის კოდი

integer

-

Match

თანხვედრის %

შიდა გადარიცხვის დროს თქვენ მიერ აკრეფილი მიმღები ი/პ-ის შემთხვევაში მოწმდება ბანკში IBAN-ის ანგარიშის მფლობელის დასახელებასთან, ფ/პ-ის შემთხვევაში კი – სახელთან და გვართან. შედარების შედეგად ნახავთ დამთხვევის %-ულ მაჩვენებელს.

ნებისმიერი დოკუმენტის შექმნის ან პაკეტური გადარიცხვის დროს დუბლირების დასადგენად მოწმდება ახალი დოკუმენტი ემთხვევა თუ არა უკვე შექმნილ რომელიმე დოკუმენტს. დოკუმენტების შედარებას თქვენ მიერ წინასწარ არჩეული ველების მიხედვით შეძლებთ.

decimal number

-

ფორმატები

application/json, text/json

Sample:
[
  {
    "UniqueId": "b7c83ec5-033b-47cf-a9d5-e4b615c5af85",
    "UniqueKey": 1,
    "Status": "sample string 2",
    "BulkLineStatus": "sample string 3",
    "RejectCode": 1,
    "ResultCode": 1,
    "Match": 1.0
  },
  {
    "UniqueId": "b7c83ec5-033b-47cf-a9d5-e4b615c5af85",
    "UniqueKey": 1,
    "Status": "sample string 2",
    "BulkLineStatus": "sample string 3",
    "RejectCode": 1,
    "ResultCode": 1,
    "Match": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfDocumentStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIBApi.Models">
  <DocumentStatus>
    <BulkLineStatus>sample string 3</BulkLineStatus>
    <Match>1</Match>
    <RejectCode>1</RejectCode>
    <ResultCode>1</ResultCode>
    <Status>sample string 2</Status>
    <UniqueId>b7c83ec5-033b-47cf-a9d5-e4b615c5af85</UniqueId>
    <UniqueKey>1</UniqueKey>
  </DocumentStatus>
  <DocumentStatus>
    <BulkLineStatus>sample string 3</BulkLineStatus>
    <Match>1</Match>
    <RejectCode>1</RejectCode>
    <ResultCode>1</ResultCode>
    <Status>sample string 2</Status>
    <UniqueId>b7c83ec5-033b-47cf-a9d5-e4b615c5af85</UniqueId>
    <UniqueKey>1</UniqueKey>
  </DocumentStatus>
</ArrayOfDocumentStatus>