Created
November 1, 2018 08:11
-
-
Save aashestakov/cfa21b2d597274638c721e3d20e75aa1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array(1) { | |
'Orders' => | |
array(16) { | |
'Id' => | |
string(5) "12223" | |
'BitrixId' => | |
int(237) | |
'Date' => | |
string(25) "2018-10-31T17:39:28+03:00" | |
'Number' => | |
string(3) "123" | |
'DateOfEntry' => | |
string(25) "2018-10-31T17:39:28+03:00" | |
'CounterpartyId' => | |
NULL | |
'CounterpartyName' => | |
NULL | |
'Description' => | |
string(94) "Ðтот отличный заказ помогает при проÑ�туде и гриппе." | |
'Status' => | |
string(7) "ordered" | |
'Delivery' => | |
string(12) "SelfDelivery" | |
'LastName' => | |
string(0) "" | |
'Name' => | |
string(7) "Andreyk" | |
'Phone' => | |
string(3) "911" | |
'Email' => | |
string(14) "[email protected]" | |
'INN' => | |
NULL | |
'BasketItems' => | |
array(1) { | |
[0] => | |
array(9) { | |
'KIN' => | |
string(3) "123" | |
'StorageUnitId' => | |
string(1) "1" | |
'Quantity' => | |
double(2) | |
'Price' => | |
double(180) | |
'Sum' => | |
double(360) | |
'TaxRate' => | |
string(6) "0.0000" | |
'SumRate' => | |
int(0) | |
'TotalSum' => | |
double(360) | |
'ItemStatus' => | |
string(7) "ordered" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment