Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Api spec for import to account order #672

Merged
merged 6 commits into from
Aug 19, 2022
Merged

Api spec for import to account order #672

merged 6 commits into from
Aug 19, 2022

Conversation

xxlaykxx
Copy link
Contributor

Снимок экрана 2022-08-11 в 12 09 06

POST/GET /accounts/{id}/importToAccount
GET /accounts/{id}/importToAccount/{orderId}
GET /accounts/{id}/importToAccount/{orderId}/history

@xxlaykxx xxlaykxx requested a review from a team August 11, 2022 09:10
ajrice6713
ajrice6713 previously approved these changes Aug 15, 2022
"examples": {
"example": {
"description": "example",
"value": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ResponseSelectWrapper>\n <ListOrderIdUserIdDate>\n <TotalCount>3</TotalCount>\n <OrderIdUserIdDate>\n <accountId>14</accountId>\n <CountOfTNs>2</CountOfTNs>\n <userId>team_ua</userId>\n <lastModifiedDate>2014-07-07T10:06:43.427Z</lastModifiedDate>\n <OrderType>import_to_account</OrderType>\n <OrderDate>2014-07-07T10:06:43.427Z</OrderDate>\n <orderId>37a6447c-1a0b-4be9-ba89-3f5cb0aea142</orderId>\n <OrderStatus>FAILED</OrderStatus>\n </OrderIdUserIdDate>\n <OrderIdUserIdDate>\n <accountId>14</accountId>\n <CountOfTNs>2</CountOfTNs>\n <userId>team_ua</userId>\n <lastModifiedDate>2014-07-07T10:05:56.595Z</lastModifiedDate>\n <OrderType>import_to_account</OrderType>\n <OrderDate>2014-07-07T10:05:56.595Z</OrderDate>\n <orderId>743b0e64-3350-42e4-baa6-406dac7f4a85</orderId>\n <OrderStatus>RECEIVED</OrderStatus>\n </OrderIdUserIdDate>\n <OrderIdUserIdDate>\n <accountId>14</accountId>\n <CountOfTNs>2</CountOfTNs>\n <userId>team_ua</userId>\n <lastModifiedDate>2014-07-07T09:32:17.234Z</lastModifiedDate>\n <OrderType>import_to_account</OrderType>\n <OrderDate>2014-07-07T09:32:17.234Z</OrderDate>\n <orderId>f71eb4d2-bfef-4384-957f-45cd6321185e</orderId>\n <OrderStatus>RECEIVED</OrderStatus>\n </OrderIdUserIdDate>\n </ListOrderIdUserIdDate>\n</ResponseSelectWrapper>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason you didn't capitalize <OrderId>?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because for some reason
Снимок экрана 2022-08-16 в 10 01 34

@ajrice6713 ajrice6713 merged commit 0bc1396 into Bandwidth:main Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants