Methods

  • get - Get Withdrawal (Single)
  • get - Get Withdrawals (Multiple)
  • post - Create Withdrawal
  • put - Update Withdrawal

Properties

{
    "content": "string",
    "createdByAdmin": "boolean",
    "dateCreated": "string",
    "id": "int64",
    "order": {
        "customerCity": "string",
        "customerCountry": "string",
        "customerEmail": "string",
        "customerFirstname": "string",
        "customerGender": "string",
        "customerId": "int64",
        "customerLastName": "string",
        "customerPostCode": "string",
        "customerStreetAddress": "string",
        "deliveryDate": "string",
        "orderDate": "string",
        "orderId": "int64"
    },
    "withdrawalDate": "string"
}
{
    "content": "This is an example for a withdrawal's content.",
    "createdByAdmin": true,
    "dateCreated": "2018-05-28 12:45:07",
    "id": 1,
    "order": {
        "customerCity": "Bremen",
        "customerCountry": "Germany",
        "customerEmail": "m.musterfrau@example.com",
        "customerFirstName": "Maxi",
        "customerGender": "Frau",
        "customerId": 0,
        "customerLastName": "Musterfrau",
        "customerPostCode": "28219",
        "customerStreetAddress": "Musterstraße 3",
        "deliveryDate": "1000-01-01 00:00:00",
        "orderDate": "2018-05-14 12:45:07",
        "orderId": 400276
    },
    "withdrawalDate": "2018-05-28 12:45:07"
}
Name Type Description Additional
content string
createdByAdmin boolean
dateCreated string
id int64 Optional, read only.
order object GXWithdrawalOrder
order.customerCity string
order.customerCountry string
order.customerEmail string
order.customerFirstname string
order.customerGender string
order.customerId int64
order.customerLastName string
order.customerPostCode string
order.customerStreetAddress string
order.deliveryDate string
order.orderDate string
order.orderId int64 Optional, read only.
withdrawalDate string