POST api/OnlineOrdering/SaveCustomer_IfUsedMustImplement_BranchOwnCustomersOnly

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserEmail": "sample string 1",
  "Password": "sample string 2",
  "CustomerPhoneNumber": "sample string 3",
  "Customer": {
    "$id": "2",
    "ID": 1,
    "Lastname": "sample string 2",
    "Firstname": "sample string 3",
    "StreetNo": "sample string 4",
    "ZipCode": 1,
    "City": "sample string 5",
    "Phone": "sample string 6",
    "AddressNotes": "sample string 7",
    "Mobile": "sample string 8",
    "Email": "sample string 9",
    "AFM": "sample string 10",
    "DOY": "sample string 11",
    "Profession": "sample string 12",
    "CardNumber": "sample string 13",
    "PrintInvoice": true,
    "Notes": "sample string 15",
    "Floor": "sample string 16",
    "ExternalRef": 17,
    "Addresses": [
      {
        "$id": "3",
        "ID": 1,
        "StreetNo": "sample string 2",
        "ZipCode": 1,
        "City": "sample string 3",
        "Phone": "sample string 4",
        "AddressNotes": "sample string 5",
        "Floor": "sample string 6",
        "ExternalRef": 7,
        "IsPrimary": true
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OnlineCustomer'.