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
[ { "UniqueId": "98022da0-955b-4315-8446-5f469742a95e", "UniqueKey": 1, "Status": "sample string 2", "BulkLineStatus": "sample string 3", "RejectCode": 1, "ResultCode": 1, "Match": 1.0 }, { "UniqueId": "98022da0-955b-4315-8446-5f469742a95e", "UniqueKey": 1, "Status": "sample string 2", "BulkLineStatus": "sample string 3", "RejectCode": 1, "ResultCode": 1, "Match": 1.0 } ]
application/xml, text/xml
<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>98022da0-955b-4315-8446-5f469742a95e</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>98022da0-955b-4315-8446-5f469742a95e</UniqueId> <UniqueKey>1</UniqueKey> </DocumentStatus> </ArrayOfDocumentStatus>