Verifone · Example Payload

Order Service Api Updateentityaddress

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Order Service Api Updateentityaddress is an example object payload from Verifone, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathresponseExample

Example Payload

Raw ↑
{
  "operationId": "updateEntityAddress",
  "summary": "Partial Update of a Trading address",
  "method": "PATCH",
  "path": "/entities/{entityUid}/tradingAddress",
  "responseExample": {
    "contact": {
      "contactType": {},
      "name": {}
    },
    "vfiSiteId": "string",
    "storeNumber": "string"
  }
}