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 Required
createdByAdmin boolean Required
dateCreated string Required
id int64 Optional , read only.
order object GXWithdrawalOrder Required
order.customerCity string Required
order.customerCountry string Required
order.customerEmail string Required
order.customerFirstname string Required
order.customerGender string Required
order.customerId int64 Required
order.customerLastName string Required
order.customerPostCode string Required
order.customerStreetAddress string Required
order.deliveryDate string Required
order.orderDate string Required
order.orderId int64 Optional , read only.
withdrawalDate string Required