AirService - Customer API v1.0

The mobile commerce platform

Profile

Properties

Name Type Description

Profile collection

Actions on the Profile resource

GET https://api-sandbox.airservice.com/customer/:version/profile
Responses200
Headers
Content-Type: application/json
Body
[
  {
    "id": 127
  }
]

Returns customer details
GET/customer/:version/profile


PATCH https://api-sandbox.airservice.com/customer/:version/profile
Responses200
Headers
Content-Type: application/json
Body
{
  "id": 409
}

Updates customer details. Customer is identified by token.
PATCH/customer/:version/profile


Photo

Properties

Name Type Description

Photo single

Actions on the Photo resource

[DELETE]

  • Response 200 (application/json)
+ Body

          {
            "id": 517
          }

Generated by aglio on 29 Nov 2016