POST Api/v{apiVersion}/Stores
Creates a new store
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiVersion | string |
None. |
Body Parameters
StoreValues| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | globally unique identifier |
None. |
|
| ParentID | globally unique identifier |
None. |
|
| MarketAreaID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Status | StoreStatus |
None. |
|
| Address | string |
None. |
|
| Postcode | string |
None. |
|
| Contact | string |
None. |
|
| PhoneNumber | string |
None. |
|
| IsAttentionNeeded | boolean |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": "22056831-1d18-4e18-b76b-15a63b07575a",
"ParentID": "30bbe1d1-4e59-45d3-a398-587bee2aa3a8",
"MarketAreaID": "709d42c6-132d-460f-a783-0e9bb88806e8",
"Name": "sample string 1",
"Status": "InActive",
"Address": "sample string 2",
"Postcode": "sample string 3",
"Contact": "sample string 4",
"PhoneNumber": "sample string 5",
"IsAttentionNeeded": true,
"Longitude": 7.1,
"Latitude": 8.1,
"Notes": "sample string 9"
}
application/xml, text/xml
Sample:
<StoreValues xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hier.Api.ViewModels"> <Address>sample string 2</Address> <Contact>sample string 4</Contact> <CustomerID>22056831-1d18-4e18-b76b-15a63b07575a</CustomerID> <IsAttentionNeeded>true</IsAttentionNeeded> <Latitude>8.1</Latitude> <Longitude>7.1</Longitude> <MarketAreaID>709d42c6-132d-460f-a783-0e9bb88806e8</MarketAreaID> <Name>sample string 1</Name> <Notes>sample string 9</Notes> <ParentID>30bbe1d1-4e59-45d3-a398-587bee2aa3a8</ParentID> <PhoneNumber>sample string 5</PhoneNumber> <Postcode>sample string 3</Postcode> <Status>InActive</Status> </StoreValues>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CustomerID" 22056831-1d18-4e18-b76b-15a63b07575a --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ParentID" 30bbe1d1-4e59-45d3-a398-587bee2aa3a8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketAreaID" 709d42c6-132d-460f-a783-0e9bb88806e8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Name" sample string 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Address" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Postcode" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Contact" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PhoneNumber" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsAttentionNeeded" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Longitude" 7.1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Latitude" 8.1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Notes" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
StoreDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | globally unique identifier |
None. |
|
| Parent | StorePreview |
None. |
|
| MarketArea | AreaPreview |
None. |
|
| Customer | CustomerPreview |
None. |
|
| Name | string |
None. |
|
| Status | StoreStatus |
None. |
|
| Address | string |
None. |
|
| City | AreaPreview |
None. |
|
| Postcode | string |
None. |
|
| Contact | string |
None. |
|
| PhoneNumber | string |
None. |
|
| IsAttentionNeeded | boolean |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Logo | FilePreview |
None. |
|
| Notes | string |
None. |
|
| CreatedAt | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedAt | date |
None. |
|
| ModifiedBy | string |
None. |
Response Formats
application/json
Sample:
{
"StoreID": "a1e22428-a888-4701-8c08-a1ac0a12471c",
"Parent": {
"StoreID": "7b7e907a-4e5b-4360-a6b4-ffb941b81cb2",
"ParentName": "sample string 2",
"Name": "sample string 3",
"Customer": {
"CustomerID": "2d567338-0853-40f6-897e-6c9602dafc66",
"ParentName": "sample string 2",
"Name": "sample string 3",
"Status": "InActive",
"Address": "sample string 4",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 5",
"IsBackendCustomer": true,
"Contact": "sample string 7",
"PhoneNumber": "sample string 8"
},
"Status": "InActive",
"Address": "sample string 4",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 5",
"Contact": "sample string 6",
"PhoneNumber": "sample string 7",
"MarketAreaName": "sample string 8",
"IsAttentionNeeded": true
},
"MarketArea": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Customer": {
"CustomerID": "2d567338-0853-40f6-897e-6c9602dafc66",
"ParentName": "sample string 2",
"Name": "sample string 3",
"Status": "InActive",
"Address": "sample string 4",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 5",
"IsBackendCustomer": true,
"Contact": "sample string 7",
"PhoneNumber": "sample string 8"
},
"Name": "sample string 2",
"Status": "InActive",
"Address": "sample string 3",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 4",
"Contact": "sample string 5",
"PhoneNumber": "sample string 6",
"IsAttentionNeeded": true,
"Longitude": 8.1,
"Latitude": 9.1,
"Logo": {
"FileID": "1ae10550-f01a-4ab4-af9c-5f2912658ebd",
"LinkedEntityID": "e42c6667-e56b-42a3-85e8-a3a9d0e84c09",
"LinkedPropertyName": "sample string 3",
"FileName": "sample string 4",
"ContentType": "application/",
"BlobUrl": "https://staging.hierlokaaladverteren.nl/api/v1/files/1ae10550-f01a-4ab4-af9c-5f2912658ebd/blob?bf5a997b-8071-421d-965d-f836d161c9e1"
},
"Notes": "sample string 10",
"CreatedAt": "2026-04-02T12:45:05.9381721Z",
"CreatedBy": "sample string 12",
"ModifiedAt": "2026-04-02T12:45:05.9381721Z",
"ModifiedBy": "sample string 14"
}
text/json
Sample:
{
"StoreID": "a1e22428-a888-4701-8c08-a1ac0a12471c",
"Parent": {
"StoreID": "7b7e907a-4e5b-4360-a6b4-ffb941b81cb2",
"ParentName": "sample string 2",
"Name": "sample string 3",
"Customer": {
"CustomerID": "2d567338-0853-40f6-897e-6c9602dafc66",
"ParentName": "sample string 2",
"Name": "sample string 3",
"Status": "InActive",
"Address": "sample string 4",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 5",
"IsBackendCustomer": true,
"Contact": "sample string 7",
"PhoneNumber": "sample string 8"
},
"Status": "InActive",
"Address": "sample string 4",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 5",
"Contact": "sample string 6",
"PhoneNumber": "sample string 7",
"MarketAreaName": "sample string 8",
"IsAttentionNeeded": true
},
"MarketArea": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Customer": {
"CustomerID": "2d567338-0853-40f6-897e-6c9602dafc66",
"ParentName": "sample string 2",
"Name": "sample string 3",
"Status": "InActive",
"Address": "sample string 4",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 5",
"IsBackendCustomer": true,
"Contact": "sample string 7",
"PhoneNumber": "sample string 8"
},
"Name": "sample string 2",
"Status": "InActive",
"Address": "sample string 3",
"City": {
"AreaID": "98bf34a2-8142-4e00-965d-2484b2fc89c5",
"ParentID": "e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2",
"ParentName": "sample string 2",
"SupplierName": "sample string 3",
"CustomerName": "sample string 4",
"StoreName": "sample string 5",
"Code": "sample string 6",
"Name": "sample string 7",
"Type": "Neighbourhood",
"Status": "InActive",
"OwnerName": "sample string 8",
"Population": 9,
"Mailboxes": 10
},
"Postcode": "sample string 4",
"Contact": "sample string 5",
"PhoneNumber": "sample string 6",
"IsAttentionNeeded": true,
"Longitude": 8.1,
"Latitude": 9.1,
"Logo": {
"FileID": "1ae10550-f01a-4ab4-af9c-5f2912658ebd",
"LinkedEntityID": "e42c6667-e56b-42a3-85e8-a3a9d0e84c09",
"LinkedPropertyName": "sample string 3",
"FileName": "sample string 4",
"ContentType": "application/",
"BlobUrl": "https://staging.hierlokaaladverteren.nl/api/v1/files/1ae10550-f01a-4ab4-af9c-5f2912658ebd/blob?2ae75283-4a76-4db1-8854-da9146d9aa1e"
},
"Notes": "sample string 10",
"CreatedAt": "2026-04-02T12:45:05.9381721Z",
"CreatedBy": "sample string 12",
"ModifiedAt": "2026-04-02T12:45:05.9381721Z",
"ModifiedBy": "sample string 14"
}
application/xml, text/xml
Sample:
<StoreDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hier.Api.ViewModels">
<Address>sample string 3</Address>
<City>
<AreaID>98bf34a2-8142-4e00-965d-2484b2fc89c5</AreaID>
<Code>sample string 6</Code>
<CustomerName>sample string 4</CustomerName>
<Mailboxes>10</Mailboxes>
<Name>sample string 7</Name>
<OwnerName>sample string 8</OwnerName>
<ParentID>e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2</ParentID>
<ParentName>sample string 2</ParentName>
<Population>9</Population>
<Status>InActive</Status>
<StoreName>sample string 5</StoreName>
<SupplierName>sample string 3</SupplierName>
<Type>Neighbourhood</Type>
</City>
<Contact>sample string 5</Contact>
<CreatedAt>2026-04-02T14:45:05.9381721+02:00</CreatedAt>
<CreatedBy>sample string 12</CreatedBy>
<Customer>
<Address>sample string 4</Address>
<City>
<AreaID>98bf34a2-8142-4e00-965d-2484b2fc89c5</AreaID>
<Code>sample string 6</Code>
<CustomerName>sample string 4</CustomerName>
<Mailboxes>10</Mailboxes>
<Name>sample string 7</Name>
<OwnerName>sample string 8</OwnerName>
<ParentID>e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2</ParentID>
<ParentName>sample string 2</ParentName>
<Population>9</Population>
<Status>InActive</Status>
<StoreName>sample string 5</StoreName>
<SupplierName>sample string 3</SupplierName>
<Type>Neighbourhood</Type>
</City>
<Contact>sample string 7</Contact>
<CustomerID>2d567338-0853-40f6-897e-6c9602dafc66</CustomerID>
<IsBackendCustomer>true</IsBackendCustomer>
<Name>sample string 3</Name>
<ParentName>sample string 2</ParentName>
<PhoneNumber>sample string 8</PhoneNumber>
<Postcode>sample string 5</Postcode>
<Status>InActive</Status>
</Customer>
<IsAttentionNeeded>true</IsAttentionNeeded>
<Latitude>9.1</Latitude>
<Logo>
<FileID>1ae10550-f01a-4ab4-af9c-5f2912658ebd</FileID>
<FileName>sample string 4</FileName>
<LinkedEntityID>e42c6667-e56b-42a3-85e8-a3a9d0e84c09</LinkedEntityID>
<LinkedPropertyName>sample string 3</LinkedPropertyName>
</Logo>
<Longitude>8.1</Longitude>
<MarketArea>
<AreaID>98bf34a2-8142-4e00-965d-2484b2fc89c5</AreaID>
<Code>sample string 6</Code>
<CustomerName>sample string 4</CustomerName>
<Mailboxes>10</Mailboxes>
<Name>sample string 7</Name>
<OwnerName>sample string 8</OwnerName>
<ParentID>e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2</ParentID>
<ParentName>sample string 2</ParentName>
<Population>9</Population>
<Status>InActive</Status>
<StoreName>sample string 5</StoreName>
<SupplierName>sample string 3</SupplierName>
<Type>Neighbourhood</Type>
</MarketArea>
<ModifiedAt>2026-04-02T14:45:05.9381721+02:00</ModifiedAt>
<ModifiedBy>sample string 14</ModifiedBy>
<Name>sample string 2</Name>
<Notes>sample string 10</Notes>
<Parent>
<Address>sample string 4</Address>
<City>
<AreaID>98bf34a2-8142-4e00-965d-2484b2fc89c5</AreaID>
<Code>sample string 6</Code>
<CustomerName>sample string 4</CustomerName>
<Mailboxes>10</Mailboxes>
<Name>sample string 7</Name>
<OwnerName>sample string 8</OwnerName>
<ParentID>e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2</ParentID>
<ParentName>sample string 2</ParentName>
<Population>9</Population>
<Status>InActive</Status>
<StoreName>sample string 5</StoreName>
<SupplierName>sample string 3</SupplierName>
<Type>Neighbourhood</Type>
</City>
<Contact>sample string 6</Contact>
<Customer>
<Address>sample string 4</Address>
<City>
<AreaID>98bf34a2-8142-4e00-965d-2484b2fc89c5</AreaID>
<Code>sample string 6</Code>
<CustomerName>sample string 4</CustomerName>
<Mailboxes>10</Mailboxes>
<Name>sample string 7</Name>
<OwnerName>sample string 8</OwnerName>
<ParentID>e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2</ParentID>
<ParentName>sample string 2</ParentName>
<Population>9</Population>
<Status>InActive</Status>
<StoreName>sample string 5</StoreName>
<SupplierName>sample string 3</SupplierName>
<Type>Neighbourhood</Type>
</City>
<Contact>sample string 7</Contact>
<CustomerID>2d567338-0853-40f6-897e-6c9602dafc66</CustomerID>
<IsBackendCustomer>true</IsBackendCustomer>
<Name>sample string 3</Name>
<ParentName>sample string 2</ParentName>
<PhoneNumber>sample string 8</PhoneNumber>
<Postcode>sample string 5</Postcode>
<Status>InActive</Status>
</Customer>
<IsAttentionNeeded>true</IsAttentionNeeded>
<MarketAreaName>sample string 8</MarketAreaName>
<Name>sample string 3</Name>
<ParentName>sample string 2</ParentName>
<PhoneNumber>sample string 7</PhoneNumber>
<Postcode>sample string 5</Postcode>
<Status>InActive</Status>
<StoreID>7b7e907a-4e5b-4360-a6b4-ffb941b81cb2</StoreID>
</Parent>
<PhoneNumber>sample string 6</PhoneNumber>
<Postcode>sample string 4</Postcode>
<Status>InActive</Status>
<StoreID>a1e22428-a888-4701-8c08-a1ac0a12471c</StoreID>
</StoreDetails>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="StoreID" a1e22428-a888-4701-8c08-a1ac0a12471c --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.StoreID" 7b7e907a-4e5b-4360-a6b4-ffb941b81cb2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Name" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.CustomerID" 2d567338-0853-40f6-897e-6c9602dafc66 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.Name" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.Address" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.AreaID" 98bf34a2-8142-4e00-965d-2484b2fc89c5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.ParentID" e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.SupplierName" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.CustomerName" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.StoreName" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.Code" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.Name" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.Type" Neighbourhood --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.OwnerName" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.Population" 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.City.Mailboxes" 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.Postcode" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.IsBackendCustomer" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.Contact" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Customer.PhoneNumber" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Address" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.AreaID" 98bf34a2-8142-4e00-965d-2484b2fc89c5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.ParentID" e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.SupplierName" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.CustomerName" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.StoreName" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.Code" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.Name" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.Type" Neighbourhood --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.OwnerName" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.Population" 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.City.Mailboxes" 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Postcode" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.Contact" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.PhoneNumber" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.MarketAreaName" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Parent.IsAttentionNeeded" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.AreaID" 98bf34a2-8142-4e00-965d-2484b2fc89c5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.ParentID" e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.SupplierName" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.CustomerName" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.StoreName" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.Code" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.Name" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.Type" Neighbourhood --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.OwnerName" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.Population" 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MarketArea.Mailboxes" 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.CustomerID" 2d567338-0853-40f6-897e-6c9602dafc66 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.Name" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.Address" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.AreaID" 98bf34a2-8142-4e00-965d-2484b2fc89c5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.ParentID" e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.SupplierName" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.CustomerName" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.StoreName" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.Code" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.Name" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.Type" Neighbourhood --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.OwnerName" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.Population" 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.City.Mailboxes" 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.Postcode" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.IsBackendCustomer" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.Contact" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Customer.PhoneNumber" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Name" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Address" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.AreaID" 98bf34a2-8142-4e00-965d-2484b2fc89c5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.ParentID" e8c29aa4-51fe-4d0a-95e2-65a8a3c2cbb2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.ParentName" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.SupplierName" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.CustomerName" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.StoreName" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.Code" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.Name" sample string 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.Type" Neighbourhood --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.Status" InActive --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.OwnerName" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.Population" 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="City.Mailboxes" 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Postcode" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Contact" sample string 5 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="PhoneNumber" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsAttentionNeeded" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Longitude" 8.1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Latitude" 9.1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Logo.FileID" 1ae10550-f01a-4ab4-af9c-5f2912658ebd --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Logo.LinkedEntityID" e42c6667-e56b-42a3-85e8-a3a9d0e84c09 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Logo.LinkedPropertyName" sample string 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Logo.FileName" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Logo.ContentType" application/ --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Logo.BlobUrl" https://staging.hierlokaaladverteren.nl/api/v1/files/1ae10550-f01a-4ab4-af9c-5f2912658ebd/blob?5f07c4ca-230c-4e80-b706-c465264ae67c --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Notes" sample string 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CreatedAt" 2026-04-02T14:45:05.9381721+02:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="CreatedBy" sample string 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ModifiedAt" 2026-04-02T14:45:05.9381721+02:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ModifiedBy" sample string 14 --MultipartDataMediaFormatterBoundary1q2w3e--