Reorganize content

e911_addr
Maria Bermudez 7 years ago
parent 4652d86e6b
commit a99a1efbd5
  1. 6
      README.md

@ -643,10 +643,12 @@ else:
``` ```
##### Example Response ##### Example Response
`204: No Content`
On success, the HTTP status code in the response header is `204 No Content` which means that the server successfully processed the request and is not returning any content. On success, the HTTP status code in the response header is `204 No Content` which means that the server successfully processed the request and is not returning any content.
`204: No Content`
### Messaging ### Messaging
Flowroute SDK version 3 for Python allows you to make HTTP requests to the `messages` resource of Flowroute API v2.1: `https://api.flowroute.com/v2.1/messages` Flowroute SDK version 3 for Python allows you to make HTTP requests to the `messages` resource of Flowroute API v2.1: `https://api.flowroute.com/v2.1/messages`
@ -797,7 +799,7 @@ On success, the HTTP status code in the response header is `200 OK` and the resp
"timestamp": "2017-12-22T01:52:39.39Z", "timestamp": "2017-12-22T01:52:39.39Z",
"delivery_receipts": [], "delivery_receipts": [],
"amount_display": "$0.0040", "amount_display": "$0.0040",
"from": "12067392634", "from": "12061232634",
"is_mms": false, "is_mms": false,
"message_type": "longcode" "message_type": "longcode"
}, },

Loading…
Cancel
Save