> For the complete documentation index, see [llms.txt](https://docs.fullwhere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullwhere.com/developer/api-references/models.md).

# Models

## The PartnerPublicFile object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]}}}}
```

## The FullwhereLanguage object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"}}}}
```

## The SupportEmailExternalDNSConfigEntryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]}}}}
```

## The SupportEmailExternalDNSConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]}}}}
```

## The PartnerSupportEmail object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSupportEmail":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"email":{"type":"string","description":"Outbound support email address"},"domain":{"type":"string","description":"Outbound support email domain part"},"forwardingEmail":{"type":"string","description":"Inbound support email address"},"default":{"type":"boolean","description":"Indicates if this is the default support email"},"enableInbound":{"type":"boolean","description":"Indicates if inbound email processing is enabled"},"externalDnsConfig":{"nullable":true,"description":"External DNS configuration to be applied by the user (only for EXTERNAL type)","default":null,"allOf":[{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEmbeddable"}]},"dkimVerified":{"type":"boolean","description":"Indicates if DKIM is verified"},"returnPathVerified":{"type":"boolean","description":"Indicates if return path is verified"}},"required":["id","createdAt","updatedAt","email","domain","forwardingEmail","default","enableInbound","externalDnsConfig","dkimVerified","returnPathVerified"]},"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]}}}}
```

## The PartnerBrand object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerBrand":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Brand name"},"logo":{"nullable":true,"description":"Brand logo","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"language":{"description":"Language used to generate review responses","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"supportEmails":{"description":"A list of support emails associated with the brand","type":"array","items":{"$ref":"#/components/schemas/PartnerSupportEmail"}}},"required":["id","createdAt","updatedAt","name","language","supportEmails"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerSupportEmail":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"email":{"type":"string","description":"Outbound support email address"},"domain":{"type":"string","description":"Outbound support email domain part"},"forwardingEmail":{"type":"string","description":"Inbound support email address"},"default":{"type":"boolean","description":"Indicates if this is the default support email"},"enableInbound":{"type":"boolean","description":"Indicates if inbound email processing is enabled"},"externalDnsConfig":{"nullable":true,"description":"External DNS configuration to be applied by the user (only for EXTERNAL type)","default":null,"allOf":[{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEmbeddable"}]},"dkimVerified":{"type":"boolean","description":"Indicates if DKIM is verified"},"returnPathVerified":{"type":"boolean","description":"Indicates if return path is verified"}},"required":["id","createdAt","updatedAt","email","domain","forwardingEmail","default","enableInbound","externalDnsConfig","dkimVerified","returnPathVerified"]},"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]}}}}
```

## The PartnerBrandListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerBrandListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1}}}}}}
```

## The PartnerListingOutputMeta object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The PartnerBrandListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerBrandListingOutput":{"type":"object","properties":{"items":{"description":"List of brands","type":"array","items":{"$ref":"#/components/schemas/PartnerBrand"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerBrand":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Brand name"},"logo":{"nullable":true,"description":"Brand logo","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"language":{"description":"Language used to generate review responses","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"supportEmails":{"description":"A list of support emails associated with the brand","type":"array","items":{"$ref":"#/components/schemas/PartnerSupportEmail"}}},"required":["id","createdAt","updatedAt","name","language","supportEmails"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerSupportEmail":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"email":{"type":"string","description":"Outbound support email address"},"domain":{"type":"string","description":"Outbound support email domain part"},"forwardingEmail":{"type":"string","description":"Inbound support email address"},"default":{"type":"boolean","description":"Indicates if this is the default support email"},"enableInbound":{"type":"boolean","description":"Indicates if inbound email processing is enabled"},"externalDnsConfig":{"nullable":true,"description":"External DNS configuration to be applied by the user (only for EXTERNAL type)","default":null,"allOf":[{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEmbeddable"}]},"dkimVerified":{"type":"boolean","description":"Indicates if DKIM is verified"},"returnPathVerified":{"type":"boolean","description":"Indicates if return path is verified"}},"required":["id","createdAt","updatedAt","email","domain","forwardingEmail","default","enableInbound","externalDnsConfig","dkimVerified","returnPathVerified"]},"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The PartnerStoreGroup object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerStoreGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Store group name"},"description":{"type":"string","nullable":true,"description":"Store group description","default":null},"internalCode":{"type":"string","nullable":true,"description":"Store group internal code","default":null},"color":{"type":"string","description":"Store group hexadecimal color"}},"required":["id","createdAt","updatedAt","name","description","internalCode","color"]}}}}
```

## The ISO31661Alpha2 object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ISO31661Alpha2":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KR","KP","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","GS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}}}}
```

## The PostalAddressEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PostalAddressEmbeddable":{"type":"object","properties":{"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ISO31661Alpha2"}]},"streetName":{"type":"string","nullable":true},"addressLine":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true}}},"ISO31661Alpha2":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KR","KP","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","GS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]}}}}
```

## The NewReviewUrisEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"NewReviewUrisEmbeddable":{"type":"object","properties":{"google":{"type":"string","nullable":true,"description":"Google statisfaction url"},"tripadvisor":{"type":"string","nullable":true,"description":"Tripadvisor statisfaction url"}},"required":["google","tripadvisor"]}}}}
```

## The PartnerStore object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerStore":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Store name"},"description":{"type":"string","nullable":true,"description":"Store description","default":null},"brandId":{"type":"string","description":"Brand identifier"},"brandName":{"type":"string","description":"Brand name"},"language":{"description":"Language used to generate review responses","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"groups":{"description":"Store groups associated with the store","type":"array","items":{"$ref":"#/components/schemas/PartnerStoreGroup"}},"supportEmails":{"description":"Support emails associated with the store","type":"array","items":{"$ref":"#/components/schemas/PartnerSupportEmail"}},"internalCode":{"type":"string","nullable":true,"description":"Internal code of the store","default":null},"postalAddress":{"nullable":true,"description":"Postal address of the store","default":null,"allOf":[{"$ref":"#/components/schemas/PostalAddressEmbeddable"}]},"newReviewUris":{"description":"URIs for submitting new reviews","allOf":[{"$ref":"#/components/schemas/NewReviewUrisEmbeddable"}]}},"required":["id","createdAt","updatedAt","name","description","brandId","brandName","language","groups","supportEmails","internalCode","postalAddress","newReviewUris"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerStoreGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Store group name"},"description":{"type":"string","nullable":true,"description":"Store group description","default":null},"internalCode":{"type":"string","nullable":true,"description":"Store group internal code","default":null},"color":{"type":"string","description":"Store group hexadecimal color"}},"required":["id","createdAt","updatedAt","name","description","internalCode","color"]},"PartnerSupportEmail":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"email":{"type":"string","description":"Outbound support email address"},"domain":{"type":"string","description":"Outbound support email domain part"},"forwardingEmail":{"type":"string","description":"Inbound support email address"},"default":{"type":"boolean","description":"Indicates if this is the default support email"},"enableInbound":{"type":"boolean","description":"Indicates if inbound email processing is enabled"},"externalDnsConfig":{"nullable":true,"description":"External DNS configuration to be applied by the user (only for EXTERNAL type)","default":null,"allOf":[{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEmbeddable"}]},"dkimVerified":{"type":"boolean","description":"Indicates if DKIM is verified"},"returnPathVerified":{"type":"boolean","description":"Indicates if return path is verified"}},"required":["id","createdAt","updatedAt","email","domain","forwardingEmail","default","enableInbound","externalDnsConfig","dkimVerified","returnPathVerified"]},"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]},"PostalAddressEmbeddable":{"type":"object","properties":{"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ISO31661Alpha2"}]},"streetName":{"type":"string","nullable":true},"addressLine":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true}}},"ISO31661Alpha2":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KR","KP","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","GS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"NewReviewUrisEmbeddable":{"type":"object","properties":{"google":{"type":"string","nullable":true,"description":"Google statisfaction url"},"tripadvisor":{"type":"string","nullable":true,"description":"Tripadvisor statisfaction url"}},"required":["google","tripadvisor"]}}}}
```

## The PartnerStoreListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerStoreListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1},"brands":{"description":"Brand IDs to filter stores","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}}}}}}}
```

## The PartnerStoreListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerStoreListingOutput":{"type":"object","properties":{"items":{"description":"List of stores","type":"array","items":{"$ref":"#/components/schemas/PartnerStore"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerStore":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Store name"},"description":{"type":"string","nullable":true,"description":"Store description","default":null},"brandId":{"type":"string","description":"Brand identifier"},"brandName":{"type":"string","description":"Brand name"},"language":{"description":"Language used to generate review responses","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"groups":{"description":"Store groups associated with the store","type":"array","items":{"$ref":"#/components/schemas/PartnerStoreGroup"}},"supportEmails":{"description":"Support emails associated with the store","type":"array","items":{"$ref":"#/components/schemas/PartnerSupportEmail"}},"internalCode":{"type":"string","nullable":true,"description":"Internal code of the store","default":null},"postalAddress":{"nullable":true,"description":"Postal address of the store","default":null,"allOf":[{"$ref":"#/components/schemas/PostalAddressEmbeddable"}]},"newReviewUris":{"description":"URIs for submitting new reviews","allOf":[{"$ref":"#/components/schemas/NewReviewUrisEmbeddable"}]}},"required":["id","createdAt","updatedAt","name","description","brandId","brandName","language","groups","supportEmails","internalCode","postalAddress","newReviewUris"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerStoreGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Store group name"},"description":{"type":"string","nullable":true,"description":"Store group description","default":null},"internalCode":{"type":"string","nullable":true,"description":"Store group internal code","default":null},"color":{"type":"string","description":"Store group hexadecimal color"}},"required":["id","createdAt","updatedAt","name","description","internalCode","color"]},"PartnerSupportEmail":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"email":{"type":"string","description":"Outbound support email address"},"domain":{"type":"string","description":"Outbound support email domain part"},"forwardingEmail":{"type":"string","description":"Inbound support email address"},"default":{"type":"boolean","description":"Indicates if this is the default support email"},"enableInbound":{"type":"boolean","description":"Indicates if inbound email processing is enabled"},"externalDnsConfig":{"nullable":true,"description":"External DNS configuration to be applied by the user (only for EXTERNAL type)","default":null,"allOf":[{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEmbeddable"}]},"dkimVerified":{"type":"boolean","description":"Indicates if DKIM is verified"},"returnPathVerified":{"type":"boolean","description":"Indicates if return path is verified"}},"required":["id","createdAt","updatedAt","email","domain","forwardingEmail","default","enableInbound","externalDnsConfig","dkimVerified","returnPathVerified"]},"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]},"PostalAddressEmbeddable":{"type":"object","properties":{"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ISO31661Alpha2"}]},"streetName":{"type":"string","nullable":true},"addressLine":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true}}},"ISO31661Alpha2":{"type":"string","enum":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CG","CD","CK","CR","CI","HR","CU","CY","CZ","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KR","KP","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SK","SI","SB","SO","ZA","GS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","UG","UA","AE","GB","US","UM","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"]},"NewReviewUrisEmbeddable":{"type":"object","properties":{"google":{"type":"string","nullable":true,"description":"Google statisfaction url"},"tripadvisor":{"type":"string","nullable":true,"description":"Tripadvisor statisfaction url"}},"required":["google","tripadvisor"]},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The PartnerCustomerTag object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomerTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]}}}}
```

## The DataSource object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"}}}}
```

## The GoogleMyBusinessCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessCustomerMetadatasEmbeddable":{"type":"object","properties":{"displayName":{"type":"string","nullable":true},"profilePhotoUrl":{"type":"string","nullable":true},"isAnonymous":{"type":"boolean","nullable":true}},"required":["displayName","profilePhotoUrl","isAnonymous"]}}}}
```

## The ZeltyAddressEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]}}}}
```

## The ZeltyCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]}}}}
```

## The ZenchefCustomerOptinEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]}}}}
```

## The ZenchefCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]}}}}
```

## The JuxtaCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"JuxtaCustomerMetadatasEmbeddable":{"type":"object","properties":{"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["patient_fullname","patient_firstname","patient_lastname","phone_number","email"]}}}}
```

## The DentegoSalesforceCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DentegoSalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"EXTERNAL_ID__c":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["EXTERNAL_ID__c","Centre_du_RDV__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]}}}}
```

## The SalesforceCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforceCustomerMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"EXTERNAL_ID__c":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["EXTERNAL_ID__c","Centre_du_RDV__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]}}}}
```

## The DeliverooCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"frequency":{"type":"number","nullable":true}},"required":["id","frequency"]}}}}
```

## The TripAdvisorCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TripAdvisorCustomerMetadatasEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"},"username":{"type":"string","nullable":true}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl","username"]}}}}
```

## The BookingCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"BookingCustomerMetadatasEmbeddable":{"type":"object","properties":{"yourname":{"type":"string","nullable":true}},"required":["yourname"]}}}}
```

## The UbereatsCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileURL":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"isEatsPassSubscriber":{"type":"boolean","nullable":true},"numOrders":{"type":"number","nullable":true}},"required":["name","profileURL","uuid","isEatsPassSubscriber","numOrders"]}}}}
```

## The SevenroomsCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SevenroomsCustomerMetadatasEmbeddable":{"type":"object","properties":{"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true}},"required":["first_name","last_name","email","phone_number","client_id","venue_group_client_id","client_reference_code","external_client_id","source_client_id","reservation_sms_opt_in"]}}}}
```

## The FacebookCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name_format":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true}},"required":["id","profile_pic","first_name","last_name","name","name_format","gender"]}}}}
```

## The InstagramCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"InstagramCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"biography":{"type":"string","nullable":true},"profile_picture_url":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"followers_count":{"type":"string","nullable":true},"follows_count":{"type":"string","nullable":true},"media_count":{"type":"string","nullable":true},"username":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"website":{"type":"string","nullable":true}},"required":["id","biography","profile_picture_url","profile_pic","followers_count","follows_count","media_count","username","name","website"]}}}}
```

## The WhatsAppProfileCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppProfileCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]}}}}
```

## The WhatsAppCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppCustomerMetadatasEmbeddable":{"type":"object","properties":{"wa_id":{"type":"string","nullable":true},"profile":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppProfileCustomerMetadatasEmbeddable"}]}},"required":["wa_id","profile"]},"WhatsAppProfileCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]}}}}
```

## The MewsAddressEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]}}}}
```

## The MewsCustomerEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsCustomerEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ChainId":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"SecondLastName":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sex":{"type":"string","nullable":true},"NationalityCode":{"type":"string","nullable":true},"LanguageCode":{"type":"string","nullable":true},"BirthDate":{"type":"string","nullable":true},"BirthPlace":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"Phone":{"type":"string","nullable":true},"TaxIdentificationNumber":{"type":"string","nullable":true},"LoyaltyCode":{"type":"string","nullable":true},"AccountingCode":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"CarRegistrationNumber":{"type":"string","nullable":true},"Classifications":{"nullable":true,"type":"array","items":{"type":"string"}},"Options":{"nullable":true,"type":"array","items":{"type":"string"}},"Address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAddressEmbeddable"}]},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ItalianDestinationCode":{"type":"string","nullable":true},"ItalianFiscalCode":{"type":"string","nullable":true},"CompanyId":{"type":"string","nullable":true},"MergeTargetId":{"type":"string","nullable":true},"ActivityState":{"type":"string","nullable":true},"CitizenNumber":{"type":"string","nullable":true},"MotherName":{"type":"string","nullable":true},"FatherName":{"type":"string","nullable":true},"Occupation":{"type":"string","nullable":true},"HasOtaEmail":{"type":"boolean","nullable":true},"Passport":{"type":"string","nullable":true},"IdentityCard":{"type":"string","nullable":true},"Visa":{"type":"string","nullable":true},"DriversLicense":{"type":"string","nullable":true},"AddressId":{"type":"string","nullable":true},"CategoryId":{"type":"string","nullable":true},"BirthDateUtc":{"type":"string","nullable":true},"IsActive":{"type":"boolean","nullable":true},"IsUpdatedByMe":{"type":"boolean","nullable":true}},"required":["Id","ChainId","Number","FirstName","LastName","SecondLastName","Title","Sex","NationalityCode","LanguageCode","BirthDate","BirthPlace","Email","Phone","TaxIdentificationNumber","LoyaltyCode","AccountingCode","BillingCode","Notes","CarRegistrationNumber","Classifications","Options","Address","CreatedUtc","UpdatedUtc","ItalianDestinationCode","ItalianFiscalCode","CompanyId","MergeTargetId","ActivityState","CitizenNumber","MotherName","FatherName","Occupation","HasOtaEmail","Passport","IdentityCard","Visa","DriversLicense","AddressId","CategoryId","BirthDateUtc","IsActive","IsUpdatedByMe"]},"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]}}}}
```

## The MewsDocumentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsDocumentEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"CustomerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Expiration":{"type":"string","nullable":true},"Issuance":{"type":"string","nullable":true},"IssuingCountryCode":{"type":"string","nullable":true},"IssuingCity":{"type":"string","nullable":true}},"required":["Id","CustomerId","Type","Number","Expiration","Issuance","IssuingCountryCode","IssuingCity"]}}}}
```

## The MewsCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsCustomerEmbeddable"}]},"documents":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsDocumentEmbeddable"}}},"required":["customer","documents"]},"MewsCustomerEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ChainId":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"SecondLastName":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sex":{"type":"string","nullable":true},"NationalityCode":{"type":"string","nullable":true},"LanguageCode":{"type":"string","nullable":true},"BirthDate":{"type":"string","nullable":true},"BirthPlace":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"Phone":{"type":"string","nullable":true},"TaxIdentificationNumber":{"type":"string","nullable":true},"LoyaltyCode":{"type":"string","nullable":true},"AccountingCode":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"CarRegistrationNumber":{"type":"string","nullable":true},"Classifications":{"nullable":true,"type":"array","items":{"type":"string"}},"Options":{"nullable":true,"type":"array","items":{"type":"string"}},"Address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAddressEmbeddable"}]},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ItalianDestinationCode":{"type":"string","nullable":true},"ItalianFiscalCode":{"type":"string","nullable":true},"CompanyId":{"type":"string","nullable":true},"MergeTargetId":{"type":"string","nullable":true},"ActivityState":{"type":"string","nullable":true},"CitizenNumber":{"type":"string","nullable":true},"MotherName":{"type":"string","nullable":true},"FatherName":{"type":"string","nullable":true},"Occupation":{"type":"string","nullable":true},"HasOtaEmail":{"type":"boolean","nullable":true},"Passport":{"type":"string","nullable":true},"IdentityCard":{"type":"string","nullable":true},"Visa":{"type":"string","nullable":true},"DriversLicense":{"type":"string","nullable":true},"AddressId":{"type":"string","nullable":true},"CategoryId":{"type":"string","nullable":true},"BirthDateUtc":{"type":"string","nullable":true},"IsActive":{"type":"boolean","nullable":true},"IsUpdatedByMe":{"type":"boolean","nullable":true}},"required":["Id","ChainId","Number","FirstName","LastName","SecondLastName","Title","Sex","NationalityCode","LanguageCode","BirthDate","BirthPlace","Email","Phone","TaxIdentificationNumber","LoyaltyCode","AccountingCode","BillingCode","Notes","CarRegistrationNumber","Classifications","Options","Address","CreatedUtc","UpdatedUtc","ItalianDestinationCode","ItalianFiscalCode","CompanyId","MergeTargetId","ActivityState","CitizenNumber","MotherName","FatherName","Occupation","HasOtaEmail","Passport","IdentityCard","Visa","DriversLicense","AddressId","CategoryId","BirthDateUtc","IsActive","IsUpdatedByMe"]},"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]},"MewsDocumentEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"CustomerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Expiration":{"type":"string","nullable":true},"Issuance":{"type":"string","nullable":true},"IssuingCountryCode":{"type":"string","nullable":true},"IssuingCity":{"type":"string","nullable":true}},"required":["Id","CustomerId","Type","Number","Expiration","Issuance","IssuingCountryCode","IssuingCity"]}}}}
```

## The OracleMembershipDetailsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]}}}}
```

## The OracleNationalityEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]}}}}
```

## The OracleVIPEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]}}}}
```

## The OracleCountryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]}}}}
```

## The OracleGuestAddressEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]}}}}
```

## The OracleAnonymizationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]}}}}
```

## The OracleReservationIdEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]}}}}
```

## The OracleAccompanyGuestEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]}}}}
```

## The OracleRateEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The OracleGuestLastStayInformationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The OracleCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The PartoucheCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartoucheCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"mail":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"civility":{"type":"number","nullable":true},"optout":{"type":"boolean","nullable":true},"optout_source":{"type":"string","nullable":true},"testuser":{"type":"boolean","nullable":true},"only_text":{"type":"boolean","nullable":true},"subscribe_source":{"type":"string","nullable":true},"subscribe_source_detail":{"type":"string","nullable":true},"created_dt":{"format":"date-time","type":"string","nullable":true},"modified_dt":{"format":"date-time","type":"string","nullable":true},"optout_dt":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"bouncecnt":{"type":"number","nullable":true},"bouncedt":{"format":"date-time","type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"valide_email":{"type":"boolean","nullable":true},"valide_print":{"type":"boolean","nullable":true},"valide_sms":{"type":"boolean","nullable":true},"abo_email":{"type":"boolean","nullable":true},"abo_sms":{"type":"boolean","nullable":true},"abo_print":{"type":"boolean","nullable":true},"casino_rattachement":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"today":{"format":"date-time","type":"string","nullable":true},"do_not_contact":{"type":"boolean","nullable":true}},"required":["id","mail","name","firstname","lastname","civility","optout","optout_source","testuser","only_text","subscribe_source","subscribe_source_detail","created_dt","modified_dt","optout_dt","language","bouncecnt","bouncedt","mobile","valide_email","valide_print","valide_sms","abo_email","abo_sms","abo_print","casino_rattachement","id_contact","today","do_not_contact"]}}}}
```

## The ComoCustomerMembershipEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoCustomerMembershipEmbeddable":{"type":"object","properties":{"MembershipStatus":{"type":"string","nullable":true},"AccumulatedPoints":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"BudgetWeighted":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Points":{"type":"string","nullable":true},"AllowEmail":{"type":"string","nullable":true},"Consent":{"type":"string","nullable":true},"Assets":{"nullable":true,"type":"array","items":{"type":"object"}},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"WeightedPoints":{"type":"string","nullable":true},"AllowSMS":{"type":"string","nullable":true},"UnweightedBudgetPoints":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"ConsentForHub":{"type":"string","nullable":true},"PreviousUserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"EntityId":{"type":"string","nullable":true},"CommonExtID":{"type":"string","nullable":true},"PhoneNumber":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"Tag":{"nullable":true,"type":"array","items":{"type":"string"}},"BudgetAccumulatedUnweighted":{"type":"string","nullable":true},"BudgetUnweighted":{"type":"string","nullable":true},"BudgetAccumulatedWeighted":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"ComoMemberID":{"type":"string","nullable":true}},"required":["MembershipStatus","AccumulatedPoints","Email","LastUpdate","BudgetWeighted","UserKey","LocationID","Points","AllowEmail","Consent","Assets","Kind","CreatedOn","RegistrationSource","WeightedPoints","AllowSMS","UnweightedBudgetPoints","Status","FirstName","ConsentForHub","PreviousUserKeys","EntityId","CommonExtID","PhoneNumber","LastName","Tag","BudgetAccumulatedUnweighted","BudgetUnweighted","BudgetAccumulatedWeighted","Key","ComoMemberID"]}}}}
```

## The ComoCustomerAssetEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoCustomerAssetEmbeddable":{"type":"object","properties":{"template":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"key":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["template","type","key","status"]}}}}
```

## The ComoCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoCustomerMembershipEmbeddable"}]},"assets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoCustomerAssetEmbeddable"}}},"required":["membership","assets"]},"ComoCustomerMembershipEmbeddable":{"type":"object","properties":{"MembershipStatus":{"type":"string","nullable":true},"AccumulatedPoints":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"BudgetWeighted":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Points":{"type":"string","nullable":true},"AllowEmail":{"type":"string","nullable":true},"Consent":{"type":"string","nullable":true},"Assets":{"nullable":true,"type":"array","items":{"type":"object"}},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"WeightedPoints":{"type":"string","nullable":true},"AllowSMS":{"type":"string","nullable":true},"UnweightedBudgetPoints":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"ConsentForHub":{"type":"string","nullable":true},"PreviousUserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"EntityId":{"type":"string","nullable":true},"CommonExtID":{"type":"string","nullable":true},"PhoneNumber":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"Tag":{"nullable":true,"type":"array","items":{"type":"string"}},"BudgetAccumulatedUnweighted":{"type":"string","nullable":true},"BudgetUnweighted":{"type":"string","nullable":true},"BudgetAccumulatedWeighted":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"ComoMemberID":{"type":"string","nullable":true}},"required":["MembershipStatus","AccumulatedPoints","Email","LastUpdate","BudgetWeighted","UserKey","LocationID","Points","AllowEmail","Consent","Assets","Kind","CreatedOn","RegistrationSource","WeightedPoints","AllowSMS","UnweightedBudgetPoints","Status","FirstName","ConsentForHub","PreviousUserKeys","EntityId","CommonExtID","PhoneNumber","LastName","Tag","BudgetAccumulatedUnweighted","BudgetUnweighted","BudgetAccumulatedWeighted","Key","ComoMemberID"]},"ComoCustomerAssetEmbeddable":{"type":"object","properties":{"template":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"key":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["template","type","key","status"]}}}}
```

## The ExperienceCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]}}}}
```

## The AutoGestionCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]}}}}
```

## The TheForkCustomerOptinsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkCustomerOptinsEmbeddable":{"type":"object","properties":{"restaurantNewsletter":{"type":"boolean"}},"required":["restaurantNewsletter"]}}}}
```

## The TheForkCustomerCustomFieldEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkCustomerCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]}}}}
```

## The TheForkCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkCustomerMetadatasEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"locale":{"type":"string"},"civility":{"type":"string","nullable":true},"rank":{"type":"string","nullable":true},"computedRank":{"type":"string","nullable":true},"isVip":{"type":"boolean","nullable":true},"address":{"type":"string","nullable":true},"allergiesAndIntolerances":{"nullable":true,"type":"array","items":{"type":"string"}},"dietaryRestrictions":{"nullable":true,"type":"array","items":{"type":"string"}},"favFood":{"type":"string","nullable":true},"favDrinks":{"type":"string","nullable":true},"favSeating":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"originRestaurantUuid":{"type":"string","nullable":true},"originRestaurantName":{"type":"string","nullable":true},"creationDate":{"type":"string"},"lastUpdateDate":{"type":"string"},"isPromoter":{"type":"boolean","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"optins":{"$ref":"#/components/schemas/TheForkCustomerOptinsEmbeddable"},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkCustomerCustomFieldEmbeddable"}}},"required":["customerUuid","email","firstName","lastName","phone","birthDate","locale","civility","rank","computedRank","isVip","address","allergiesAndIntolerances","dietaryRestrictions","favFood","favDrinks","favSeating","notes","originRestaurantUuid","originRestaurantName","creationDate","lastUpdateDate","isPromoter","secondaryPhone","country","city","zipcode","optins","customFields"]},"TheForkCustomerOptinsEmbeddable":{"type":"object","properties":{"restaurantNewsletter":{"type":"boolean"}},"required":["restaurantNewsletter"]},"TheForkCustomerCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]}}}}
```

## The Chr365CustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"Chr365CustomerMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"nationality":{"type":"string"},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string"},"gender":{"type":"string"},"phonePrefix":{"type":"string"},"age":{"type":"number","nullable":true},"language":{"type":"string"}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]}}}}
```

## The ExpediaCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]}}}}
```

## The CustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomerMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business customer metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessCustomerMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta customer metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaCustomerMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce customer metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforceCustomerMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo customer metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooCustomerMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor customer metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorCustomerMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking customer metadatas.","allOf":[{"$ref":"#/components/schemas/BookingCustomerMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats customer metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsCustomerMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms customer metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsCustomerMetadatasEmbeddable"}]},"facebook":{"nullable":true,"description":"Facebook customer metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookCustomerMetadatasEmbeddable"}]},"instagram":{"nullable":true,"description":"Instagram customer metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramCustomerMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp customer metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppCustomerMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews customer metadatas.","allOf":[{"$ref":"#/components/schemas/MewsCustomerMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle customer metadatas.","allOf":[{"$ref":"#/components/schemas/OracleCustomerMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche customer metadatas.","allOf":[{"$ref":"#/components/schemas/PartoucheCustomerMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como customer metadatas.","allOf":[{"$ref":"#/components/schemas/ComoCustomerMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion customer metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork customer metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkCustomerMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"},"chr365":{"nullable":true,"description":"Chr365 customer metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365CustomerMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaCustomerMetadatasEmbeddable"}]}}},"GoogleMyBusinessCustomerMetadatasEmbeddable":{"type":"object","properties":{"displayName":{"type":"string","nullable":true},"profilePhotoUrl":{"type":"string","nullable":true},"isAnonymous":{"type":"boolean","nullable":true}},"required":["displayName","profilePhotoUrl","isAnonymous"]},"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]},"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]},"JuxtaCustomerMetadatasEmbeddable":{"type":"object","properties":{"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["patient_fullname","patient_firstname","patient_lastname","phone_number","email"]},"SalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforceCustomerMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"EXTERNAL_ID__c":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["EXTERNAL_ID__c","Centre_du_RDV__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DeliverooCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"frequency":{"type":"number","nullable":true}},"required":["id","frequency"]},"TripAdvisorCustomerMetadatasEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"},"username":{"type":"string","nullable":true}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl","username"]},"BookingCustomerMetadatasEmbeddable":{"type":"object","properties":{"yourname":{"type":"string","nullable":true}},"required":["yourname"]},"UbereatsCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileURL":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"isEatsPassSubscriber":{"type":"boolean","nullable":true},"numOrders":{"type":"number","nullable":true}},"required":["name","profileURL","uuid","isEatsPassSubscriber","numOrders"]},"SevenroomsCustomerMetadatasEmbeddable":{"type":"object","properties":{"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true}},"required":["first_name","last_name","email","phone_number","client_id","venue_group_client_id","client_reference_code","external_client_id","source_client_id","reservation_sms_opt_in"]},"FacebookCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name_format":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true}},"required":["id","profile_pic","first_name","last_name","name","name_format","gender"]},"InstagramCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"biography":{"type":"string","nullable":true},"profile_picture_url":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"followers_count":{"type":"string","nullable":true},"follows_count":{"type":"string","nullable":true},"media_count":{"type":"string","nullable":true},"username":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"website":{"type":"string","nullable":true}},"required":["id","biography","profile_picture_url","profile_pic","followers_count","follows_count","media_count","username","name","website"]},"WhatsAppCustomerMetadatasEmbeddable":{"type":"object","properties":{"wa_id":{"type":"string","nullable":true},"profile":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppProfileCustomerMetadatasEmbeddable"}]}},"required":["wa_id","profile"]},"WhatsAppProfileCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"MewsCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsCustomerEmbeddable"}]},"documents":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsDocumentEmbeddable"}}},"required":["customer","documents"]},"MewsCustomerEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ChainId":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"SecondLastName":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sex":{"type":"string","nullable":true},"NationalityCode":{"type":"string","nullable":true},"LanguageCode":{"type":"string","nullable":true},"BirthDate":{"type":"string","nullable":true},"BirthPlace":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"Phone":{"type":"string","nullable":true},"TaxIdentificationNumber":{"type":"string","nullable":true},"LoyaltyCode":{"type":"string","nullable":true},"AccountingCode":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"CarRegistrationNumber":{"type":"string","nullable":true},"Classifications":{"nullable":true,"type":"array","items":{"type":"string"}},"Options":{"nullable":true,"type":"array","items":{"type":"string"}},"Address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAddressEmbeddable"}]},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ItalianDestinationCode":{"type":"string","nullable":true},"ItalianFiscalCode":{"type":"string","nullable":true},"CompanyId":{"type":"string","nullable":true},"MergeTargetId":{"type":"string","nullable":true},"ActivityState":{"type":"string","nullable":true},"CitizenNumber":{"type":"string","nullable":true},"MotherName":{"type":"string","nullable":true},"FatherName":{"type":"string","nullable":true},"Occupation":{"type":"string","nullable":true},"HasOtaEmail":{"type":"boolean","nullable":true},"Passport":{"type":"string","nullable":true},"IdentityCard":{"type":"string","nullable":true},"Visa":{"type":"string","nullable":true},"DriversLicense":{"type":"string","nullable":true},"AddressId":{"type":"string","nullable":true},"CategoryId":{"type":"string","nullable":true},"BirthDateUtc":{"type":"string","nullable":true},"IsActive":{"type":"boolean","nullable":true},"IsUpdatedByMe":{"type":"boolean","nullable":true}},"required":["Id","ChainId","Number","FirstName","LastName","SecondLastName","Title","Sex","NationalityCode","LanguageCode","BirthDate","BirthPlace","Email","Phone","TaxIdentificationNumber","LoyaltyCode","AccountingCode","BillingCode","Notes","CarRegistrationNumber","Classifications","Options","Address","CreatedUtc","UpdatedUtc","ItalianDestinationCode","ItalianFiscalCode","CompanyId","MergeTargetId","ActivityState","CitizenNumber","MotherName","FatherName","Occupation","HasOtaEmail","Passport","IdentityCard","Visa","DriversLicense","AddressId","CategoryId","BirthDateUtc","IsActive","IsUpdatedByMe"]},"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]},"MewsDocumentEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"CustomerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Expiration":{"type":"string","nullable":true},"Issuance":{"type":"string","nullable":true},"IssuingCountryCode":{"type":"string","nullable":true},"IssuingCity":{"type":"string","nullable":true}},"required":["Id","CustomerId","Type","Number","Expiration","Issuance","IssuingCountryCode","IssuingCity"]},"OracleCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"PartoucheCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"mail":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"civility":{"type":"number","nullable":true},"optout":{"type":"boolean","nullable":true},"optout_source":{"type":"string","nullable":true},"testuser":{"type":"boolean","nullable":true},"only_text":{"type":"boolean","nullable":true},"subscribe_source":{"type":"string","nullable":true},"subscribe_source_detail":{"type":"string","nullable":true},"created_dt":{"format":"date-time","type":"string","nullable":true},"modified_dt":{"format":"date-time","type":"string","nullable":true},"optout_dt":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"bouncecnt":{"type":"number","nullable":true},"bouncedt":{"format":"date-time","type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"valide_email":{"type":"boolean","nullable":true},"valide_print":{"type":"boolean","nullable":true},"valide_sms":{"type":"boolean","nullable":true},"abo_email":{"type":"boolean","nullable":true},"abo_sms":{"type":"boolean","nullable":true},"abo_print":{"type":"boolean","nullable":true},"casino_rattachement":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"today":{"format":"date-time","type":"string","nullable":true},"do_not_contact":{"type":"boolean","nullable":true}},"required":["id","mail","name","firstname","lastname","civility","optout","optout_source","testuser","only_text","subscribe_source","subscribe_source_detail","created_dt","modified_dt","optout_dt","language","bouncecnt","bouncedt","mobile","valide_email","valide_print","valide_sms","abo_email","abo_sms","abo_print","casino_rattachement","id_contact","today","do_not_contact"]},"ComoCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoCustomerMembershipEmbeddable"}]},"assets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoCustomerAssetEmbeddable"}}},"required":["membership","assets"]},"ComoCustomerMembershipEmbeddable":{"type":"object","properties":{"MembershipStatus":{"type":"string","nullable":true},"AccumulatedPoints":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"BudgetWeighted":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Points":{"type":"string","nullable":true},"AllowEmail":{"type":"string","nullable":true},"Consent":{"type":"string","nullable":true},"Assets":{"nullable":true,"type":"array","items":{"type":"object"}},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"WeightedPoints":{"type":"string","nullable":true},"AllowSMS":{"type":"string","nullable":true},"UnweightedBudgetPoints":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"ConsentForHub":{"type":"string","nullable":true},"PreviousUserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"EntityId":{"type":"string","nullable":true},"CommonExtID":{"type":"string","nullable":true},"PhoneNumber":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"Tag":{"nullable":true,"type":"array","items":{"type":"string"}},"BudgetAccumulatedUnweighted":{"type":"string","nullable":true},"BudgetUnweighted":{"type":"string","nullable":true},"BudgetAccumulatedWeighted":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"ComoMemberID":{"type":"string","nullable":true}},"required":["MembershipStatus","AccumulatedPoints","Email","LastUpdate","BudgetWeighted","UserKey","LocationID","Points","AllowEmail","Consent","Assets","Kind","CreatedOn","RegistrationSource","WeightedPoints","AllowSMS","UnweightedBudgetPoints","Status","FirstName","ConsentForHub","PreviousUserKeys","EntityId","CommonExtID","PhoneNumber","LastName","Tag","BudgetAccumulatedUnweighted","BudgetUnweighted","BudgetAccumulatedWeighted","Key","ComoMemberID"]},"ComoCustomerAssetEmbeddable":{"type":"object","properties":{"template":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"key":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["template","type","key","status"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]},"TheForkCustomerMetadatasEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"locale":{"type":"string"},"civility":{"type":"string","nullable":true},"rank":{"type":"string","nullable":true},"computedRank":{"type":"string","nullable":true},"isVip":{"type":"boolean","nullable":true},"address":{"type":"string","nullable":true},"allergiesAndIntolerances":{"nullable":true,"type":"array","items":{"type":"string"}},"dietaryRestrictions":{"nullable":true,"type":"array","items":{"type":"string"}},"favFood":{"type":"string","nullable":true},"favDrinks":{"type":"string","nullable":true},"favSeating":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"originRestaurantUuid":{"type":"string","nullable":true},"originRestaurantName":{"type":"string","nullable":true},"creationDate":{"type":"string"},"lastUpdateDate":{"type":"string"},"isPromoter":{"type":"boolean","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"optins":{"$ref":"#/components/schemas/TheForkCustomerOptinsEmbeddable"},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkCustomerCustomFieldEmbeddable"}}},"required":["customerUuid","email","firstName","lastName","phone","birthDate","locale","civility","rank","computedRank","isVip","address","allergiesAndIntolerances","dietaryRestrictions","favFood","favDrinks","favSeating","notes","originRestaurantUuid","originRestaurantName","creationDate","lastUpdateDate","isPromoter","secondaryPhone","country","city","zipcode","optins","customFields"]},"TheForkCustomerOptinsEmbeddable":{"type":"object","properties":{"restaurantNewsletter":{"type":"boolean"}},"required":["restaurantNewsletter"]},"TheForkCustomerCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"Chr365CustomerMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"nationality":{"type":"string"},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string"},"gender":{"type":"string"},"phonePrefix":{"type":"string"},"age":{"type":"number","nullable":true},"language":{"type":"string"}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"ExpediaCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]}}}}
```

## The CustomAttributeType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."}}}}
```

## The PartnerCustomerCustomAttributeValue object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomerCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."}}}}
```

## The PartnerCustomer object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomer":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"description":{"type":"string","nullable":true,"description":"Customer description","default":null},"company":{"type":"string","nullable":true,"description":"Customer company name","default":null},"firstName":{"type":"string","nullable":true,"description":"Customer first name","default":null},"lastName":{"type":"string","nullable":true,"description":"Customer last name","default":null},"displayName":{"type":"string","nullable":true,"description":"Customer display name\nThis is usually a concatenation of first name and last name","default":null},"language":{"nullable":true,"description":"Language preference of the customer","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"phoneNumber":{"type":"string","nullable":true,"description":"Phone number of the customer","default":null},"email":{"type":"string","nullable":true,"description":"Email address of the customer","default":null},"emailBounced":{"type":"boolean","description":"Indicates if the customer's email has bounced"},"civility":{"type":"string","nullable":true,"description":"Civility of the customer (e.g., Mr., Ms., etc.)","default":null},"tags":{"description":"A list of tags associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerTag"}},"emailOptin":{"type":"boolean","description":"Indicates if the customer has opted in for email communications"},"smsOptin":{"type":"boolean","description":"Indicates if the customer has opted in for SMS communications"},"zenchefId":{"type":"string","nullable":true,"description":"ID of the customer in Zenchef system","default":null},"ubereatsId":{"type":"string","nullable":true,"description":"ID of the customer in UberEats system","default":null},"deliverooId":{"type":"string","nullable":true,"description":"ID of the customer in Deliveroo system","default":null},"zeltyId":{"type":"string","nullable":true,"description":"ID of the customer in Zelty system","default":null},"sevenroomsId":{"type":"string","nullable":true,"description":"ID of the customer in Sevenrooms system","default":null},"metaId":{"type":"string","nullable":true,"description":"ID of the customer in Meta system (Facebook/Instagram)","default":null},"mewsId":{"type":"string","nullable":true,"description":"ID of the customer in Mews system","default":null},"oracleId":{"type":"string","nullable":true,"description":"ID of the customer in Oracle system","default":null},"partoucheId":{"type":"string","nullable":true,"description":"ID of the customer in Partouche system","default":null},"comoId":{"type":"string","nullable":true,"description":"ID of the customer in Como system","default":null},"theForkId":{"type":"string","nullable":true,"description":"ID of the customer in TheFork system","default":null},"chr365Id":{"type":"string","nullable":true,"description":"ID of the customer in Chr365 system","default":null},"type":{"nullable":true,"description":"Type of the customer (e.g., Individual, Company, etc.)","default":null,"enum":["Unknown","Purchaser","Reviewer","Both"],"type":"string"},"feedbackCount":{"type":"number","description":"Number of feedbacks provided by the customer"},"purchaseCount":{"type":"number","description":"Number of purchases made by the customer"},"averageFeedbackRating":{"type":"string","nullable":true,"description":"Average feedback rating given by the customer","default":null},"dataSources":{"description":"Data sources associated with the customer","type":"array","items":{"$ref":"#/components/schemas/DataSource"}},"metadata":{"description":"Metadata associated with the customer","allOf":[{"$ref":"#/components/schemas/CustomerMetadatasEmbeddable"}]},"attributes":{"description":"Custom attribute values associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerCustomAttributeValue"}}},"required":["id","createdAt","updatedAt","description","company","firstName","lastName","displayName","phoneNumber","email","emailBounced","civility","tags","emailOptin","smsOptin","zenchefId","ubereatsId","deliverooId","zeltyId","sevenroomsId","metaId","mewsId","oracleId","partoucheId","comoId","theForkId","chr365Id","type","feedbackCount","purchaseCount","averageFeedbackRating","dataSources","metadata","attributes"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerCustomerTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]},"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"},"CustomerMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business customer metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessCustomerMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta customer metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaCustomerMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce customer metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforceCustomerMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo customer metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooCustomerMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor customer metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorCustomerMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking customer metadatas.","allOf":[{"$ref":"#/components/schemas/BookingCustomerMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats customer metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsCustomerMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms customer metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsCustomerMetadatasEmbeddable"}]},"facebook":{"nullable":true,"description":"Facebook customer metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookCustomerMetadatasEmbeddable"}]},"instagram":{"nullable":true,"description":"Instagram customer metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramCustomerMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp customer metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppCustomerMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews customer metadatas.","allOf":[{"$ref":"#/components/schemas/MewsCustomerMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle customer metadatas.","allOf":[{"$ref":"#/components/schemas/OracleCustomerMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche customer metadatas.","allOf":[{"$ref":"#/components/schemas/PartoucheCustomerMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como customer metadatas.","allOf":[{"$ref":"#/components/schemas/ComoCustomerMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion customer metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork customer metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkCustomerMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"},"chr365":{"nullable":true,"description":"Chr365 customer metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365CustomerMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaCustomerMetadatasEmbeddable"}]}}},"GoogleMyBusinessCustomerMetadatasEmbeddable":{"type":"object","properties":{"displayName":{"type":"string","nullable":true},"profilePhotoUrl":{"type":"string","nullable":true},"isAnonymous":{"type":"boolean","nullable":true}},"required":["displayName","profilePhotoUrl","isAnonymous"]},"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]},"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]},"JuxtaCustomerMetadatasEmbeddable":{"type":"object","properties":{"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["patient_fullname","patient_firstname","patient_lastname","phone_number","email"]},"SalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforceCustomerMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"EXTERNAL_ID__c":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["EXTERNAL_ID__c","Centre_du_RDV__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DeliverooCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"frequency":{"type":"number","nullable":true}},"required":["id","frequency"]},"TripAdvisorCustomerMetadatasEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"},"username":{"type":"string","nullable":true}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl","username"]},"BookingCustomerMetadatasEmbeddable":{"type":"object","properties":{"yourname":{"type":"string","nullable":true}},"required":["yourname"]},"UbereatsCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileURL":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"isEatsPassSubscriber":{"type":"boolean","nullable":true},"numOrders":{"type":"number","nullable":true}},"required":["name","profileURL","uuid","isEatsPassSubscriber","numOrders"]},"SevenroomsCustomerMetadatasEmbeddable":{"type":"object","properties":{"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true}},"required":["first_name","last_name","email","phone_number","client_id","venue_group_client_id","client_reference_code","external_client_id","source_client_id","reservation_sms_opt_in"]},"FacebookCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name_format":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true}},"required":["id","profile_pic","first_name","last_name","name","name_format","gender"]},"InstagramCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"biography":{"type":"string","nullable":true},"profile_picture_url":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"followers_count":{"type":"string","nullable":true},"follows_count":{"type":"string","nullable":true},"media_count":{"type":"string","nullable":true},"username":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"website":{"type":"string","nullable":true}},"required":["id","biography","profile_picture_url","profile_pic","followers_count","follows_count","media_count","username","name","website"]},"WhatsAppCustomerMetadatasEmbeddable":{"type":"object","properties":{"wa_id":{"type":"string","nullable":true},"profile":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppProfileCustomerMetadatasEmbeddable"}]}},"required":["wa_id","profile"]},"WhatsAppProfileCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"MewsCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsCustomerEmbeddable"}]},"documents":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsDocumentEmbeddable"}}},"required":["customer","documents"]},"MewsCustomerEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ChainId":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"SecondLastName":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sex":{"type":"string","nullable":true},"NationalityCode":{"type":"string","nullable":true},"LanguageCode":{"type":"string","nullable":true},"BirthDate":{"type":"string","nullable":true},"BirthPlace":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"Phone":{"type":"string","nullable":true},"TaxIdentificationNumber":{"type":"string","nullable":true},"LoyaltyCode":{"type":"string","nullable":true},"AccountingCode":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"CarRegistrationNumber":{"type":"string","nullable":true},"Classifications":{"nullable":true,"type":"array","items":{"type":"string"}},"Options":{"nullable":true,"type":"array","items":{"type":"string"}},"Address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAddressEmbeddable"}]},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ItalianDestinationCode":{"type":"string","nullable":true},"ItalianFiscalCode":{"type":"string","nullable":true},"CompanyId":{"type":"string","nullable":true},"MergeTargetId":{"type":"string","nullable":true},"ActivityState":{"type":"string","nullable":true},"CitizenNumber":{"type":"string","nullable":true},"MotherName":{"type":"string","nullable":true},"FatherName":{"type":"string","nullable":true},"Occupation":{"type":"string","nullable":true},"HasOtaEmail":{"type":"boolean","nullable":true},"Passport":{"type":"string","nullable":true},"IdentityCard":{"type":"string","nullable":true},"Visa":{"type":"string","nullable":true},"DriversLicense":{"type":"string","nullable":true},"AddressId":{"type":"string","nullable":true},"CategoryId":{"type":"string","nullable":true},"BirthDateUtc":{"type":"string","nullable":true},"IsActive":{"type":"boolean","nullable":true},"IsUpdatedByMe":{"type":"boolean","nullable":true}},"required":["Id","ChainId","Number","FirstName","LastName","SecondLastName","Title","Sex","NationalityCode","LanguageCode","BirthDate","BirthPlace","Email","Phone","TaxIdentificationNumber","LoyaltyCode","AccountingCode","BillingCode","Notes","CarRegistrationNumber","Classifications","Options","Address","CreatedUtc","UpdatedUtc","ItalianDestinationCode","ItalianFiscalCode","CompanyId","MergeTargetId","ActivityState","CitizenNumber","MotherName","FatherName","Occupation","HasOtaEmail","Passport","IdentityCard","Visa","DriversLicense","AddressId","CategoryId","BirthDateUtc","IsActive","IsUpdatedByMe"]},"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]},"MewsDocumentEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"CustomerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Expiration":{"type":"string","nullable":true},"Issuance":{"type":"string","nullable":true},"IssuingCountryCode":{"type":"string","nullable":true},"IssuingCity":{"type":"string","nullable":true}},"required":["Id","CustomerId","Type","Number","Expiration","Issuance","IssuingCountryCode","IssuingCity"]},"OracleCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"PartoucheCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"mail":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"civility":{"type":"number","nullable":true},"optout":{"type":"boolean","nullable":true},"optout_source":{"type":"string","nullable":true},"testuser":{"type":"boolean","nullable":true},"only_text":{"type":"boolean","nullable":true},"subscribe_source":{"type":"string","nullable":true},"subscribe_source_detail":{"type":"string","nullable":true},"created_dt":{"format":"date-time","type":"string","nullable":true},"modified_dt":{"format":"date-time","type":"string","nullable":true},"optout_dt":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"bouncecnt":{"type":"number","nullable":true},"bouncedt":{"format":"date-time","type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"valide_email":{"type":"boolean","nullable":true},"valide_print":{"type":"boolean","nullable":true},"valide_sms":{"type":"boolean","nullable":true},"abo_email":{"type":"boolean","nullable":true},"abo_sms":{"type":"boolean","nullable":true},"abo_print":{"type":"boolean","nullable":true},"casino_rattachement":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"today":{"format":"date-time","type":"string","nullable":true},"do_not_contact":{"type":"boolean","nullable":true}},"required":["id","mail","name","firstname","lastname","civility","optout","optout_source","testuser","only_text","subscribe_source","subscribe_source_detail","created_dt","modified_dt","optout_dt","language","bouncecnt","bouncedt","mobile","valide_email","valide_print","valide_sms","abo_email","abo_sms","abo_print","casino_rattachement","id_contact","today","do_not_contact"]},"ComoCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoCustomerMembershipEmbeddable"}]},"assets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoCustomerAssetEmbeddable"}}},"required":["membership","assets"]},"ComoCustomerMembershipEmbeddable":{"type":"object","properties":{"MembershipStatus":{"type":"string","nullable":true},"AccumulatedPoints":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"BudgetWeighted":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Points":{"type":"string","nullable":true},"AllowEmail":{"type":"string","nullable":true},"Consent":{"type":"string","nullable":true},"Assets":{"nullable":true,"type":"array","items":{"type":"object"}},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"WeightedPoints":{"type":"string","nullable":true},"AllowSMS":{"type":"string","nullable":true},"UnweightedBudgetPoints":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"ConsentForHub":{"type":"string","nullable":true},"PreviousUserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"EntityId":{"type":"string","nullable":true},"CommonExtID":{"type":"string","nullable":true},"PhoneNumber":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"Tag":{"nullable":true,"type":"array","items":{"type":"string"}},"BudgetAccumulatedUnweighted":{"type":"string","nullable":true},"BudgetUnweighted":{"type":"string","nullable":true},"BudgetAccumulatedWeighted":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"ComoMemberID":{"type":"string","nullable":true}},"required":["MembershipStatus","AccumulatedPoints","Email","LastUpdate","BudgetWeighted","UserKey","LocationID","Points","AllowEmail","Consent","Assets","Kind","CreatedOn","RegistrationSource","WeightedPoints","AllowSMS","UnweightedBudgetPoints","Status","FirstName","ConsentForHub","PreviousUserKeys","EntityId","CommonExtID","PhoneNumber","LastName","Tag","BudgetAccumulatedUnweighted","BudgetUnweighted","BudgetAccumulatedWeighted","Key","ComoMemberID"]},"ComoCustomerAssetEmbeddable":{"type":"object","properties":{"template":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"key":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["template","type","key","status"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]},"TheForkCustomerMetadatasEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"locale":{"type":"string"},"civility":{"type":"string","nullable":true},"rank":{"type":"string","nullable":true},"computedRank":{"type":"string","nullable":true},"isVip":{"type":"boolean","nullable":true},"address":{"type":"string","nullable":true},"allergiesAndIntolerances":{"nullable":true,"type":"array","items":{"type":"string"}},"dietaryRestrictions":{"nullable":true,"type":"array","items":{"type":"string"}},"favFood":{"type":"string","nullable":true},"favDrinks":{"type":"string","nullable":true},"favSeating":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"originRestaurantUuid":{"type":"string","nullable":true},"originRestaurantName":{"type":"string","nullable":true},"creationDate":{"type":"string"},"lastUpdateDate":{"type":"string"},"isPromoter":{"type":"boolean","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"optins":{"$ref":"#/components/schemas/TheForkCustomerOptinsEmbeddable"},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkCustomerCustomFieldEmbeddable"}}},"required":["customerUuid","email","firstName","lastName","phone","birthDate","locale","civility","rank","computedRank","isVip","address","allergiesAndIntolerances","dietaryRestrictions","favFood","favDrinks","favSeating","notes","originRestaurantUuid","originRestaurantName","creationDate","lastUpdateDate","isPromoter","secondaryPhone","country","city","zipcode","optins","customFields"]},"TheForkCustomerOptinsEmbeddable":{"type":"object","properties":{"restaurantNewsletter":{"type":"boolean"}},"required":["restaurantNewsletter"]},"TheForkCustomerCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"Chr365CustomerMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"nationality":{"type":"string"},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string"},"gender":{"type":"string"},"phonePrefix":{"type":"string"},"age":{"type":"number","nullable":true},"language":{"type":"string"}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"ExpediaCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"PartnerCustomerCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."}}}}
```

## The PartnerCustomerListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomerListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1}}}}}}
```

## The PartnerCustomerListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomerListingOutput":{"type":"object","properties":{"items":{"description":"List of customers","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomer"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerCustomer":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"description":{"type":"string","nullable":true,"description":"Customer description","default":null},"company":{"type":"string","nullable":true,"description":"Customer company name","default":null},"firstName":{"type":"string","nullable":true,"description":"Customer first name","default":null},"lastName":{"type":"string","nullable":true,"description":"Customer last name","default":null},"displayName":{"type":"string","nullable":true,"description":"Customer display name\nThis is usually a concatenation of first name and last name","default":null},"language":{"nullable":true,"description":"Language preference of the customer","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"phoneNumber":{"type":"string","nullable":true,"description":"Phone number of the customer","default":null},"email":{"type":"string","nullable":true,"description":"Email address of the customer","default":null},"emailBounced":{"type":"boolean","description":"Indicates if the customer's email has bounced"},"civility":{"type":"string","nullable":true,"description":"Civility of the customer (e.g., Mr., Ms., etc.)","default":null},"tags":{"description":"A list of tags associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerTag"}},"emailOptin":{"type":"boolean","description":"Indicates if the customer has opted in for email communications"},"smsOptin":{"type":"boolean","description":"Indicates if the customer has opted in for SMS communications"},"zenchefId":{"type":"string","nullable":true,"description":"ID of the customer in Zenchef system","default":null},"ubereatsId":{"type":"string","nullable":true,"description":"ID of the customer in UberEats system","default":null},"deliverooId":{"type":"string","nullable":true,"description":"ID of the customer in Deliveroo system","default":null},"zeltyId":{"type":"string","nullable":true,"description":"ID of the customer in Zelty system","default":null},"sevenroomsId":{"type":"string","nullable":true,"description":"ID of the customer in Sevenrooms system","default":null},"metaId":{"type":"string","nullable":true,"description":"ID of the customer in Meta system (Facebook/Instagram)","default":null},"mewsId":{"type":"string","nullable":true,"description":"ID of the customer in Mews system","default":null},"oracleId":{"type":"string","nullable":true,"description":"ID of the customer in Oracle system","default":null},"partoucheId":{"type":"string","nullable":true,"description":"ID of the customer in Partouche system","default":null},"comoId":{"type":"string","nullable":true,"description":"ID of the customer in Como system","default":null},"theForkId":{"type":"string","nullable":true,"description":"ID of the customer in TheFork system","default":null},"chr365Id":{"type":"string","nullable":true,"description":"ID of the customer in Chr365 system","default":null},"type":{"nullable":true,"description":"Type of the customer (e.g., Individual, Company, etc.)","default":null,"enum":["Unknown","Purchaser","Reviewer","Both"],"type":"string"},"feedbackCount":{"type":"number","description":"Number of feedbacks provided by the customer"},"purchaseCount":{"type":"number","description":"Number of purchases made by the customer"},"averageFeedbackRating":{"type":"string","nullable":true,"description":"Average feedback rating given by the customer","default":null},"dataSources":{"description":"Data sources associated with the customer","type":"array","items":{"$ref":"#/components/schemas/DataSource"}},"metadata":{"description":"Metadata associated with the customer","allOf":[{"$ref":"#/components/schemas/CustomerMetadatasEmbeddable"}]},"attributes":{"description":"Custom attribute values associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerCustomAttributeValue"}}},"required":["id","createdAt","updatedAt","description","company","firstName","lastName","displayName","phoneNumber","email","emailBounced","civility","tags","emailOptin","smsOptin","zenchefId","ubereatsId","deliverooId","zeltyId","sevenroomsId","metaId","mewsId","oracleId","partoucheId","comoId","theForkId","chr365Id","type","feedbackCount","purchaseCount","averageFeedbackRating","dataSources","metadata","attributes"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerCustomerTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]},"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"},"CustomerMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business customer metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessCustomerMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta customer metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaCustomerMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce customer metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforceCustomerMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo customer metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooCustomerMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor customer metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorCustomerMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking customer metadatas.","allOf":[{"$ref":"#/components/schemas/BookingCustomerMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats customer metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsCustomerMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms customer metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsCustomerMetadatasEmbeddable"}]},"facebook":{"nullable":true,"description":"Facebook customer metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookCustomerMetadatasEmbeddable"}]},"instagram":{"nullable":true,"description":"Instagram customer metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramCustomerMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp customer metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppCustomerMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews customer metadatas.","allOf":[{"$ref":"#/components/schemas/MewsCustomerMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle customer metadatas.","allOf":[{"$ref":"#/components/schemas/OracleCustomerMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche customer metadatas.","allOf":[{"$ref":"#/components/schemas/PartoucheCustomerMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como customer metadatas.","allOf":[{"$ref":"#/components/schemas/ComoCustomerMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion customer metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork customer metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkCustomerMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"},"chr365":{"nullable":true,"description":"Chr365 customer metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365CustomerMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaCustomerMetadatasEmbeddable"}]}}},"GoogleMyBusinessCustomerMetadatasEmbeddable":{"type":"object","properties":{"displayName":{"type":"string","nullable":true},"profilePhotoUrl":{"type":"string","nullable":true},"isAnonymous":{"type":"boolean","nullable":true}},"required":["displayName","profilePhotoUrl","isAnonymous"]},"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]},"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]},"JuxtaCustomerMetadatasEmbeddable":{"type":"object","properties":{"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["patient_fullname","patient_firstname","patient_lastname","phone_number","email"]},"SalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforceCustomerMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"EXTERNAL_ID__c":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["EXTERNAL_ID__c","Centre_du_RDV__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DeliverooCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"frequency":{"type":"number","nullable":true}},"required":["id","frequency"]},"TripAdvisorCustomerMetadatasEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"},"username":{"type":"string","nullable":true}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl","username"]},"BookingCustomerMetadatasEmbeddable":{"type":"object","properties":{"yourname":{"type":"string","nullable":true}},"required":["yourname"]},"UbereatsCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileURL":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"isEatsPassSubscriber":{"type":"boolean","nullable":true},"numOrders":{"type":"number","nullable":true}},"required":["name","profileURL","uuid","isEatsPassSubscriber","numOrders"]},"SevenroomsCustomerMetadatasEmbeddable":{"type":"object","properties":{"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true}},"required":["first_name","last_name","email","phone_number","client_id","venue_group_client_id","client_reference_code","external_client_id","source_client_id","reservation_sms_opt_in"]},"FacebookCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name_format":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true}},"required":["id","profile_pic","first_name","last_name","name","name_format","gender"]},"InstagramCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"biography":{"type":"string","nullable":true},"profile_picture_url":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"followers_count":{"type":"string","nullable":true},"follows_count":{"type":"string","nullable":true},"media_count":{"type":"string","nullable":true},"username":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"website":{"type":"string","nullable":true}},"required":["id","biography","profile_picture_url","profile_pic","followers_count","follows_count","media_count","username","name","website"]},"WhatsAppCustomerMetadatasEmbeddable":{"type":"object","properties":{"wa_id":{"type":"string","nullable":true},"profile":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppProfileCustomerMetadatasEmbeddable"}]}},"required":["wa_id","profile"]},"WhatsAppProfileCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"MewsCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsCustomerEmbeddable"}]},"documents":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsDocumentEmbeddable"}}},"required":["customer","documents"]},"MewsCustomerEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ChainId":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"SecondLastName":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sex":{"type":"string","nullable":true},"NationalityCode":{"type":"string","nullable":true},"LanguageCode":{"type":"string","nullable":true},"BirthDate":{"type":"string","nullable":true},"BirthPlace":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"Phone":{"type":"string","nullable":true},"TaxIdentificationNumber":{"type":"string","nullable":true},"LoyaltyCode":{"type":"string","nullable":true},"AccountingCode":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"CarRegistrationNumber":{"type":"string","nullable":true},"Classifications":{"nullable":true,"type":"array","items":{"type":"string"}},"Options":{"nullable":true,"type":"array","items":{"type":"string"}},"Address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAddressEmbeddable"}]},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ItalianDestinationCode":{"type":"string","nullable":true},"ItalianFiscalCode":{"type":"string","nullable":true},"CompanyId":{"type":"string","nullable":true},"MergeTargetId":{"type":"string","nullable":true},"ActivityState":{"type":"string","nullable":true},"CitizenNumber":{"type":"string","nullable":true},"MotherName":{"type":"string","nullable":true},"FatherName":{"type":"string","nullable":true},"Occupation":{"type":"string","nullable":true},"HasOtaEmail":{"type":"boolean","nullable":true},"Passport":{"type":"string","nullable":true},"IdentityCard":{"type":"string","nullable":true},"Visa":{"type":"string","nullable":true},"DriversLicense":{"type":"string","nullable":true},"AddressId":{"type":"string","nullable":true},"CategoryId":{"type":"string","nullable":true},"BirthDateUtc":{"type":"string","nullable":true},"IsActive":{"type":"boolean","nullable":true},"IsUpdatedByMe":{"type":"boolean","nullable":true}},"required":["Id","ChainId","Number","FirstName","LastName","SecondLastName","Title","Sex","NationalityCode","LanguageCode","BirthDate","BirthPlace","Email","Phone","TaxIdentificationNumber","LoyaltyCode","AccountingCode","BillingCode","Notes","CarRegistrationNumber","Classifications","Options","Address","CreatedUtc","UpdatedUtc","ItalianDestinationCode","ItalianFiscalCode","CompanyId","MergeTargetId","ActivityState","CitizenNumber","MotherName","FatherName","Occupation","HasOtaEmail","Passport","IdentityCard","Visa","DriversLicense","AddressId","CategoryId","BirthDateUtc","IsActive","IsUpdatedByMe"]},"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]},"MewsDocumentEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"CustomerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Expiration":{"type":"string","nullable":true},"Issuance":{"type":"string","nullable":true},"IssuingCountryCode":{"type":"string","nullable":true},"IssuingCity":{"type":"string","nullable":true}},"required":["Id","CustomerId","Type","Number","Expiration","Issuance","IssuingCountryCode","IssuingCity"]},"OracleCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"PartoucheCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"mail":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"civility":{"type":"number","nullable":true},"optout":{"type":"boolean","nullable":true},"optout_source":{"type":"string","nullable":true},"testuser":{"type":"boolean","nullable":true},"only_text":{"type":"boolean","nullable":true},"subscribe_source":{"type":"string","nullable":true},"subscribe_source_detail":{"type":"string","nullable":true},"created_dt":{"format":"date-time","type":"string","nullable":true},"modified_dt":{"format":"date-time","type":"string","nullable":true},"optout_dt":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"bouncecnt":{"type":"number","nullable":true},"bouncedt":{"format":"date-time","type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"valide_email":{"type":"boolean","nullable":true},"valide_print":{"type":"boolean","nullable":true},"valide_sms":{"type":"boolean","nullable":true},"abo_email":{"type":"boolean","nullable":true},"abo_sms":{"type":"boolean","nullable":true},"abo_print":{"type":"boolean","nullable":true},"casino_rattachement":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"today":{"format":"date-time","type":"string","nullable":true},"do_not_contact":{"type":"boolean","nullable":true}},"required":["id","mail","name","firstname","lastname","civility","optout","optout_source","testuser","only_text","subscribe_source","subscribe_source_detail","created_dt","modified_dt","optout_dt","language","bouncecnt","bouncedt","mobile","valide_email","valide_print","valide_sms","abo_email","abo_sms","abo_print","casino_rattachement","id_contact","today","do_not_contact"]},"ComoCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoCustomerMembershipEmbeddable"}]},"assets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoCustomerAssetEmbeddable"}}},"required":["membership","assets"]},"ComoCustomerMembershipEmbeddable":{"type":"object","properties":{"MembershipStatus":{"type":"string","nullable":true},"AccumulatedPoints":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"BudgetWeighted":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Points":{"type":"string","nullable":true},"AllowEmail":{"type":"string","nullable":true},"Consent":{"type":"string","nullable":true},"Assets":{"nullable":true,"type":"array","items":{"type":"object"}},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"WeightedPoints":{"type":"string","nullable":true},"AllowSMS":{"type":"string","nullable":true},"UnweightedBudgetPoints":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"ConsentForHub":{"type":"string","nullable":true},"PreviousUserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"EntityId":{"type":"string","nullable":true},"CommonExtID":{"type":"string","nullable":true},"PhoneNumber":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"Tag":{"nullable":true,"type":"array","items":{"type":"string"}},"BudgetAccumulatedUnweighted":{"type":"string","nullable":true},"BudgetUnweighted":{"type":"string","nullable":true},"BudgetAccumulatedWeighted":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"ComoMemberID":{"type":"string","nullable":true}},"required":["MembershipStatus","AccumulatedPoints","Email","LastUpdate","BudgetWeighted","UserKey","LocationID","Points","AllowEmail","Consent","Assets","Kind","CreatedOn","RegistrationSource","WeightedPoints","AllowSMS","UnweightedBudgetPoints","Status","FirstName","ConsentForHub","PreviousUserKeys","EntityId","CommonExtID","PhoneNumber","LastName","Tag","BudgetAccumulatedUnweighted","BudgetUnweighted","BudgetAccumulatedWeighted","Key","ComoMemberID"]},"ComoCustomerAssetEmbeddable":{"type":"object","properties":{"template":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"key":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["template","type","key","status"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]},"TheForkCustomerMetadatasEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"locale":{"type":"string"},"civility":{"type":"string","nullable":true},"rank":{"type":"string","nullable":true},"computedRank":{"type":"string","nullable":true},"isVip":{"type":"boolean","nullable":true},"address":{"type":"string","nullable":true},"allergiesAndIntolerances":{"nullable":true,"type":"array","items":{"type":"string"}},"dietaryRestrictions":{"nullable":true,"type":"array","items":{"type":"string"}},"favFood":{"type":"string","nullable":true},"favDrinks":{"type":"string","nullable":true},"favSeating":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"originRestaurantUuid":{"type":"string","nullable":true},"originRestaurantName":{"type":"string","nullable":true},"creationDate":{"type":"string"},"lastUpdateDate":{"type":"string"},"isPromoter":{"type":"boolean","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"optins":{"$ref":"#/components/schemas/TheForkCustomerOptinsEmbeddable"},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkCustomerCustomFieldEmbeddable"}}},"required":["customerUuid","email","firstName","lastName","phone","birthDate","locale","civility","rank","computedRank","isVip","address","allergiesAndIntolerances","dietaryRestrictions","favFood","favDrinks","favSeating","notes","originRestaurantUuid","originRestaurantName","creationDate","lastUpdateDate","isPromoter","secondaryPhone","country","city","zipcode","optins","customFields"]},"TheForkCustomerOptinsEmbeddable":{"type":"object","properties":{"restaurantNewsletter":{"type":"boolean"}},"required":["restaurantNewsletter"]},"TheForkCustomerCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"Chr365CustomerMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"nationality":{"type":"string"},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string"},"gender":{"type":"string"},"phonePrefix":{"type":"string"},"age":{"type":"number","nullable":true},"language":{"type":"string"}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"ExpediaCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"PartnerCustomerCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The PartnerImportCustomerDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerImportCustomerDto":{"type":"object","properties":{"description":{"type":"string","description":"Description of the customer","nullable":true},"company":{"type":"string","description":"Company name of the customer","nullable":true},"firstName":{"type":"string","description":"First name of the customer","nullable":true},"lastName":{"type":"string","description":"Last name of the customer","nullable":true},"displayName":{"type":"string","description":"Display name of the customer\nUsually a concatenation of first name and last name","nullable":true},"phoneNumber":{"type":"string","description":"Phone number of the customer","nullable":true},"email":{"type":"string","description":"Email address of the customer","format":"email","nullable":true},"civility":{"type":"string","description":"Civility of the customer (e.g., Mr., Ms., etc.)","nullable":true},"language":{"description":"Language preference of the customer","nullable":true,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"metadata":{"type":"object","description":"Additional metadata to store with the customer\nThis is a key-value pair object where both keys and values are strings"},"smsOptin":{"type":"boolean","description":"SMS opt-in status of the customer","nullable":true},"emailOptin":{"type":"boolean","description":"Email opt-in status of the customer","nullable":true},"zenchefId":{"type":"string","description":"ID of the customer in Zenchef system","nullable":true},"ubereatsId":{"type":"string","description":"ID of the customer in UberEats system","nullable":true},"deliverooId":{"type":"string","description":"ID of the customer in Deliveroo system","nullable":true},"zeltyId":{"type":"string","description":"ID of the customer in Zelty system","nullable":true},"sevenroomsId":{"type":"string","description":"ID of the customer in Sevenrooms system","nullable":true},"metaId":{"type":"string","description":"ID of the customer in Meta system (Facebook/Instagram)","nullable":true},"mewsId":{"type":"string","description":"ID of the customer in Mews system","nullable":true},"oracleId":{"type":"string","description":"ID of the customer in Oracle system","nullable":true},"partoucheId":{"type":"string","description":"ID of the customer in Partouche system","nullable":true},"comoId":{"type":"string","description":"ID of the customer in Como system","nullable":true},"theForkId":{"type":"string","description":"ID of the customer in TheFork system","nullable":true},"chr365Id":{"type":"string","description":"ID of the customer in Chr365 system","nullable":true}}},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"}}}}
```

## The PartnerImportCustomerBatchDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerImportCustomerBatchDto":{"type":"object","properties":{"batch":{"maxItems":100,"type":"array","items":{"$ref":"#/components/schemas/PartnerImportCustomerDto"}}},"required":["batch"]},"PartnerImportCustomerDto":{"type":"object","properties":{"description":{"type":"string","description":"Description of the customer","nullable":true},"company":{"type":"string","description":"Company name of the customer","nullable":true},"firstName":{"type":"string","description":"First name of the customer","nullable":true},"lastName":{"type":"string","description":"Last name of the customer","nullable":true},"displayName":{"type":"string","description":"Display name of the customer\nUsually a concatenation of first name and last name","nullable":true},"phoneNumber":{"type":"string","description":"Phone number of the customer","nullable":true},"email":{"type":"string","description":"Email address of the customer","format":"email","nullable":true},"civility":{"type":"string","description":"Civility of the customer (e.g., Mr., Ms., etc.)","nullable":true},"language":{"description":"Language preference of the customer","nullable":true,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"metadata":{"type":"object","description":"Additional metadata to store with the customer\nThis is a key-value pair object where both keys and values are strings"},"smsOptin":{"type":"boolean","description":"SMS opt-in status of the customer","nullable":true},"emailOptin":{"type":"boolean","description":"Email opt-in status of the customer","nullable":true},"zenchefId":{"type":"string","description":"ID of the customer in Zenchef system","nullable":true},"ubereatsId":{"type":"string","description":"ID of the customer in UberEats system","nullable":true},"deliverooId":{"type":"string","description":"ID of the customer in Deliveroo system","nullable":true},"zeltyId":{"type":"string","description":"ID of the customer in Zelty system","nullable":true},"sevenroomsId":{"type":"string","description":"ID of the customer in Sevenrooms system","nullable":true},"metaId":{"type":"string","description":"ID of the customer in Meta system (Facebook/Instagram)","nullable":true},"mewsId":{"type":"string","description":"ID of the customer in Mews system","nullable":true},"oracleId":{"type":"string","description":"ID of the customer in Oracle system","nullable":true},"partoucheId":{"type":"string","description":"ID of the customer in Partouche system","nullable":true},"comoId":{"type":"string","description":"ID of the customer in Como system","nullable":true},"theForkId":{"type":"string","description":"ID of the customer in TheFork system","nullable":true},"chr365Id":{"type":"string","description":"ID of the customer in Chr365 system","nullable":true}}},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"}}}}
```

## The GoogleMyBusinessPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessPurchaseMetadatasEmbeddable":{"type":"object","properties":{}}}}}
```

## The ZeltyTaxEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]}}}}
```

## The ZeltyPriceDetailEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyPriceDetailEmbeddable":{"type":"object","properties":{"final_amount_inc_tax":{"type":"number","nullable":true},"final_amount_exc_tax":{"type":"number","nullable":true},"discounts":{"nullable":true,"type":"array","items":{"type":"object"}},"taxes":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}}},"required":["final_amount_inc_tax","final_amount_exc_tax","discounts","taxes"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]}}}}
```

## The ZeltyTransactionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyTransactionEmbeddable":{"type":"object","properties":{"device_id":{"type":"number","nullable":true},"price":{"type":"number","nullable":true},"date":{"type":"string","nullable":true},"method":{"type":"string","nullable":true}},"required":["device_id","price","date","method"]}}}}
```

## The ZeltyPriceEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyPriceEmbeddable":{"type":"object","properties":{"base_original_amount_inc_tax":{"type":"number","nullable":true},"original_amount_inc_tax":{"type":"number","nullable":true},"discounted_amount_inc_tax":{"type":"number","nullable":true},"final_amount_inc_tax":{"type":"number","nullable":true},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]}},"required":["base_original_amount_inc_tax","original_amount_inc_tax","discounted_amount_inc_tax","final_amount_inc_tax","tax"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]}}}}
```

## The ZeltyModifierEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyModifierEmbeddable":{"type":"object","properties":{"modifiers":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]}},"required":["modifiers","id","type","name","item_id","quantity","price"]},"ZeltyPriceEmbeddable":{"type":"object","properties":{"base_original_amount_inc_tax":{"type":"number","nullable":true},"original_amount_inc_tax":{"type":"number","nullable":true},"discounted_amount_inc_tax":{"type":"number","nullable":true},"final_amount_inc_tax":{"type":"number","nullable":true},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]}},"required":["base_original_amount_inc_tax","original_amount_inc_tax","discounted_amount_inc_tax","final_amount_inc_tax","tax"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]}}}}
```

## The ZeltyOrderEntryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyOrderEntryEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyModifierEmbeddable"}}},"required":["id","name","type","item_id","price","tax","modifiers"]},"ZeltyPriceEmbeddable":{"type":"object","properties":{"base_original_amount_inc_tax":{"type":"number","nullable":true},"original_amount_inc_tax":{"type":"number","nullable":true},"discounted_amount_inc_tax":{"type":"number","nullable":true},"final_amount_inc_tax":{"type":"number","nullable":true},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]}},"required":["base_original_amount_inc_tax","original_amount_inc_tax","discounted_amount_inc_tax","final_amount_inc_tax","tax"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]},"ZeltyModifierEmbeddable":{"type":"object","properties":{"modifiers":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]}},"required":["modifiers","id","type","name","item_id","quantity","price"]}}}}
```

## The ZeltyPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"id_restaurant":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"ref":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"closed_at":{"type":"string","nullable":true},"due_date":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"channel":{"type":"string","nullable":true},"virtual_brand_name":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceDetailEmbeddable"}]},"seats":{"type":"number","nullable":true},"table":{"type":"number","nullable":true},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}]},"transactions":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTransactionEmbeddable"}},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyOrderEntryEmbeddable"}},"comment":{"type":"string","nullable":true},"device_id":{"type":"number","nullable":true},"first_name":{"type":"string","nullable":true},"closed_by_device_id":{"type":"number","nullable":true},"user":{"type":"string","nullable":true},"delivery_started":{"type":"string","nullable":true},"delivery_ended":{"type":"string","nullable":true},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]}},"required":["id","uuid","id_restaurant","remote_id","ref","created_at","closed_at","due_date","mode","status","channel","virtual_brand_name","source","price","seats","table","address","transactions","items","comment","device_id","first_name","closed_by_device_id","user","delivery_started","delivery_ended","customer"]},"ZeltyPriceDetailEmbeddable":{"type":"object","properties":{"final_amount_inc_tax":{"type":"number","nullable":true},"final_amount_exc_tax":{"type":"number","nullable":true},"discounts":{"nullable":true,"type":"array","items":{"type":"object"}},"taxes":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}}},"required":["final_amount_inc_tax","final_amount_exc_tax","discounts","taxes"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]},"ZeltyTransactionEmbeddable":{"type":"object","properties":{"device_id":{"type":"number","nullable":true},"price":{"type":"number","nullable":true},"date":{"type":"string","nullable":true},"method":{"type":"string","nullable":true}},"required":["device_id","price","date","method"]},"ZeltyOrderEntryEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyModifierEmbeddable"}}},"required":["id","name","type","item_id","price","tax","modifiers"]},"ZeltyPriceEmbeddable":{"type":"object","properties":{"base_original_amount_inc_tax":{"type":"number","nullable":true},"original_amount_inc_tax":{"type":"number","nullable":true},"discounted_amount_inc_tax":{"type":"number","nullable":true},"final_amount_inc_tax":{"type":"number","nullable":true},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]}},"required":["base_original_amount_inc_tax","original_amount_inc_tax","discounted_amount_inc_tax","final_amount_inc_tax","tax"]},"ZeltyModifierEmbeddable":{"type":"object","properties":{"modifiers":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]}},"required":["modifiers","id","type","name","item_id","quantity","price"]},"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]}}}}
```

## The ZenchefShiftEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefShiftEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]}}}}
```

## The ZenchefShiftSlotEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefShiftSlotEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"slot_name":{"type":"string","nullable":true},"slot_id":{"type":"number","nullable":true},"interval_in_minutes":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"shift":{"$ref":"#/components/schemas/ZenchefShiftEmbeddable"}},"required":["name","slot_name","slot_id","interval_in_minutes","id","shift"]},"ZenchefShiftEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]}}}}
```

## The ZenchefRestaurantNameTranslationsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefRestaurantNameTranslationsEmbeddable":{"type":"object","properties":{"en":{"type":"string","nullable":true}},"required":["en"]}}}}
```

## The ZenchefRestaurantRoomEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefRestaurantRoomEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name_translations":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantNameTranslationsEmbeddable"}]},"capacity":{"type":"number","nullable":true},"description":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"has_sea":{"type":"number","nullable":true},"has_sand":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true}},"required":["id","name_translations","capacity","description","restaurant_id","width","height","position","has_sea","has_sand","created_at","updated_at"]},"ZenchefRestaurantNameTranslationsEmbeddable":{"type":"object","properties":{"en":{"type":"string","nullable":true}},"required":["en"]}}}}
```

## The ZenchefRestaurantTableCombinationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefRestaurantTableCombinationEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"is_group":{"type":"number","nullable":true},"is_bookable":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"booking_room_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"pivot":{"type":"object","nullable":true}},"required":["id","name","min","max","position","is_group","is_bookable","restaurant_id","booking_room_id","created_at","updated_at","pivot"]}}}}
```

## The ZenchefRestaurantTableEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefRestaurantTableEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"booking_room_id":{"type":"number","nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"table_type_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"laravel_through_key":{"type":"number","nullable":true},"table_combinations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableCombinationEmbeddable"}}},"required":["id","name","booking_room_id","x","y","min","max","rotation","table_type_id","created_at","updated_at","laravel_through_key","table_combinations"]},"ZenchefRestaurantTableCombinationEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"is_group":{"type":"number","nullable":true},"is_bookable":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"booking_room_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"pivot":{"type":"object","nullable":true}},"required":["id","name","min","max","position","is_group","is_bookable","restaurant_id","booking_room_id","created_at","updated_at","pivot"]}}}}
```

## The ZenchefRestaurantCountryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefRestaurantCountryEmbeddable":{"type":"object","properties":{"oadc":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"iso":{"type":"string","nullable":true},"iso3":{"type":"string","nullable":true},"default_lang":{"type":"string","nullable":true},"available_locales":{"nullable":true,"type":"array","items":{"type":"string"}},"title":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"fr":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true},"de":{"type":"string","nullable":true},"it":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"active":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"phone_support":{"type":"string","nullable":true},"taxes":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["oadc","id","iso","iso3","default_lang","available_locales","title","en","fr","es","pt","de","it","code","active","currency","created_at","updated_at","vat","locale","timezone","phone_support","taxes"]}}}}
```

## The ZenchefRestaurantEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefRestaurantEmbeddable":{"type":"object","properties":{"state":{"type":"object","nullable":true},"tracking_phone":{"type":"object","nullable":true},"accounting":{"type":"object","nullable":true},"reservation_auto_conf_max":{"type":"object","nullable":true},"ereputation":{"type":"object","nullable":true},"ereputation_activation_code":{"type":"object","nullable":true},"completion":{"type":"object","nullable":true},"to_be_deleted_at":{"type":"object","nullable":true},"deleted_at":{"type":"object","nullable":true},"date_start_contract_updated_at":{"type":"object","nullable":true},"date_end_free_trial":{"type":"object","nullable":true},"amount_method":{"type":"object","nullable":true},"twilio_phone":{"type":"object","nullable":true},"newsletter_counters_calculated_at":{"type":"object","nullable":true},"socials":{"type":"object","nullable":true},"module_html":{"type":"object","nullable":true},"module_video":{"type":"object","nullable":true},"module_virtual_tour":{"type":"object","nullable":true},"custom_link":{"type":"object","nullable":true},"custom_button":{"type":"object","nullable":true},"facebook_app":{"type":"object","nullable":true},"custom_web_setting":{"type":"object","nullable":true},"custom_web_stylesheet":{"type":"object","nullable":true},"tag_params":{"type":"object","nullable":true},"suggested_restaurants":{"type":"object","nullable":true},"voucher_param":{"type":"object","nullable":true},"restaurant_payment_param":{"type":"object","nullable":true},"restaurant_payment_providers":{"nullable":true,"type":"array","items":{"type":"object"}},"certifications":{"type":"object","nullable":true},"command_comment":{"type":"object","nullable":true},"comment":{"type":"object","nullable":true},"charge_param":{"type":"object","nullable":true},"backoffice_param":{"type":"object","nullable":true},"cancelation_param":{"type":"object","nullable":true},"waiters":{"nullable":true,"type":"array","items":{"type":"object"}},"groups":{"nullable":true,"type":"array","items":{"type":"object"}},"price_plan":{"type":"object","nullable":true},"stock_table_param":{"type":"object","nullable":true},"acl_packs":{"nullable":true,"type":"array","items":{"type":"object"}},"restaurant_params":{"nullable":true,"type":"array","items":{"type":"object"}},"user_acls":{"nullable":true,"type":"array","items":{"type":"object"}},"seatingPlanParams":{"type":"object","nullable":true},"legalNotice":{"type":"object","nullable":true},"bookingParams":{"type":"object","nullable":true},"commandParams":{"type":"object","nullable":true},"restaurant_prepayment_param":{"type":"object","nullable":true},"restaurant_imprint_param":{"type":"object","nullable":true},"acls":{"nullable":true,"type":"array","items":{"type":"object"}},"publishers":{"nullable":true,"type":"array","items":{"type":"object"}},"reviewDistributions":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"owner_id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"address_2":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"capacity":{"type":"number","nullable":true},"avg_budget":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"google_plus":{"type":"string","nullable":true},"tripadvisor":{"type":"string","nullable":true},"moving":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"phone_2":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"reservation_email":{"type":"string","nullable":true},"reservation_phone":{"type":"string","nullable":true},"reservation_phone_sms":{"type":"string","nullable":true},"charge_emails":{"type":"string","nullable":true},"reconfirmation_emails":{"type":"string","nullable":true},"prepay_emails":{"type":"string","nullable":true},"command_emails":{"type":"string","nullable":true},"sms_oadc":{"type":"string","nullable":true},"reservation":{"type":"number","nullable":true},"reservation_notifications":{"type":"number","nullable":true},"delivery":{"type":"number","nullable":true},"actived_phone_tracking":{"type":"number","nullable":true},"metro":{"type":"string","nullable":true},"train":{"type":"string","nullable":true},"velo":{"type":"string","nullable":true},"autolib":{"type":"string","nullable":true},"parking":{"type":"string","nullable":true},"bus":{"type":"string","nullable":true},"delivery_url":{"type":"string","nullable":true},"reservation_url":{"type":"string","nullable":true},"wap_vhost":{"type":"string","nullable":true},"subdomain":{"type":"string","nullable":true},"web_vhost":{"type":"string","nullable":true},"web_subdomain":{"type":"string","nullable":true},"www_redirect":{"type":"string","nullable":true},"page_title":{"type":"string","nullable":true},"own_website":{"type":"number","nullable":true},"analytics":{"type":"string","nullable":true},"tag_manager":{"type":"string","nullable":true},"facebook_pixel_id":{"type":"string","nullable":true},"theme":{"type":"string","nullable":true},"button_theme":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"business_type":{"type":"string","nullable":true},"is_client":{"type":"number","nullable":true},"is_ambassador":{"type":"number","nullable":true},"has_been_client":{"type":"number","nullable":true},"client_type":{"type":"string","nullable":true},"price_plan_id":{"type":"number","nullable":true},"recovery_at":{"type":"string","nullable":true},"is_recovery":{"type":"number","nullable":true},"closed":{"type":"number","nullable":true},"sms_credits":{"type":"number","nullable":true},"reservation_auto_conf":{"type":"number","nullable":true},"auto_modified":{"type":"string","nullable":true},"booking_widget_time_interval":{"type":"string","nullable":true},"is_blocking_waiting":{"type":"number","nullable":true},"custom_web_setting_id":{"type":"string","nullable":true},"sf_opportunity_id":{"type":"string","nullable":true},"sf_account_id":{"type":"string","nullable":true},"cbee_account_id":{"type":"string","nullable":true},"z_account_id":{"type":"string","nullable":true},"invokit_id":{"type":"number","nullable":true},"company_id":{"type":"number","nullable":true},"parent_id":{"type":"string","nullable":true},"country_id":{"type":"number","nullable":true},"google_rating":{"type":"number","nullable":true},"ereputation_id":{"type":"string","nullable":true},"ereputation_url":{"type":"string","nullable":true},"date_start_contract":{"type":"string","nullable":true},"nb_reservation_total":{"type":"string","nullable":true},"revenue_total":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"mail_reviews":{"type":"number","nullable":true},"private_reviews":{"type":"number","nullable":true},"private_reviews_reply_displaying":{"type":"number","nullable":true},"private_reviews_period":{"type":"number","nullable":true},"booking_reminder_hours":{"type":"number","nullable":true},"disable_3263":{"type":"number","nullable":true},"new_booking_widget":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"enable_cache":{"type":"number","nullable":true},"privatisation_emails":{"type":"string","nullable":true},"contact_emails":{"type":"string","nullable":true},"review_emails":{"type":"string","nullable":true},"tracking_app_id":{"type":"string","nullable":true},"calldesk_phone":{"type":"string","nullable":true},"optin":{"type":"string","nullable":true},"has_pin":{"type":"boolean","nullable":true},"pin":{"type":"string","nullable":true},"pin_required_from":{"type":"number","nullable":true},"has_room_map":{"type":"number","nullable":true},"has_prepayment":{"type":"number","nullable":true},"has_precharge":{"type":"number","nullable":true},"has_group_search":{"type":"number","nullable":true},"has_automatic_status":{"type":"number","nullable":true},"has_room_selection_on_widget":{"type":"boolean","nullable":true},"is_room_selection_mandatory":{"type":"boolean","nullable":true},"test":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"is_white_label":{"type":"number","nullable":true},"close_commands":{"type":"number","nullable":true},"open_commands":{"type":"number","nullable":true},"commands_auto_conf":{"type":"number","nullable":true},"rooms":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantRoomEmbeddable"}},"tables":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableEmbeddable"}},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantCountryEmbeddable"}]},"display_name":{"type":"string","nullable":true},"valid_gtc":{"type":"boolean","nullable":true},"current_gtc":{"type":"string","nullable":true},"has_virtual_menu":{"type":"boolean","nullable":true},"has_active_prepayment_connection":{"type":"boolean","nullable":true},"has_active_imprint_connection":{"type":"boolean","nullable":true},"has_active_payment_connection":{"type":"boolean","nullable":true},"is_payment_connection_required":{"type":"boolean","nullable":true},"is_prepayment_connection_required":{"type":"boolean","nullable":true},"is_imprint_connection_required":{"type":"boolean","nullable":true},"is_stripe_connection_required":{"type":"boolean","nullable":true},"has_connected_vouchers":{"type":"boolean","nullable":true},"country_iso2":{"type":"string","nullable":true}},"required":["state","tracking_phone","accounting","reservation_auto_conf_max","ereputation","ereputation_activation_code","completion","to_be_deleted_at","deleted_at","date_start_contract_updated_at","date_end_free_trial","amount_method","twilio_phone","newsletter_counters_calculated_at","socials","module_html","module_video","module_virtual_tour","custom_link","custom_button","facebook_app","custom_web_setting","custom_web_stylesheet","tag_params","suggested_restaurants","voucher_param","restaurant_payment_param","restaurant_payment_providers","certifications","command_comment","comment","charge_param","backoffice_param","cancelation_param","waiters","groups","price_plan","stock_table_param","acl_packs","restaurant_params","user_acls","seatingPlanParams","legalNotice","bookingParams","commandParams","restaurant_prepayment_param","restaurant_imprint_param","acls","publishers","reviewDistributions","id","owner_id","name","address","address_2","zip","city","type","longitude","latitude","timezone","lang","capacity","avg_budget","website","facebook","twitter","instagram","google_plus","tripadvisor","moving","phone","phone_2","fax","email","first_name","last_name","reservation_email","reservation_phone","reservation_phone_sms","charge_emails","reconfirmation_emails","prepay_emails","command_emails","sms_oadc","reservation","reservation_notifications","delivery","actived_phone_tracking","metro","train","velo","autolib","parking","bus","delivery_url","reservation_url","wap_vhost","subdomain","web_vhost","web_subdomain","www_redirect","page_title","own_website","analytics","tag_manager","facebook_pixel_id","theme","button_theme","color","business_type","is_client","is_ambassador","has_been_client","client_type","price_plan_id","recovery_at","is_recovery","closed","sms_credits","reservation_auto_conf","auto_modified","booking_widget_time_interval","is_blocking_waiting","custom_web_setting_id","sf_opportunity_id","sf_account_id","cbee_account_id","z_account_id","invokit_id","company_id","parent_id","country_id","google_rating","ereputation_id","ereputation_url","date_start_contract","nb_reservation_total","revenue_total","slug","mail_reviews","private_reviews","private_reviews_reply_displaying","private_reviews_period","booking_reminder_hours","disable_3263","new_booking_widget","created_at","updated_at","enable_cache","privatisation_emails","contact_emails","review_emails","tracking_app_id","calldesk_phone","optin","has_pin","pin","pin_required_from","has_room_map","has_prepayment","has_precharge","has_group_search","has_automatic_status","has_room_selection_on_widget","is_room_selection_mandatory","test","review_reminder","is_white_label","close_commands","open_commands","commands_auto_conf","rooms","tables","country","display_name","valid_gtc","current_gtc","has_virtual_menu","has_active_prepayment_connection","has_active_imprint_connection","has_active_payment_connection","is_payment_connection_required","is_prepayment_connection_required","is_imprint_connection_required","is_stripe_connection_required","has_connected_vouchers","country_iso2"]},"ZenchefRestaurantRoomEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name_translations":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantNameTranslationsEmbeddable"}]},"capacity":{"type":"number","nullable":true},"description":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"has_sea":{"type":"number","nullable":true},"has_sand":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true}},"required":["id","name_translations","capacity","description","restaurant_id","width","height","position","has_sea","has_sand","created_at","updated_at"]},"ZenchefRestaurantNameTranslationsEmbeddable":{"type":"object","properties":{"en":{"type":"string","nullable":true}},"required":["en"]},"ZenchefRestaurantTableEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"booking_room_id":{"type":"number","nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"table_type_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"laravel_through_key":{"type":"number","nullable":true},"table_combinations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableCombinationEmbeddable"}}},"required":["id","name","booking_room_id","x","y","min","max","rotation","table_type_id","created_at","updated_at","laravel_through_key","table_combinations"]},"ZenchefRestaurantTableCombinationEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"is_group":{"type":"number","nullable":true},"is_bookable":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"booking_room_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"pivot":{"type":"object","nullable":true}},"required":["id","name","min","max","position","is_group","is_bookable","restaurant_id","booking_room_id","created_at","updated_at","pivot"]},"ZenchefRestaurantCountryEmbeddable":{"type":"object","properties":{"oadc":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"iso":{"type":"string","nullable":true},"iso3":{"type":"string","nullable":true},"default_lang":{"type":"string","nullable":true},"available_locales":{"nullable":true,"type":"array","items":{"type":"string"}},"title":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"fr":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true},"de":{"type":"string","nullable":true},"it":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"active":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"phone_support":{"type":"string","nullable":true},"taxes":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["oadc","id","iso","iso3","default_lang","available_locales","title","en","fr","es","pt","de","it","code","active","currency","created_at","updated_at","vat","locale","timezone","phone_support","taxes"]}}}}
```

## The ZenchefPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefPurchaseMetadatasEmbeddable":{"type":"object","properties":{"tables":{"nullable":true,"default":[],"type":"array","items":{"type":"object"}},"id":{"type":"number"},"type":{"type":"string"},"partner_id":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"resto_id":{"type":"number","nullable":true},"resto_name":{"type":"string","nullable":true},"to":{"type":"string","nullable":true},"day":{"type":"string","nullable":true},"time":{"type":"string","nullable":true},"nb_guests":{"type":"number","nullable":true},"slots_count":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"private_comment":{"type":"string","nullable":true},"allergies":{"type":"string","nullable":true},"cancel_reason_id":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"moment":{"type":"string","nullable":true},"type_client":{"type":"string","nullable":true},"type_event":{"type":"string","nullable":true},"budget":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"reply_date":{"type":"string","nullable":true},"treatment":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"is_walk_in":{"type":"number","nullable":true},"waiting_list_for":{"type":"string","nullable":true},"is_reconfirmed":{"type":"number","nullable":true},"is_canceled_late":{"type":"number","nullable":true},"waiting_reconfirmation":{"type":"string","nullable":true},"is_locked":{"type":"boolean","nullable":true},"is_not_destockable":{"type":"boolean","nullable":true},"is_virtual_menu_sent":{"type":"number","nullable":true},"review":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"attendance_customer":{"type":"number","nullable":true},"customer_sheet_id":{"type":"number","nullable":true},"waiter_id":{"type":"string","nullable":true},"custom_field":{"type":"string","nullable":true},"prescriber_id":{"type":"string","nullable":true},"is_risky":{"type":"boolean","nullable":true},"is_safe":{"type":"boolean","nullable":true},"status_updated_at":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"source_id":{"type":"number","nullable":true},"shift_date":{"type":"string","nullable":true},"waiting_inside_for":{"type":"string","nullable":true},"seated_substatus":{"type":"string","nullable":true},"phase":{"type":"string","nullable":true},"shift_slot":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefShiftSlotEmbeddable"}]},"shift_slot_id":{"type":"number","nullable":true},"customersheet":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"restaurant":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantEmbeddable"}]}},"required":["tables","id","type","partner_id","reservation_type","restaurant_id","resto_id","resto_name","to","day","time","nb_guests","slots_count","civility","firstname","lastname","country","phone_number","email","comment","private_comment","allergies","cancel_reason_id","zip","lang","moment","type_client","type_event","budget","date","status","reply_date","treatment","url","is_walk_in","waiting_list_for","is_reconfirmed","is_canceled_late","waiting_reconfirmation","is_locked","is_not_destockable","is_virtual_menu_sent","review","review_reminder","unsubscribed","attendance_customer","customer_sheet_id","waiter_id","custom_field","prescriber_id","is_risky","is_safe","status_updated_at","created_at","updated_at","source_id","shift_date","waiting_inside_for","seated_substatus","phase","shift_slot","shift_slot_id","customersheet","restaurant"]},"ZenchefShiftSlotEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"slot_name":{"type":"string","nullable":true},"slot_id":{"type":"number","nullable":true},"interval_in_minutes":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"shift":{"$ref":"#/components/schemas/ZenchefShiftEmbeddable"}},"required":["name","slot_name","slot_id","interval_in_minutes","id","shift"]},"ZenchefShiftEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]},"ZenchefRestaurantEmbeddable":{"type":"object","properties":{"state":{"type":"object","nullable":true},"tracking_phone":{"type":"object","nullable":true},"accounting":{"type":"object","nullable":true},"reservation_auto_conf_max":{"type":"object","nullable":true},"ereputation":{"type":"object","nullable":true},"ereputation_activation_code":{"type":"object","nullable":true},"completion":{"type":"object","nullable":true},"to_be_deleted_at":{"type":"object","nullable":true},"deleted_at":{"type":"object","nullable":true},"date_start_contract_updated_at":{"type":"object","nullable":true},"date_end_free_trial":{"type":"object","nullable":true},"amount_method":{"type":"object","nullable":true},"twilio_phone":{"type":"object","nullable":true},"newsletter_counters_calculated_at":{"type":"object","nullable":true},"socials":{"type":"object","nullable":true},"module_html":{"type":"object","nullable":true},"module_video":{"type":"object","nullable":true},"module_virtual_tour":{"type":"object","nullable":true},"custom_link":{"type":"object","nullable":true},"custom_button":{"type":"object","nullable":true},"facebook_app":{"type":"object","nullable":true},"custom_web_setting":{"type":"object","nullable":true},"custom_web_stylesheet":{"type":"object","nullable":true},"tag_params":{"type":"object","nullable":true},"suggested_restaurants":{"type":"object","nullable":true},"voucher_param":{"type":"object","nullable":true},"restaurant_payment_param":{"type":"object","nullable":true},"restaurant_payment_providers":{"nullable":true,"type":"array","items":{"type":"object"}},"certifications":{"type":"object","nullable":true},"command_comment":{"type":"object","nullable":true},"comment":{"type":"object","nullable":true},"charge_param":{"type":"object","nullable":true},"backoffice_param":{"type":"object","nullable":true},"cancelation_param":{"type":"object","nullable":true},"waiters":{"nullable":true,"type":"array","items":{"type":"object"}},"groups":{"nullable":true,"type":"array","items":{"type":"object"}},"price_plan":{"type":"object","nullable":true},"stock_table_param":{"type":"object","nullable":true},"acl_packs":{"nullable":true,"type":"array","items":{"type":"object"}},"restaurant_params":{"nullable":true,"type":"array","items":{"type":"object"}},"user_acls":{"nullable":true,"type":"array","items":{"type":"object"}},"seatingPlanParams":{"type":"object","nullable":true},"legalNotice":{"type":"object","nullable":true},"bookingParams":{"type":"object","nullable":true},"commandParams":{"type":"object","nullable":true},"restaurant_prepayment_param":{"type":"object","nullable":true},"restaurant_imprint_param":{"type":"object","nullable":true},"acls":{"nullable":true,"type":"array","items":{"type":"object"}},"publishers":{"nullable":true,"type":"array","items":{"type":"object"}},"reviewDistributions":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"owner_id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"address_2":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"capacity":{"type":"number","nullable":true},"avg_budget":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"google_plus":{"type":"string","nullable":true},"tripadvisor":{"type":"string","nullable":true},"moving":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"phone_2":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"reservation_email":{"type":"string","nullable":true},"reservation_phone":{"type":"string","nullable":true},"reservation_phone_sms":{"type":"string","nullable":true},"charge_emails":{"type":"string","nullable":true},"reconfirmation_emails":{"type":"string","nullable":true},"prepay_emails":{"type":"string","nullable":true},"command_emails":{"type":"string","nullable":true},"sms_oadc":{"type":"string","nullable":true},"reservation":{"type":"number","nullable":true},"reservation_notifications":{"type":"number","nullable":true},"delivery":{"type":"number","nullable":true},"actived_phone_tracking":{"type":"number","nullable":true},"metro":{"type":"string","nullable":true},"train":{"type":"string","nullable":true},"velo":{"type":"string","nullable":true},"autolib":{"type":"string","nullable":true},"parking":{"type":"string","nullable":true},"bus":{"type":"string","nullable":true},"delivery_url":{"type":"string","nullable":true},"reservation_url":{"type":"string","nullable":true},"wap_vhost":{"type":"string","nullable":true},"subdomain":{"type":"string","nullable":true},"web_vhost":{"type":"string","nullable":true},"web_subdomain":{"type":"string","nullable":true},"www_redirect":{"type":"string","nullable":true},"page_title":{"type":"string","nullable":true},"own_website":{"type":"number","nullable":true},"analytics":{"type":"string","nullable":true},"tag_manager":{"type":"string","nullable":true},"facebook_pixel_id":{"type":"string","nullable":true},"theme":{"type":"string","nullable":true},"button_theme":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"business_type":{"type":"string","nullable":true},"is_client":{"type":"number","nullable":true},"is_ambassador":{"type":"number","nullable":true},"has_been_client":{"type":"number","nullable":true},"client_type":{"type":"string","nullable":true},"price_plan_id":{"type":"number","nullable":true},"recovery_at":{"type":"string","nullable":true},"is_recovery":{"type":"number","nullable":true},"closed":{"type":"number","nullable":true},"sms_credits":{"type":"number","nullable":true},"reservation_auto_conf":{"type":"number","nullable":true},"auto_modified":{"type":"string","nullable":true},"booking_widget_time_interval":{"type":"string","nullable":true},"is_blocking_waiting":{"type":"number","nullable":true},"custom_web_setting_id":{"type":"string","nullable":true},"sf_opportunity_id":{"type":"string","nullable":true},"sf_account_id":{"type":"string","nullable":true},"cbee_account_id":{"type":"string","nullable":true},"z_account_id":{"type":"string","nullable":true},"invokit_id":{"type":"number","nullable":true},"company_id":{"type":"number","nullable":true},"parent_id":{"type":"string","nullable":true},"country_id":{"type":"number","nullable":true},"google_rating":{"type":"number","nullable":true},"ereputation_id":{"type":"string","nullable":true},"ereputation_url":{"type":"string","nullable":true},"date_start_contract":{"type":"string","nullable":true},"nb_reservation_total":{"type":"string","nullable":true},"revenue_total":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"mail_reviews":{"type":"number","nullable":true},"private_reviews":{"type":"number","nullable":true},"private_reviews_reply_displaying":{"type":"number","nullable":true},"private_reviews_period":{"type":"number","nullable":true},"booking_reminder_hours":{"type":"number","nullable":true},"disable_3263":{"type":"number","nullable":true},"new_booking_widget":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"enable_cache":{"type":"number","nullable":true},"privatisation_emails":{"type":"string","nullable":true},"contact_emails":{"type":"string","nullable":true},"review_emails":{"type":"string","nullable":true},"tracking_app_id":{"type":"string","nullable":true},"calldesk_phone":{"type":"string","nullable":true},"optin":{"type":"string","nullable":true},"has_pin":{"type":"boolean","nullable":true},"pin":{"type":"string","nullable":true},"pin_required_from":{"type":"number","nullable":true},"has_room_map":{"type":"number","nullable":true},"has_prepayment":{"type":"number","nullable":true},"has_precharge":{"type":"number","nullable":true},"has_group_search":{"type":"number","nullable":true},"has_automatic_status":{"type":"number","nullable":true},"has_room_selection_on_widget":{"type":"boolean","nullable":true},"is_room_selection_mandatory":{"type":"boolean","nullable":true},"test":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"is_white_label":{"type":"number","nullable":true},"close_commands":{"type":"number","nullable":true},"open_commands":{"type":"number","nullable":true},"commands_auto_conf":{"type":"number","nullable":true},"rooms":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantRoomEmbeddable"}},"tables":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableEmbeddable"}},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantCountryEmbeddable"}]},"display_name":{"type":"string","nullable":true},"valid_gtc":{"type":"boolean","nullable":true},"current_gtc":{"type":"string","nullable":true},"has_virtual_menu":{"type":"boolean","nullable":true},"has_active_prepayment_connection":{"type":"boolean","nullable":true},"has_active_imprint_connection":{"type":"boolean","nullable":true},"has_active_payment_connection":{"type":"boolean","nullable":true},"is_payment_connection_required":{"type":"boolean","nullable":true},"is_prepayment_connection_required":{"type":"boolean","nullable":true},"is_imprint_connection_required":{"type":"boolean","nullable":true},"is_stripe_connection_required":{"type":"boolean","nullable":true},"has_connected_vouchers":{"type":"boolean","nullable":true},"country_iso2":{"type":"string","nullable":true}},"required":["state","tracking_phone","accounting","reservation_auto_conf_max","ereputation","ereputation_activation_code","completion","to_be_deleted_at","deleted_at","date_start_contract_updated_at","date_end_free_trial","amount_method","twilio_phone","newsletter_counters_calculated_at","socials","module_html","module_video","module_virtual_tour","custom_link","custom_button","facebook_app","custom_web_setting","custom_web_stylesheet","tag_params","suggested_restaurants","voucher_param","restaurant_payment_param","restaurant_payment_providers","certifications","command_comment","comment","charge_param","backoffice_param","cancelation_param","waiters","groups","price_plan","stock_table_param","acl_packs","restaurant_params","user_acls","seatingPlanParams","legalNotice","bookingParams","commandParams","restaurant_prepayment_param","restaurant_imprint_param","acls","publishers","reviewDistributions","id","owner_id","name","address","address_2","zip","city","type","longitude","latitude","timezone","lang","capacity","avg_budget","website","facebook","twitter","instagram","google_plus","tripadvisor","moving","phone","phone_2","fax","email","first_name","last_name","reservation_email","reservation_phone","reservation_phone_sms","charge_emails","reconfirmation_emails","prepay_emails","command_emails","sms_oadc","reservation","reservation_notifications","delivery","actived_phone_tracking","metro","train","velo","autolib","parking","bus","delivery_url","reservation_url","wap_vhost","subdomain","web_vhost","web_subdomain","www_redirect","page_title","own_website","analytics","tag_manager","facebook_pixel_id","theme","button_theme","color","business_type","is_client","is_ambassador","has_been_client","client_type","price_plan_id","recovery_at","is_recovery","closed","sms_credits","reservation_auto_conf","auto_modified","booking_widget_time_interval","is_blocking_waiting","custom_web_setting_id","sf_opportunity_id","sf_account_id","cbee_account_id","z_account_id","invokit_id","company_id","parent_id","country_id","google_rating","ereputation_id","ereputation_url","date_start_contract","nb_reservation_total","revenue_total","slug","mail_reviews","private_reviews","private_reviews_reply_displaying","private_reviews_period","booking_reminder_hours","disable_3263","new_booking_widget","created_at","updated_at","enable_cache","privatisation_emails","contact_emails","review_emails","tracking_app_id","calldesk_phone","optin","has_pin","pin","pin_required_from","has_room_map","has_prepayment","has_precharge","has_group_search","has_automatic_status","has_room_selection_on_widget","is_room_selection_mandatory","test","review_reminder","is_white_label","close_commands","open_commands","commands_auto_conf","rooms","tables","country","display_name","valid_gtc","current_gtc","has_virtual_menu","has_active_prepayment_connection","has_active_imprint_connection","has_active_payment_connection","is_payment_connection_required","is_prepayment_connection_required","is_imprint_connection_required","is_stripe_connection_required","has_connected_vouchers","country_iso2"]},"ZenchefRestaurantRoomEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name_translations":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantNameTranslationsEmbeddable"}]},"capacity":{"type":"number","nullable":true},"description":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"has_sea":{"type":"number","nullable":true},"has_sand":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true}},"required":["id","name_translations","capacity","description","restaurant_id","width","height","position","has_sea","has_sand","created_at","updated_at"]},"ZenchefRestaurantNameTranslationsEmbeddable":{"type":"object","properties":{"en":{"type":"string","nullable":true}},"required":["en"]},"ZenchefRestaurantTableEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"booking_room_id":{"type":"number","nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"table_type_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"laravel_through_key":{"type":"number","nullable":true},"table_combinations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableCombinationEmbeddable"}}},"required":["id","name","booking_room_id","x","y","min","max","rotation","table_type_id","created_at","updated_at","laravel_through_key","table_combinations"]},"ZenchefRestaurantTableCombinationEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"is_group":{"type":"number","nullable":true},"is_bookable":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"booking_room_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"pivot":{"type":"object","nullable":true}},"required":["id","name","min","max","position","is_group","is_bookable","restaurant_id","booking_room_id","created_at","updated_at","pivot"]},"ZenchefRestaurantCountryEmbeddable":{"type":"object","properties":{"oadc":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"iso":{"type":"string","nullable":true},"iso3":{"type":"string","nullable":true},"default_lang":{"type":"string","nullable":true},"available_locales":{"nullable":true,"type":"array","items":{"type":"string"}},"title":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"fr":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true},"de":{"type":"string","nullable":true},"it":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"active":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"phone_support":{"type":"string","nullable":true},"taxes":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["oadc","id","iso","iso3","default_lang","available_locales","title","en","fr","es","pt","de","it","code","active","currency","created_at","updated_at","vat","locale","timezone","phone_support","taxes"]}}}}
```

## The JuxtaPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"JuxtaPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"center_id":{"type":"string","nullable":true},"center_name":{"type":"string","nullable":true},"practitioner_fullname":{"type":"string","nullable":true},"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"date":{"type":"string","nullable":true}},"required":["id","center_id","center_name","practitioner_fullname","patient_fullname","patient_firstname","patient_lastname","phone_number","email","date"]}}}}
```

## The DentegoSalesforcePurchaseAttributesEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DentegoSalesforcePurchaseAttributesEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true}},"required":["type","url"]}}}}
```

## The DentegoSalesforcePurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DentegoSalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"attributes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseAttributesEmbeddable"}]},"Id":{"type":"string","nullable":true},"WhoId":{"type":"string","nullable":true},"WhatId":{"type":"string","nullable":true},"WhoCount":{"type":"number","nullable":true},"WhatCount":{"type":"number","nullable":true},"Subject":{"type":"string","nullable":true},"Location":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"IsAllDayEvent":{"type":"boolean","nullable":true},"ActivityDateTime":{"type":"string","nullable":true},"ActivityDate":{"type":"string","nullable":true},"DurationInMinutes":{"type":"number","nullable":true},"StartDateTime":{"type":"string","nullable":true},"EndDateTime":{"type":"string","nullable":true},"EndDate":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"OwnerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"IsPrivate":{"type":"boolean","nullable":true},"ShowAs":{"type":"string","nullable":true},"IsDeleted":{"type":"boolean","nullable":true},"IsChild":{"type":"boolean","nullable":true},"IsGroupEvent":{"type":"boolean","nullable":true},"GroupEventType":{"type":"string","nullable":true},"CreatedDate":{"type":"string","nullable":true},"CreatedById":{"type":"string","nullable":true},"LastModifiedDate":{"type":"string","nullable":true},"LastModifiedById":{"type":"string","nullable":true},"SystemModstamp":{"type":"string","nullable":true},"IsArchived":{"type":"boolean","nullable":true},"RecurrenceActivityId":{"type":"string","nullable":true},"IsRecurrence":{"type":"boolean","nullable":true},"RecurrenceStartDateTime":{"type":"string","nullable":true},"RecurrenceEndDateOnly":{"type":"string","nullable":true},"RecurrenceTimeZoneSidKey":{"type":"string","nullable":true},"RecurrenceType":{"type":"string","nullable":true},"RecurrenceInterval":{"type":"string","nullable":true},"RecurrenceDayOfWeekMask":{"type":"string","nullable":true},"RecurrenceDayOfMonth":{"type":"string","nullable":true},"RecurrenceInstance":{"type":"string","nullable":true},"RecurrenceMonthOfYear":{"type":"string","nullable":true},"ReminderDateTime":{"type":"string","nullable":true},"IsReminderSet":{"type":"boolean","nullable":true},"EventSubtype":{"type":"string","nullable":true},"IsRecurrence2Exclusion":{"type":"boolean","nullable":true},"Recurrence2PatternText":{"type":"string","nullable":true},"Recurrence2PatternVersion":{"type":"string","nullable":true},"IsRecurrence2":{"type":"boolean","nullable":true},"IsRecurrence2Exception":{"type":"boolean","nullable":true},"Recurrence2PatternStartDate":{"type":"string","nullable":true},"Recurrence2PatternTimeZone":{"type":"string","nullable":true},"EXTERNAL_ID__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["attributes","Id","WhoId","WhatId","WhoCount","WhatCount","Subject","Location","Centre_du_RDV__c","IsAllDayEvent","ActivityDateTime","ActivityDate","DurationInMinutes","StartDateTime","EndDateTime","EndDate","Description","AccountId","OwnerId","Type","IsPrivate","ShowAs","IsDeleted","IsChild","IsGroupEvent","GroupEventType","CreatedDate","CreatedById","LastModifiedDate","LastModifiedById","SystemModstamp","IsArchived","RecurrenceActivityId","IsRecurrence","RecurrenceStartDateTime","RecurrenceEndDateOnly","RecurrenceTimeZoneSidKey","RecurrenceType","RecurrenceInterval","RecurrenceDayOfWeekMask","RecurrenceDayOfMonth","RecurrenceInstance","RecurrenceMonthOfYear","ReminderDateTime","IsReminderSet","EventSubtype","IsRecurrence2Exclusion","Recurrence2PatternText","Recurrence2PatternVersion","IsRecurrence2","IsRecurrence2Exception","Recurrence2PatternStartDate","Recurrence2PatternTimeZone","EXTERNAL_ID__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DentegoSalesforcePurchaseAttributesEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true}},"required":["type","url"]}}}}
```

## The SalesforcePurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"attributes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseAttributesEmbeddable"}]},"Id":{"type":"string","nullable":true},"WhoId":{"type":"string","nullable":true},"WhatId":{"type":"string","nullable":true},"WhoCount":{"type":"number","nullable":true},"WhatCount":{"type":"number","nullable":true},"Subject":{"type":"string","nullable":true},"Location":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"IsAllDayEvent":{"type":"boolean","nullable":true},"ActivityDateTime":{"type":"string","nullable":true},"ActivityDate":{"type":"string","nullable":true},"DurationInMinutes":{"type":"number","nullable":true},"StartDateTime":{"type":"string","nullable":true},"EndDateTime":{"type":"string","nullable":true},"EndDate":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"OwnerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"IsPrivate":{"type":"boolean","nullable":true},"ShowAs":{"type":"string","nullable":true},"IsDeleted":{"type":"boolean","nullable":true},"IsChild":{"type":"boolean","nullable":true},"IsGroupEvent":{"type":"boolean","nullable":true},"GroupEventType":{"type":"string","nullable":true},"CreatedDate":{"type":"string","nullable":true},"CreatedById":{"type":"string","nullable":true},"LastModifiedDate":{"type":"string","nullable":true},"LastModifiedById":{"type":"string","nullable":true},"SystemModstamp":{"type":"string","nullable":true},"IsArchived":{"type":"boolean","nullable":true},"RecurrenceActivityId":{"type":"string","nullable":true},"IsRecurrence":{"type":"boolean","nullable":true},"RecurrenceStartDateTime":{"type":"string","nullable":true},"RecurrenceEndDateOnly":{"type":"string","nullable":true},"RecurrenceTimeZoneSidKey":{"type":"string","nullable":true},"RecurrenceType":{"type":"string","nullable":true},"RecurrenceInterval":{"type":"string","nullable":true},"RecurrenceDayOfWeekMask":{"type":"string","nullable":true},"RecurrenceDayOfMonth":{"type":"string","nullable":true},"RecurrenceInstance":{"type":"string","nullable":true},"RecurrenceMonthOfYear":{"type":"string","nullable":true},"ReminderDateTime":{"type":"string","nullable":true},"IsReminderSet":{"type":"boolean","nullable":true},"EventSubtype":{"type":"string","nullable":true},"IsRecurrence2Exclusion":{"type":"boolean","nullable":true},"Recurrence2PatternText":{"type":"string","nullable":true},"Recurrence2PatternVersion":{"type":"string","nullable":true},"IsRecurrence2":{"type":"boolean","nullable":true},"IsRecurrence2Exception":{"type":"boolean","nullable":true},"Recurrence2PatternStartDate":{"type":"string","nullable":true},"Recurrence2PatternTimeZone":{"type":"string","nullable":true},"EXTERNAL_ID__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["attributes","Id","WhoId","WhatId","WhoCount","WhatCount","Subject","Location","Centre_du_RDV__c","IsAllDayEvent","ActivityDateTime","ActivityDate","DurationInMinutes","StartDateTime","EndDateTime","EndDate","Description","AccountId","OwnerId","Type","IsPrivate","ShowAs","IsDeleted","IsChild","IsGroupEvent","GroupEventType","CreatedDate","CreatedById","LastModifiedDate","LastModifiedById","SystemModstamp","IsArchived","RecurrenceActivityId","IsRecurrence","RecurrenceStartDateTime","RecurrenceEndDateOnly","RecurrenceTimeZoneSidKey","RecurrenceType","RecurrenceInterval","RecurrenceDayOfWeekMask","RecurrenceDayOfMonth","RecurrenceInstance","RecurrenceMonthOfYear","ReminderDateTime","IsReminderSet","EventSubtype","IsRecurrence2Exclusion","Recurrence2PatternText","Recurrence2PatternVersion","IsRecurrence2","IsRecurrence2Exception","Recurrence2PatternStartDate","Recurrence2PatternTimeZone","EXTERNAL_ID__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DentegoSalesforcePurchaseAttributesEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true}},"required":["type","url"]}}}}
```

## The DeliverooPriceMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]}}}}
```

## The DeliverooModifiersMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooModifiersMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]}}}}
```

## The DeliverooItemsMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooModifiersMetadatasEmbeddable"}},"category_name":{"type":"string","nullable":true}},"required":["name","quantity","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooModifiersMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]}}}}
```

## The DeliverooTimelineMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooTimelineMetadatasEmbeddable":{"type":"object","properties":{"placed_at":{"type":"string","nullable":true}},"required":["placed_at"]}}}}
```

## The DeliverooPurchaseCustomerMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooPurchaseCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true}},"required":["id"]}}}}
```

## The DeliverooPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooItemsMetadatasEmbeddable"}},"restaurant_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"status":{"type":"string","nullable":true},"rejection_reason":{"type":"string","nullable":true},"order_number":{"type":"string","nullable":true},"timeline":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooTimelineMetadatasEmbeddable"}]},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPurchaseCustomerMetadatasEmbeddable"}]},"paid_in_cash":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"short_drn":{"type":"string","nullable":true},"drn_id":{"type":"string","nullable":true}},"required":["id","items","restaurant_id","amount","status","rejection_reason","order_number","timeline","customer","paid_in_cash","short_drn","drn_id"]},"DeliverooItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooModifiersMetadatasEmbeddable"}},"category_name":{"type":"string","nullable":true}},"required":["name","quantity","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooModifiersMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooTimelineMetadatasEmbeddable":{"type":"object","properties":{"placed_at":{"type":"string","nullable":true}},"required":["placed_at"]},"DeliverooPurchaseCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true}},"required":["id"]}}}}
```

## The UbereatsPurchaseSupportCustomizationOptionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]}}}}
```

## The UbereatsPurchaseSupportCustomizationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]}}}}
```

## The UbereatsPurchaseSupportItemDetailsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]}}}}
```

## The UbereatsPurchaseSupportFeedbackEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]}}}}
```

## The UbereatsPurchaseSupportItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]}}}}
```

## The UbereatsPurchaseSupportOrderEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportOrderEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemEmbeddable"}},"feedback":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}},"adjustLineItems":{"type":"string","nullable":true}},"required":["uuid","items","feedback","adjustLineItems"]},"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]}}}}
```

## The UbereatsPurchaseSupportIssueEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportIssueEmbeddable":{"type":"object","properties":{"issueType":{"type":"string","nullable":true},"refundPolicy":{"type":"string","nullable":true},"refundStrategy":{"type":"string","nullable":true},"merchantPayPolicy":{"type":"string","nullable":true},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportOrderEmbeddable"}]}},"required":["issueType","refundPolicy","refundStrategy","merchantPayPolicy","order"]},"UbereatsPurchaseSupportOrderEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemEmbeddable"}},"feedback":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}},"adjustLineItems":{"type":"string","nullable":true}},"required":["uuid","items","feedback","adjustLineItems"]},"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]}}}}
```

## The UbereatsPurchaseSupportActionValueEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]}}}}
```

## The UbereatsPurchaseSupportActionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportActionEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"image":{"type":"string","nullable":true},"token":{"type":"string","nullable":true},"value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionValueEmbeddable"}]},"dispute":{"type":"string","nullable":true},"feedback":{"type":"string","nullable":true},"promotion":{"type":"string","nullable":true},"actionType":{"type":"string","nullable":true},"preChargebackInfo":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["text","uuid","image","token","value","dispute","feedback","promotion","actionType","preChargebackInfo","preChargebackDisputeAction"]},"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]}}}}
```

## The UbereatsPurchaseSupportIssueRecordEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportIssueRecordEmbeddable":{"type":"object","properties":{"action":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionEmbeddable"}]},"createdAt":{"type":"string","nullable":true}},"required":["action","createdAt"]},"UbereatsPurchaseSupportActionEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"image":{"type":"string","nullable":true},"token":{"type":"string","nullable":true},"value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionValueEmbeddable"}]},"dispute":{"type":"string","nullable":true},"feedback":{"type":"string","nullable":true},"promotion":{"type":"string","nullable":true},"actionType":{"type":"string","nullable":true},"preChargebackInfo":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["text","uuid","image","token","value","dispute","feedback","promotion","actionType","preChargebackInfo","preChargebackDisputeAction"]},"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]}}}}
```

## The UbereatsPurchaseSupportIssueRootEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseSupportIssueRootEmbeddable":{"type":"object","properties":{"issue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueEmbeddable"}]},"records":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRecordEmbeddable"}},"sessionUUID":{"type":"string","nullable":true}},"required":["issue","records","sessionUUID"]},"UbereatsPurchaseSupportIssueEmbeddable":{"type":"object","properties":{"issueType":{"type":"string","nullable":true},"refundPolicy":{"type":"string","nullable":true},"refundStrategy":{"type":"string","nullable":true},"merchantPayPolicy":{"type":"string","nullable":true},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportOrderEmbeddable"}]}},"required":["issueType","refundPolicy","refundStrategy","merchantPayPolicy","order"]},"UbereatsPurchaseSupportOrderEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemEmbeddable"}},"feedback":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}},"adjustLineItems":{"type":"string","nullable":true}},"required":["uuid","items","feedback","adjustLineItems"]},"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]},"UbereatsPurchaseSupportIssueRecordEmbeddable":{"type":"object","properties":{"action":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionEmbeddable"}]},"createdAt":{"type":"string","nullable":true}},"required":["action","createdAt"]},"UbereatsPurchaseSupportActionEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"image":{"type":"string","nullable":true},"token":{"type":"string","nullable":true},"value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionValueEmbeddable"}]},"dispute":{"type":"string","nullable":true},"feedback":{"type":"string","nullable":true},"promotion":{"type":"string","nullable":true},"actionType":{"type":"string","nullable":true},"preChargebackInfo":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["text","uuid","image","token","value","dispute","feedback","promotion","actionType","preChargebackInfo","preChargebackDisputeAction"]},"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]}}}}
```

## The UbereatsOrderStateChangeEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsOrderStateChangeEmbeddable":{"type":"object","properties":{"changedAt":{"type":"string","nullable":true},"orderState":{"type":"string","nullable":true}},"required":["changedAt","orderState"]}}}}
```

## The UbereatsCheckoutInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsCheckoutInfoEmbeddable":{"type":"object","properties":{"key":{"type":"string","nullable":true},"amount":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"descriptionKey":{"type":"string","nullable":true}},"required":["key","amount","label","descriptionKey"]}}}}
```

## The UbereatsIssueSummaryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsIssueSummaryEmbeddable":{"type":"object","properties":{"adjustmentAmount":{"type":"string","nullable":true},"customerRefund":{"type":"string","nullable":true},"failureReason":{"type":"string","nullable":true},"fees":{"type":"string","nullable":true},"issueType":{"type":"string","nullable":true},"numMissingItems":{"type":"number","nullable":true},"orderJobState":{"type":"string","nullable":true},"payout":{"type":"string","nullable":true},"refundNotChargedToMerchant":{"type":"string","nullable":true},"isMerchantNotYetChargedback":{"type":"boolean","nullable":true},"possibleChargebackAmount":{"type":"string","nullable":true},"possibleChargebackProcessingTime":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["adjustmentAmount","customerRefund","failureReason","fees","issueType","numMissingItems","orderJobState","payout","refundNotChargedToMerchant","isMerchantNotYetChargedback","possibleChargebackAmount","possibleChargebackProcessingTime","preChargebackDisputeAction"]}}}}
```

## The UbereatsOptionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsOptionEmbeddable":{"type":"object","properties":{"customizations":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true}},"required":["customizations","title","price","quantity"]}}}}
```

## The UbereatsCustomizationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsCustomizationEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOptionEmbeddable"}}},"required":["title","price","options"]},"UbereatsOptionEmbeddable":{"type":"object","properties":{"customizations":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true}},"required":["customizations","title","price","quantity"]}}}}
```

## The UbereatsItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsItemEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCustomizationEmbeddable"}},"issueType":{"type":"string","nullable":true}},"required":["title","uuid","price","quantity","customizations","issueType"]},"UbereatsCustomizationEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOptionEmbeddable"}}},"required":["title","price","options"]},"UbereatsOptionEmbeddable":{"type":"object","properties":{"customizations":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true}},"required":["customizations","title","price","quantity"]}}}}
```

## The UbereatsPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"supportIssues":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRootEmbeddable"}}},"orderId":{"type":"string","nullable":true},"requestedAt":{"type":"number","nullable":true},"orderStateChanges":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOrderStateChangeEmbeddable"}},"orderUUID":{"type":"string","nullable":true},"checkoutInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCheckoutInfoEmbeddable"}},"marketplaceFeeRate":{"type":"string","nullable":true},"netPayout":{"type":"string","nullable":true},"issueSummary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsIssueSummaryEmbeddable"}]},"items":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsItemEmbeddable"}}}},"required":["supportIssues","orderId","requestedAt","orderStateChanges","orderUUID","checkoutInfo","marketplaceFeeRate","netPayout","issueSummary","items"]},"UbereatsPurchaseSupportIssueRootEmbeddable":{"type":"object","properties":{"issue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueEmbeddable"}]},"records":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRecordEmbeddable"}},"sessionUUID":{"type":"string","nullable":true}},"required":["issue","records","sessionUUID"]},"UbereatsPurchaseSupportIssueEmbeddable":{"type":"object","properties":{"issueType":{"type":"string","nullable":true},"refundPolicy":{"type":"string","nullable":true},"refundStrategy":{"type":"string","nullable":true},"merchantPayPolicy":{"type":"string","nullable":true},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportOrderEmbeddable"}]}},"required":["issueType","refundPolicy","refundStrategy","merchantPayPolicy","order"]},"UbereatsPurchaseSupportOrderEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemEmbeddable"}},"feedback":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}},"adjustLineItems":{"type":"string","nullable":true}},"required":["uuid","items","feedback","adjustLineItems"]},"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]},"UbereatsPurchaseSupportIssueRecordEmbeddable":{"type":"object","properties":{"action":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionEmbeddable"}]},"createdAt":{"type":"string","nullable":true}},"required":["action","createdAt"]},"UbereatsPurchaseSupportActionEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"image":{"type":"string","nullable":true},"token":{"type":"string","nullable":true},"value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionValueEmbeddable"}]},"dispute":{"type":"string","nullable":true},"feedback":{"type":"string","nullable":true},"promotion":{"type":"string","nullable":true},"actionType":{"type":"string","nullable":true},"preChargebackInfo":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["text","uuid","image","token","value","dispute","feedback","promotion","actionType","preChargebackInfo","preChargebackDisputeAction"]},"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]},"UbereatsOrderStateChangeEmbeddable":{"type":"object","properties":{"changedAt":{"type":"string","nullable":true},"orderState":{"type":"string","nullable":true}},"required":["changedAt","orderState"]},"UbereatsCheckoutInfoEmbeddable":{"type":"object","properties":{"key":{"type":"string","nullable":true},"amount":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"descriptionKey":{"type":"string","nullable":true}},"required":["key","amount","label","descriptionKey"]},"UbereatsIssueSummaryEmbeddable":{"type":"object","properties":{"adjustmentAmount":{"type":"string","nullable":true},"customerRefund":{"type":"string","nullable":true},"failureReason":{"type":"string","nullable":true},"fees":{"type":"string","nullable":true},"issueType":{"type":"string","nullable":true},"numMissingItems":{"type":"number","nullable":true},"orderJobState":{"type":"string","nullable":true},"payout":{"type":"string","nullable":true},"refundNotChargedToMerchant":{"type":"string","nullable":true},"isMerchantNotYetChargedback":{"type":"boolean","nullable":true},"possibleChargebackAmount":{"type":"string","nullable":true},"possibleChargebackProcessingTime":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["adjustmentAmount","customerRefund","failureReason","fees","issueType","numMissingItems","orderJobState","payout","refundNotChargedToMerchant","isMerchantNotYetChargedback","possibleChargebackAmount","possibleChargebackProcessingTime","preChargebackDisputeAction"]},"UbereatsItemEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCustomizationEmbeddable"}},"issueType":{"type":"string","nullable":true}},"required":["title","uuid","price","quantity","customizations","issueType"]},"UbereatsCustomizationEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOptionEmbeddable"}}},"required":["title","price","options"]},"UbereatsOptionEmbeddable":{"type":"object","properties":{"customizations":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true}},"required":["customizations","title","price","quantity"]}}}}
```

## The UserEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UserEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]}}}}
```

## The TagEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TagEmbeddable":{"type":"object","properties":{"group":{"type":"string","nullable":true},"group_display":{"type":"string","nullable":true},"tag":{"type":"string","nullable":true},"tag_display":{"type":"string","nullable":true},"color":{"type":"string","nullable":true}},"required":["group","group_display","tag","tag_display","color"]}}}}
```

## The ItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ItemEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"quantity":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"modifiers":{"nullable":true,"type":"array","items":{"type":"string"}},"notes":{"type":"string","nullable":true},"course":{"type":"string","nullable":true}},"required":["name","price","quantity","status","modifiers","notes","course"]}}}}
```

## The PosTicketEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PosTicketEmbeddable":{"type":"object","properties":{"_pos_type_version":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"tax":{"type":"number","nullable":true},"subtotal":{"type":"number","nullable":true},"service_charge":{"type":"number","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ItemEmbeddable"}},"ticket_id":{"type":"string","nullable":true},"local_pos_ticket_id":{"type":"string","nullable":true},"employee_name":{"type":"string","nullable":true},"employee_id":{"type":"string","nullable":true},"total":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"table_no":{"type":"string","nullable":true},"start_time":{"type":"string","nullable":true},"end_time":{"type":"string","nullable":true},"admin_fee":{"type":"number","nullable":true},"booking_id":{"type":"string","nullable":true}},"required":["_pos_type_version","source","tax","subtotal","service_charge","items","ticket_id","local_pos_ticket_id","employee_name","employee_id","total","status","table_no","start_time","end_time","admin_fee","booking_id"]},"ItemEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"quantity":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"modifiers":{"nullable":true,"type":"array","items":{"type":"string"}},"notes":{"type":"string","nullable":true},"course":{"type":"string","nullable":true}},"required":["name","price","quantity","status","modifiers","notes","course"]}}}}
```

## The SevenroomsPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SevenroomsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"auto_assignments":{"type":"object"},"problems":{"type":"object","nullable":true},"id":{"type":"string","nullable":true},"venue_id":{"type":"string","nullable":true},"venue_group_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"external_user_id":{"type":"string","nullable":true},"external_id":{"type":"string","nullable":true},"external_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"user":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UserEmbeddable"}]},"tags":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TagEmbeddable"}},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"pos_tickets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PosTicketEmbeddable"}},"reference_code":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"time_slot_iso":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"status_display":{"type":"string","nullable":true},"status_simple":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"table_numbers":{"nullable":true,"type":"array","items":{"type":"string"}},"venue_seating_area_name":{"type":"string","nullable":true},"venue_seating_area_id":{"type":"string","nullable":true},"max_guests":{"type":"number","nullable":true},"is_vip":{"type":"boolean","nullable":true},"booked_by":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"real_datetime_of_slot":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"client_requests":{"type":"string","nullable":true},"arrival_time":{"type":"string","nullable":true},"duration":{"type":"number","nullable":true},"using_default_duration":{"type":"boolean","nullable":true},"send_reminder_email":{"type":"boolean","nullable":true},"updated":{"type":"string","nullable":true},"check_numbers":{"type":"string","nullable":true},"shift_persistent_id":{"type":"string","nullable":true},"left_time":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"comps_price_type":{"type":"string","nullable":true},"modify_reservation_link":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"seated_time":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true},"arrived_guests":{"type":"number","nullable":true},"state":{"type":"string","nullable":true},"send_reminder_sms":{"type":"boolean","nullable":true},"address_2":{"type":"string","nullable":true},"min_price":{"type":"number","nullable":true},"custom_fields":{"type":"array","items":{"type":"object"}},"policy":{"type":"string","nullable":true},"served_by":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"loyalty_id":{"type":"string","nullable":true},"mf_ratio_male":{"type":"number","nullable":true},"mf_ratio_female":{"type":"number","nullable":true},"comps":{"type":"string","nullable":true},"loyalty_rank":{"type":"string","nullable":true},"paid_by":{"type":"string","nullable":true},"loyalty_tier":{"type":"string","nullable":true},"shift_category":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"cost_option":{"type":"number","nullable":true},"created":{"type":"string","nullable":true},"access_persistent_id":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"total_payment":{"type":"number","nullable":true},"prepayment":{"type":"number","nullable":true},"deleted":{"type":"string","nullable":true},"prepayment_total":{"type":"number","nullable":true},"prepayment_net":{"type":"number","nullable":true},"prepayment_service_charge":{"type":"number","nullable":true},"prepayment_tax":{"type":"number","nullable":true},"prepayment_gratuity":{"type":"number","nullable":true},"onsite_payment":{"type":"number","nullable":true},"onsite_payment_net":{"type":"number","nullable":true},"onsite_payment_tax":{"type":"number","nullable":true},"onsite_payment_gratuity":{"type":"number","nullable":true},"onsite_payment_total":{"type":"number","nullable":true},"total_net_payment":{"type":"number","nullable":true},"total_gross_payment":{"type":"number","nullable":true},"upgrades":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["auto_assignments","problems","id","venue_id","venue_group_id","venue_group_client_id","client_id","first_name","last_name","source_client_id","external_user_id","external_id","external_reference_code","external_client_id","user","tags","phone_number","email","pos_tickets","reference_code","client_reference_code","time_slot_iso","status","status_display","status_simple","rating","table_numbers","venue_seating_area_name","venue_seating_area_id","max_guests","is_vip","booked_by","date","real_datetime_of_slot","notes","client_requests","arrival_time","duration","using_default_duration","send_reminder_email","updated","check_numbers","shift_persistent_id","left_time","postal_code","comps_price_type","modify_reservation_link","reservation_type","seated_time","reservation_sms_opt_in","arrived_guests","state","send_reminder_sms","address_2","min_price","custom_fields","policy","served_by","address","loyalty_id","mf_ratio_male","mf_ratio_female","comps","loyalty_rank","paid_by","loyalty_tier","shift_category","country","cost_option","created","access_persistent_id","city","total_payment","prepayment","deleted","prepayment_total","prepayment_net","prepayment_service_charge","prepayment_tax","prepayment_gratuity","onsite_payment","onsite_payment_net","onsite_payment_tax","onsite_payment_gratuity","onsite_payment_total","total_net_payment","total_gross_payment","upgrades"]},"UserEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"TagEmbeddable":{"type":"object","properties":{"group":{"type":"string","nullable":true},"group_display":{"type":"string","nullable":true},"tag":{"type":"string","nullable":true},"tag_display":{"type":"string","nullable":true},"color":{"type":"string","nullable":true}},"required":["group","group_display","tag","tag_display","color"]},"PosTicketEmbeddable":{"type":"object","properties":{"_pos_type_version":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"tax":{"type":"number","nullable":true},"subtotal":{"type":"number","nullable":true},"service_charge":{"type":"number","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ItemEmbeddable"}},"ticket_id":{"type":"string","nullable":true},"local_pos_ticket_id":{"type":"string","nullable":true},"employee_name":{"type":"string","nullable":true},"employee_id":{"type":"string","nullable":true},"total":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"table_no":{"type":"string","nullable":true},"start_time":{"type":"string","nullable":true},"end_time":{"type":"string","nullable":true},"admin_fee":{"type":"number","nullable":true},"booking_id":{"type":"string","nullable":true}},"required":["_pos_type_version","source","tax","subtotal","service_charge","items","ticket_id","local_pos_ticket_id","employee_name","employee_id","total","status","table_no","start_time","end_time","admin_fee","booking_id"]},"ItemEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"quantity":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"modifiers":{"nullable":true,"type":"array","items":{"type":"string"}},"notes":{"type":"string","nullable":true},"course":{"type":"string","nullable":true}},"required":["name","price","quantity","status","modifiers","notes","course"]}}}}
```

## The MewsReservationOptionsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsReservationOptionsEmbeddable":{"type":"object","properties":{"OwnerCheckedIn":{"type":"boolean","nullable":true},"AllCompanionsCheckedIn":{"type":"boolean","nullable":true},"AnyCompanionCheckedIn":{"type":"boolean","nullable":true},"ConnectorCheckIn":{"type":"boolean","nullable":true}},"required":["OwnerCheckedIn","AllCompanionsCheckedIn","AnyCompanionCheckedIn","ConnectorCheckIn"]}}}}
```

## The MewsReservationPersonCountEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsReservationPersonCountEmbeddable":{"type":"object","properties":{"AgeCategoryId":{"type":"string","nullable":true},"Count":{"type":"number","nullable":true}},"required":["AgeCategoryId","Count"]}}}}
```

## The MewsReservationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsReservationEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"nullable":true,"enum":["Customer","Company"],"type":"string"},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"BookerId":{"type":"string","nullable":true},"ScheduledStartUtc":{"type":"string","nullable":true},"ActualStartUtc":{"type":"string","nullable":true},"ScheduledEndUtc":{"type":"string","nullable":true},"ActualEndUtc":{"type":"string","nullable":true},"EndUtc":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"State":{"nullable":true,"enum":["Inquired","Confirmed","Started","Processed","Canceled","Optional","Requested"],"type":"string"},"Origin":{"nullable":true,"enum":["Distributor","ChannelManager","Commander","Import","Connector","Navigator"],"type":"string"},"CommanderOrigin":{"nullable":true,"enum":["InPerson","Channel","Phone","Email","Website","Message","CallCenter","RoomingList"],"type":"string"},"OriginDetails":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"CancelledUtc":{"type":"string","nullable":true},"VoucherId":{"type":"string","nullable":true},"BusinessSegmentId":{"type":"string","nullable":true},"RateId":{"type":"string","nullable":true},"CreditCardId":{"type":"string","nullable":true},"GroupId":{"type":"string","nullable":true},"RequestedResourceCategoryId":{"type":"string","nullable":true},"AssignedResourceId":{"type":"string","nullable":true},"AvailabilityBlockId":{"type":"string","nullable":true},"PartnerCompanyId":{"type":"string","nullable":true},"TravelAgencyId":{"type":"string","nullable":true},"AssignedResourceLocked":{"type":"boolean","nullable":true},"ChannelNumber":{"type":"string","nullable":true},"ChannelManagerNumber":{"type":"string","nullable":true},"CancellationReason":{"nullable":true,"enum":["Other","ConfirmationMissed","BookedElsewhere","ForceMajeure","GuestComplaint","NoShow","PriceTooHigh","ServiceNotAvailable","InputError","InvalidPayment","TravelAgency","RequestedByGuest","Update","BookingAbandoned","RequestedByBooker"],"type":"string"},"ReleasedUtc":{"type":"string","nullable":true},"Purpose":{"nullable":true,"enum":["Leisure","Business","Student"],"type":"string"},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationOptionsEmbeddable"}]},"QrCodeData":{"type":"string","nullable":true},"PersonCounts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsReservationPersonCountEmbeddable"}}},"required":["Id","ServiceId","AccountId","AccountType","CreatorProfileId","UpdaterProfileId","BookerId","ScheduledStartUtc","ActualStartUtc","ScheduledEndUtc","ActualEndUtc","EndUtc","Number","State","Origin","CommanderOrigin","OriginDetails","CreatedUtc","UpdatedUtc","CancelledUtc","VoucherId","BusinessSegmentId","RateId","CreditCardId","GroupId","RequestedResourceCategoryId","AssignedResourceId","AvailabilityBlockId","PartnerCompanyId","TravelAgencyId","AssignedResourceLocked","ChannelNumber","ChannelManagerNumber","CancellationReason","ReleasedUtc","Purpose","Options","QrCodeData","PersonCounts"]},"MewsReservationOptionsEmbeddable":{"type":"object","properties":{"OwnerCheckedIn":{"type":"boolean","nullable":true},"AllCompanionsCheckedIn":{"type":"boolean","nullable":true},"AnyCompanionCheckedIn":{"type":"boolean","nullable":true},"ConnectorCheckIn":{"type":"boolean","nullable":true}},"required":["OwnerCheckedIn","AllCompanionsCheckedIn","AnyCompanionCheckedIn","ConnectorCheckIn"]},"MewsReservationPersonCountEmbeddable":{"type":"object","properties":{"AgeCategoryId":{"type":"string","nullable":true},"Count":{"type":"number","nullable":true}},"required":["AgeCategoryId","Count"]}}}}
```

## The MewsTaxValueEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsTaxValueEmbeddable":{"type":"object","properties":{"Code":{"type":"string","nullable":true},"Value":{"type":"number","nullable":true}},"required":["Code","Value"]}}}}
```

## The MewsAmountBreakdownItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]}}}}
```

## The MewsAmountBreakdownEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsAmountBreakdownEmbeddable":{"type":"object","properties":{"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsAmountBreakdownItemEmbeddable"}}},"required":["Items"]},"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]}}}}
```

## The MewsAmountValueEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsAmountValueEmbeddable":{"type":"object","properties":{"Currency":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"GrossValue":{"type":"number","nullable":true},"TaxValues":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsTaxValueEmbeddable"}},"Breakdown":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountBreakdownEmbeddable"}]}},"required":["Currency","NetValue","GrossValue","TaxValues","Breakdown"]},"MewsTaxValueEmbeddable":{"type":"object","properties":{"Code":{"type":"string","nullable":true},"Value":{"type":"number","nullable":true}},"required":["Code","Value"]},"MewsAmountBreakdownEmbeddable":{"type":"object","properties":{"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsAmountBreakdownItemEmbeddable"}}},"required":["Items"]},"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]}}}}
```

## The MewsOrderItemOptionsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsOrderItemOptionsEmbeddable":{"type":"object","properties":{"CanceledWithReservation":{"type":"boolean","nullable":true}},"required":["CanceledWithReservation"]}}}}
```

## The MewsOrderItemDataRebateEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsOrderItemDataRebateEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"RebatedItemId":{"type":"string","nullable":true}},"required":["ProductId","RebatedItemId"]}}}}
```

## The MewsOrderItemDataProductEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsOrderItemDataProductEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"AgeCategoryId":{"type":"string","nullable":true}},"required":["ProductId","AgeCategoryId"]}}}}
```

## The MewsOrderItemDataEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsOrderItemDataEmbeddable":{"type":"object","properties":{"Discriminator":{"type":"string","nullable":true},"Rebate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataRebateEmbeddable"}]},"Product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataProductEmbeddable"}]}},"required":["Discriminator","Rebate","Product"]},"MewsOrderItemDataRebateEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"RebatedItemId":{"type":"string","nullable":true}},"required":["ProductId","RebatedItemId"]},"MewsOrderItemDataProductEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"AgeCategoryId":{"type":"string","nullable":true}},"required":["ProductId","AgeCategoryId"]}}}}
```

## The MewsOrderItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsOrderItemEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"EnterpriseId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"ServiceOrderId":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"BillId":{"type":"string","nullable":true},"BillingName":{"type":"string","nullable":true},"AccountingCategoryId":{"type":"string","nullable":true},"ExternalIdentifier":{"type":"string","nullable":true},"UnitCount":{"type":"number","nullable":true},"UnitAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"Amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"OriginalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"RevenueType":{"type":"string","nullable":true},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ConsumedUtc":{"type":"string","nullable":true},"CanceledUtc":{"type":"string","nullable":true},"ClosedUtc":{"type":"string","nullable":true},"StartUtc":{"type":"string","nullable":true},"ClaimedUtc":{"type":"string","nullable":true},"AccountingState":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemOptionsEmbeddable"}]},"Data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataEmbeddable"}]}},"required":["Id","EnterpriseId","AccountId","AccountType","ServiceId","ServiceOrderId","Notes","BillId","BillingName","AccountingCategoryId","ExternalIdentifier","UnitCount","UnitAmount","Amount","OriginalAmount","RevenueType","CreatorProfileId","UpdaterProfileId","CreatedUtc","UpdatedUtc","ConsumedUtc","CanceledUtc","ClosedUtc","StartUtc","ClaimedUtc","AccountingState","Type","Options","Data"]},"MewsAmountValueEmbeddable":{"type":"object","properties":{"Currency":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"GrossValue":{"type":"number","nullable":true},"TaxValues":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsTaxValueEmbeddable"}},"Breakdown":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountBreakdownEmbeddable"}]}},"required":["Currency","NetValue","GrossValue","TaxValues","Breakdown"]},"MewsTaxValueEmbeddable":{"type":"object","properties":{"Code":{"type":"string","nullable":true},"Value":{"type":"number","nullable":true}},"required":["Code","Value"]},"MewsAmountBreakdownEmbeddable":{"type":"object","properties":{"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsAmountBreakdownItemEmbeddable"}}},"required":["Items"]},"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]},"MewsOrderItemOptionsEmbeddable":{"type":"object","properties":{"CanceledWithReservation":{"type":"boolean","nullable":true}},"required":["CanceledWithReservation"]},"MewsOrderItemDataEmbeddable":{"type":"object","properties":{"Discriminator":{"type":"string","nullable":true},"Rebate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataRebateEmbeddable"}]},"Product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataProductEmbeddable"}]}},"required":["Discriminator","Rebate","Product"]},"MewsOrderItemDataRebateEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"RebatedItemId":{"type":"string","nullable":true}},"required":["ProductId","RebatedItemId"]},"MewsOrderItemDataProductEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"AgeCategoryId":{"type":"string","nullable":true}},"required":["ProductId","AgeCategoryId"]}}}}
```

## The MewsPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MewsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationEmbeddable"}]},"orderItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsOrderItemEmbeddable"}}},"required":["reservation","orderItems"]},"MewsReservationEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"nullable":true,"enum":["Customer","Company"],"type":"string"},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"BookerId":{"type":"string","nullable":true},"ScheduledStartUtc":{"type":"string","nullable":true},"ActualStartUtc":{"type":"string","nullable":true},"ScheduledEndUtc":{"type":"string","nullable":true},"ActualEndUtc":{"type":"string","nullable":true},"EndUtc":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"State":{"nullable":true,"enum":["Inquired","Confirmed","Started","Processed","Canceled","Optional","Requested"],"type":"string"},"Origin":{"nullable":true,"enum":["Distributor","ChannelManager","Commander","Import","Connector","Navigator"],"type":"string"},"CommanderOrigin":{"nullable":true,"enum":["InPerson","Channel","Phone","Email","Website","Message","CallCenter","RoomingList"],"type":"string"},"OriginDetails":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"CancelledUtc":{"type":"string","nullable":true},"VoucherId":{"type":"string","nullable":true},"BusinessSegmentId":{"type":"string","nullable":true},"RateId":{"type":"string","nullable":true},"CreditCardId":{"type":"string","nullable":true},"GroupId":{"type":"string","nullable":true},"RequestedResourceCategoryId":{"type":"string","nullable":true},"AssignedResourceId":{"type":"string","nullable":true},"AvailabilityBlockId":{"type":"string","nullable":true},"PartnerCompanyId":{"type":"string","nullable":true},"TravelAgencyId":{"type":"string","nullable":true},"AssignedResourceLocked":{"type":"boolean","nullable":true},"ChannelNumber":{"type":"string","nullable":true},"ChannelManagerNumber":{"type":"string","nullable":true},"CancellationReason":{"nullable":true,"enum":["Other","ConfirmationMissed","BookedElsewhere","ForceMajeure","GuestComplaint","NoShow","PriceTooHigh","ServiceNotAvailable","InputError","InvalidPayment","TravelAgency","RequestedByGuest","Update","BookingAbandoned","RequestedByBooker"],"type":"string"},"ReleasedUtc":{"type":"string","nullable":true},"Purpose":{"nullable":true,"enum":["Leisure","Business","Student"],"type":"string"},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationOptionsEmbeddable"}]},"QrCodeData":{"type":"string","nullable":true},"PersonCounts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsReservationPersonCountEmbeddable"}}},"required":["Id","ServiceId","AccountId","AccountType","CreatorProfileId","UpdaterProfileId","BookerId","ScheduledStartUtc","ActualStartUtc","ScheduledEndUtc","ActualEndUtc","EndUtc","Number","State","Origin","CommanderOrigin","OriginDetails","CreatedUtc","UpdatedUtc","CancelledUtc","VoucherId","BusinessSegmentId","RateId","CreditCardId","GroupId","RequestedResourceCategoryId","AssignedResourceId","AvailabilityBlockId","PartnerCompanyId","TravelAgencyId","AssignedResourceLocked","ChannelNumber","ChannelManagerNumber","CancellationReason","ReleasedUtc","Purpose","Options","QrCodeData","PersonCounts"]},"MewsReservationOptionsEmbeddable":{"type":"object","properties":{"OwnerCheckedIn":{"type":"boolean","nullable":true},"AllCompanionsCheckedIn":{"type":"boolean","nullable":true},"AnyCompanionCheckedIn":{"type":"boolean","nullable":true},"ConnectorCheckIn":{"type":"boolean","nullable":true}},"required":["OwnerCheckedIn","AllCompanionsCheckedIn","AnyCompanionCheckedIn","ConnectorCheckIn"]},"MewsReservationPersonCountEmbeddable":{"type":"object","properties":{"AgeCategoryId":{"type":"string","nullable":true},"Count":{"type":"number","nullable":true}},"required":["AgeCategoryId","Count"]},"MewsOrderItemEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"EnterpriseId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"ServiceOrderId":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"BillId":{"type":"string","nullable":true},"BillingName":{"type":"string","nullable":true},"AccountingCategoryId":{"type":"string","nullable":true},"ExternalIdentifier":{"type":"string","nullable":true},"UnitCount":{"type":"number","nullable":true},"UnitAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"Amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"OriginalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"RevenueType":{"type":"string","nullable":true},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ConsumedUtc":{"type":"string","nullable":true},"CanceledUtc":{"type":"string","nullable":true},"ClosedUtc":{"type":"string","nullable":true},"StartUtc":{"type":"string","nullable":true},"ClaimedUtc":{"type":"string","nullable":true},"AccountingState":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemOptionsEmbeddable"}]},"Data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataEmbeddable"}]}},"required":["Id","EnterpriseId","AccountId","AccountType","ServiceId","ServiceOrderId","Notes","BillId","BillingName","AccountingCategoryId","ExternalIdentifier","UnitCount","UnitAmount","Amount","OriginalAmount","RevenueType","CreatorProfileId","UpdaterProfileId","CreatedUtc","UpdatedUtc","ConsumedUtc","CanceledUtc","ClosedUtc","StartUtc","ClaimedUtc","AccountingState","Type","Options","Data"]},"MewsAmountValueEmbeddable":{"type":"object","properties":{"Currency":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"GrossValue":{"type":"number","nullable":true},"TaxValues":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsTaxValueEmbeddable"}},"Breakdown":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountBreakdownEmbeddable"}]}},"required":["Currency","NetValue","GrossValue","TaxValues","Breakdown"]},"MewsTaxValueEmbeddable":{"type":"object","properties":{"Code":{"type":"string","nullable":true},"Value":{"type":"number","nullable":true}},"required":["Code","Value"]},"MewsAmountBreakdownEmbeddable":{"type":"object","properties":{"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsAmountBreakdownItemEmbeddable"}}},"required":["Items"]},"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]},"MewsOrderItemOptionsEmbeddable":{"type":"object","properties":{"CanceledWithReservation":{"type":"boolean","nullable":true}},"required":["CanceledWithReservation"]},"MewsOrderItemDataEmbeddable":{"type":"object","properties":{"Discriminator":{"type":"string","nullable":true},"Rebate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataRebateEmbeddable"}]},"Product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataProductEmbeddable"}]}},"required":["Discriminator","Rebate","Product"]},"MewsOrderItemDataRebateEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"RebatedItemId":{"type":"string","nullable":true}},"required":["ProductId","RebatedItemId"]},"MewsOrderItemDataProductEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"AgeCategoryId":{"type":"string","nullable":true}},"required":["ProductId","AgeCategoryId"]}}}}
```

## The OracleExternalReferenceEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleExternalReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true},"idContext":{"type":"string","nullable":true}},"required":["id","idExtension","idContext"]}}}}
```

## The OracleTimeSpanEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true}},"required":["startDate","endDate","duration"]}}}}
```

## The OracleExpectedTimesEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleExpectedTimesEmbeddable":{"type":"object","properties":{"reservationExpectedArrivalTime":{"format":"date-time","type":"string","nullable":true},"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true}},"required":["reservationExpectedArrivalTime","reservationExpectedDepartureTime"]}}}}
```

## The OracleTotalPointsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleTotalPointsEmbeddable":{"type":"object","properties":{"awardsType":{"type":"string","nullable":true},"points":{"type":"number","nullable":true}},"required":["awardsType","points"]}}}}
```

## The OracleReservationBlockEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationBlockEmbeddable":{"type":"object","properties":{"blockIdList":{"nullable":true,"type":"array","items":{"type":"string"}},"blockName":{"type":"string","nullable":true},"hotelId":{"type":"string","nullable":true}},"required":["blockIdList","blockName","hotelId"]}}}}
```

## The OracleGuaranteeEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleGuaranteeEmbeddable":{"type":"object","properties":{"guaranteeCode":{"type":"string","nullable":true},"shortDescription":{"type":"string","nullable":true},"onHold":{"type":"boolean","nullable":true}},"required":["guaranteeCode","shortDescription","onHold"]}}}}
```

## The OraclePromotionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OraclePromotionEmbeddable":{"type":"object","properties":{"promotionCode":{"type":"string","nullable":true},"promotionName":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}},"required":["promotionCode","promotionName","couponCode"]}}}}
```

## The OracleReservationRoomStayEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationRoomStayEmbeddable":{"type":"object","properties":{"arrivalDate":{"format":"date-time","type":"string","nullable":true},"departureDate":{"format":"date-time","type":"string","nullable":true},"originalTimeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTimeSpanEmbeddable"}]},"expectedTimes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleExpectedTimesEmbeddable"}]},"adultCount":{"type":"number","nullable":true},"childCount":{"type":"number","nullable":true},"roomClass":{"type":"string","nullable":true},"roomType":{"type":"string","nullable":true},"numberOfRooms":{"type":"number","nullable":true},"roomId":{"type":"string","nullable":true},"roomOwnershipType":{"type":"string","nullable":true},"ratePlanCode":{"type":"string","nullable":true},"rateAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"points":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTotalPointsEmbeddable"}]},"rateSuppressed":{"type":"boolean","nullable":true},"reservationBlock":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationBlockEmbeddable"}]},"bookingChannelCode":{"type":"string","nullable":true},"linkCode":{"type":"string","nullable":true},"fixedRate":{"type":"boolean","nullable":true},"totalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guarantee":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuaranteeEmbeddable"}]},"promotion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePromotionEmbeddable"}]},"marketCode":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true},"sourceCodeDescription":{"type":"string","nullable":true},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomTypeCharged":{"type":"string","nullable":true},"depositPayments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guestServiceStatus":{"type":"string","nullable":true},"scheduledCheckoutTime":{"format":"date-time","type":"string","nullable":true},"roomNumberLocked":{"type":"boolean","nullable":true},"pseudoRoom":{"type":"boolean","nullable":true},"assignedByAI":{"type":"boolean","nullable":true},"upgradedByAI":{"type":"boolean","nullable":true},"roomAvailableNights":{"type":"number","nullable":true}},"required":["arrivalDate","departureDate","originalTimeSpan","expectedTimes","adultCount","childCount","roomClass","roomType","numberOfRooms","roomId","roomOwnershipType","ratePlanCode","rateAmount","points","rateSuppressed","reservationBlock","bookingChannelCode","linkCode","fixedRate","totalAmount","guarantee","promotion","marketCode","sourceCode","sourceCodeDescription","balance","compBalance","roomTypeCharged","depositPayments","guestServiceStatus","scheduledCheckoutTime","roomNumberLocked","pseudoRoom","assignedByAI","upgradedByAI","roomAvailableNights"]},"OracleTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true}},"required":["startDate","endDate","duration"]},"OracleExpectedTimesEmbeddable":{"type":"object","properties":{"reservationExpectedArrivalTime":{"format":"date-time","type":"string","nullable":true},"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true}},"required":["reservationExpectedArrivalTime","reservationExpectedDepartureTime"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"OracleTotalPointsEmbeddable":{"type":"object","properties":{"awardsType":{"type":"string","nullable":true},"points":{"type":"number","nullable":true}},"required":["awardsType","points"]},"OracleReservationBlockEmbeddable":{"type":"object","properties":{"blockIdList":{"nullable":true,"type":"array","items":{"type":"string"}},"blockName":{"type":"string","nullable":true},"hotelId":{"type":"string","nullable":true}},"required":["blockIdList","blockName","hotelId"]},"OracleGuaranteeEmbeddable":{"type":"object","properties":{"guaranteeCode":{"type":"string","nullable":true},"shortDescription":{"type":"string","nullable":true},"onHold":{"type":"boolean","nullable":true}},"required":["guaranteeCode","shortDescription","onHold"]},"OraclePromotionEmbeddable":{"type":"object","properties":{"promotionCode":{"type":"string","nullable":true},"promotionName":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}},"required":["promotionCode","promotionName","couponCode"]}}}}
```

## The OracleDepartureReservationInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleDepartureReservationInfoEmbeddable":{"type":"object","properties":{"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true}},"required":["reservationExpectedDepartureTime","reservationStatus"]}}}}
```

## The OracleReservationGuestEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationGuestEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The OracleProfileIdEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleProfileIdEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true}},"required":["type","id","idExtension"]}}}}
```

## The OracleSharedGuestEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleSharedGuestEmbeddable":{"type":"object","properties":{"profileId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleProfileIdEmbeddable"}]},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true}},"required":["profileId","firstName","lastName","fullName"]},"OracleProfileIdEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true}},"required":["type","id","idExtension"]}}}}
```

## The OracleAttachedProfileEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleAttachedProfileEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"reservationProfileType":{"type":"string","nullable":true}},"required":["name","profileIdList","reservationProfileType"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]}}}}
```

## The OraclePaymentCardEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OraclePaymentCardEmbeddable":{"type":"object","properties":{"cardId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"currentAuthorizedAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalAmountNeeded":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalCode":{"type":"string","nullable":true},"cardType":{"type":"string","nullable":true},"userDefinedCardType":{"type":"string","nullable":true},"cardNumber":{"type":"string","nullable":true},"cardNumberMasked":{"type":"string","nullable":true},"cardNumberLast4Digits":{"type":"string","nullable":true},"expirationDate":{"format":"date-time","type":"string","nullable":true},"expirationDateMasked":{"type":"string","nullable":true},"expirationDateExpired":{"type":"boolean","nullable":true},"cardHolderName":{"type":"string","nullable":true},"storeToCreditCardWallet":{"type":"boolean","nullable":true},"processing":{"type":"string","nullable":true},"swiped":{"type":"boolean","nullable":true},"cardPresent":{"type":"boolean","nullable":true},"cardOrToken":{"type":"string","nullable":true},"citId":{"type":"string","nullable":true}},"required":["cardId","currentAuthorizedAmount","approvalAmountNeeded","approvalCode","cardType","userDefinedCardType","cardNumber","cardNumberMasked","cardNumberLast4Digits","expirationDate","expirationDateMasked","expirationDateExpired","cardHolderName","storeToCreditCardWallet","processing","swiped","cardPresent","cardOrToken","citId"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The OracleAuthorizationRuleEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleAuthorizationRuleEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"percent":{"type":"number","nullable":true}},"required":["code","amount","percent"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The OracleEmailEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]}}}}
```

## The OracleEmailFolioInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleEmailFolioInfoEmbeddable":{"type":"object","properties":{"email":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailEmbeddable"}]},"emailFolio":{"type":"boolean","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","emailFolio","id","type"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]}}}}
```

## The OracleReservationPaymentMethodEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationPaymentMethodEmbeddable":{"type":"object","properties":{"paymentCard":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePaymentCardEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"authorizationRule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizationRuleEmbeddable"}]},"emailFolioInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailFolioInfoEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"folioView":{"type":"number","nullable":true}},"required":["paymentCard","balance","authorizationRule","emailFolioInfo","paymentMethod","description","folioView"]},"OraclePaymentCardEmbeddable":{"type":"object","properties":{"cardId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"currentAuthorizedAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalAmountNeeded":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalCode":{"type":"string","nullable":true},"cardType":{"type":"string","nullable":true},"userDefinedCardType":{"type":"string","nullable":true},"cardNumber":{"type":"string","nullable":true},"cardNumberMasked":{"type":"string","nullable":true},"cardNumberLast4Digits":{"type":"string","nullable":true},"expirationDate":{"format":"date-time","type":"string","nullable":true},"expirationDateMasked":{"type":"string","nullable":true},"expirationDateExpired":{"type":"boolean","nullable":true},"cardHolderName":{"type":"string","nullable":true},"storeToCreditCardWallet":{"type":"boolean","nullable":true},"processing":{"type":"string","nullable":true},"swiped":{"type":"boolean","nullable":true},"cardPresent":{"type":"boolean","nullable":true},"cardOrToken":{"type":"string","nullable":true},"citId":{"type":"string","nullable":true}},"required":["cardId","currentAuthorizedAmount","approvalAmountNeeded","approvalCode","cardType","userDefinedCardType","cardNumber","cardNumberMasked","cardNumberLast4Digits","expirationDate","expirationDateMasked","expirationDateExpired","cardHolderName","storeToCreditCardWallet","processing","swiped","cardPresent","cardOrToken","citId"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"OracleAuthorizationRuleEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"percent":{"type":"number","nullable":true}},"required":["code","amount","percent"]},"OracleEmailFolioInfoEmbeddable":{"type":"object","properties":{"email":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailEmbeddable"}]},"emailFolio":{"type":"boolean","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","emailFolio","id","type"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]}}}}
```

## The OracleAddressEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleAddressEmbeddable":{"type":"object","properties":{"isValidated":{"type":"boolean","nullable":true},"addressLine":{"nullable":true,"type":"array","items":{"type":"string"}},"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityExtension":{"type":"string","nullable":true},"county":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"language":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"updateReservations":{"type":"boolean","nullable":true},"barCode":{"type":"string","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"regionCode":{"type":"string","nullable":true}},"required":["isValidated","addressLine","cityName","postalCode","cityExtension","county","state","country","language","type","typeDescription","primaryInd","updateReservations","barCode","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","regionCode"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]}}}}
```

## The OraclePayeeInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OraclePayeeInfoEmbeddable":{"type":"object","properties":{"payeeId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"payeeName":{"type":"string","nullable":true},"payeeAddress":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAddressEmbeddable"}]}},"required":["payeeId","payeeName","payeeAddress"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleAddressEmbeddable":{"type":"object","properties":{"isValidated":{"type":"boolean","nullable":true},"addressLine":{"nullable":true,"type":"array","items":{"type":"string"}},"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityExtension":{"type":"string","nullable":true},"county":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"language":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"updateReservations":{"type":"boolean","nullable":true},"barCode":{"type":"string","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"regionCode":{"type":"string","nullable":true}},"required":["isValidated","addressLine","cityName","postalCode","cityExtension","county","state","country","language","type","typeDescription","primaryInd","updateReservations","barCode","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","regionCode"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]}}}}
```

## The OracleReservationFolioWindowEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationFolioWindowEmbeddable":{"type":"object","properties":{"payeeInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePayeeInfoEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"folioWindowNo":{"type":"number","nullable":true}},"required":["payeeInfo","balance","paymentMethod","folioWindowNo"]},"OraclePayeeInfoEmbeddable":{"type":"object","properties":{"payeeId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"payeeName":{"type":"string","nullable":true},"payeeAddress":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAddressEmbeddable"}]}},"required":["payeeId","payeeName","payeeAddress"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleAddressEmbeddable":{"type":"object","properties":{"isValidated":{"type":"boolean","nullable":true},"addressLine":{"nullable":true,"type":"array","items":{"type":"string"}},"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityExtension":{"type":"string","nullable":true},"county":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"language":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"updateReservations":{"type":"boolean","nullable":true},"barCode":{"type":"string","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"regionCode":{"type":"string","nullable":true}},"required":["isValidated","addressLine","cityName","postalCode","cityExtension","county","state","country","language","type","typeDescription","primaryInd","updateReservations","barCode","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","regionCode"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The OracleCommissionsInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleCommissionsInfoEmbeddable":{"type":"object","properties":{"commissionsPaid":{"type":"boolean","nullable":true},"commissionNotesAvailable":{"type":"boolean","nullable":true}},"required":["commissionsPaid","commissionNotesAvailable"]}}}}
```

## The OracleDisplayColorDetailsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleDisplayColorDetailsEmbeddable":{"type":"object","properties":{"displayColor":{"type":"string","nullable":true},"colorDefinition":{"type":"string","nullable":true},"colorDescription":{"type":"string","nullable":true}},"required":["displayColor","colorDefinition","colorDescription"]}}}}
```

## The OracleReservationIndicatorEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationIndicatorEmbeddable":{"type":"object","properties":{"indicatorName":{"type":"string","nullable":true},"count":{"type":"number","nullable":true}},"required":["indicatorName","count"]}}}}
```

## The OracleSearchMatchEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleSearchMatchEmbeddable":{"type":"object","properties":{"attribute":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}},"required":["attribute","value"]}}}}
```

## The OracleSourceOfSaleEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleSourceOfSaleEmbeddable":{"type":"object","properties":{"sourceType":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true}},"required":["sourceType","sourceCode"]}}}}
```

## The OracleWaitlistEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleWaitlistEmbeddable":{"type":"object","properties":{"reasonDescription":{"type":"string","nullable":true},"priorityDescription":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"reasonCode":{"type":"string","nullable":true},"priorityCode":{"type":"string","nullable":true},"telephone":{"type":"string","nullable":true}},"required":["reasonDescription","priorityDescription","description","reasonCode","priorityCode","telephone"]}}}}
```

## The OracleQueueTimeSpanEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleQueueTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true},"durationInSeconds":{"type":"number","nullable":true}},"required":["startDate","endDate","duration","durationInSeconds"]}}}}
```

## The OracleGuestTextInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleGuestTextInfoEmbeddable":{"type":"object","properties":{"sentTime":{"format":"date-time","type":"string","nullable":true},"sentBy":{"type":"string","nullable":true}},"required":["sentTime","sentBy"]}}}}
```

## The OracleQueueEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleQueueEmbeddable":{"type":"object","properties":{"timeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueTimeSpanEmbeddable"}]},"guestTextInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestTextInfoEmbeddable"}]},"priority":{"type":"number","nullable":true},"averageQueueTimeToCheckIn":{"type":"number","nullable":true},"averageQueueTimeCurrentReservations":{"type":"number","nullable":true},"queueDate":{"format":"date-time","type":"string","nullable":true}},"required":["timeSpan","guestTextInfo","priority","averageQueueTimeToCheckIn","averageQueueTimeCurrentReservations","queueDate"]},"OracleQueueTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true},"durationInSeconds":{"type":"number","nullable":true}},"required":["startDate","endDate","duration","durationInSeconds"]},"OracleGuestTextInfoEmbeddable":{"type":"object","properties":{"sentTime":{"format":"date-time","type":"string","nullable":true},"sentBy":{"type":"string","nullable":true}},"required":["sentTime","sentBy"]}}}}
```

## The OracleHousekeepingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleHousekeepingEmbeddable":{"type":"object","properties":{"instructions":{"type":"string","nullable":true},"turndownRequested":{"type":"boolean","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStatus":{"type":"string","nullable":true},"frontOfficeStatus":{"type":"string","nullable":true},"housekeepingStatus":{"type":"string","nullable":true}},"required":["instructions","turndownRequested","expectedServiceTime","roomStatus","frontOfficeStatus","housekeepingStatus"]}}}}
```

## The OracleRevenuesAndBalancesEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleRevenuesAndBalancesEmbeddable":{"type":"object","properties":{"totalFixedCharge":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalPayment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"foodAndBevRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"otherRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"nonRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]}},"required":["totalFixedCharge","totalPayment","roomRevenue","foodAndBevRevenue","otherRevenue","nonRevenue","totalRevenue","balance","compBalance"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]}}}}
```

## The OracleBillingPrivilegesEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleBillingPrivilegesEmbeddable":{"type":"object","properties":{"postingRestriction":{"type":"boolean","nullable":true},"preStayCharging":{"type":"boolean","nullable":true},"postStayCharging":{"type":"boolean","nullable":true},"videoCheckout":{"type":"boolean","nullable":true},"allowAutoCheckin":{"type":"boolean","nullable":true},"autoSettlement":{"type":"boolean","nullable":true},"autoSettlementType":{"type":"string","nullable":true},"autoSettlementFreq":{"type":"number","nullable":true},"creditLimitAutoPay":{"type":"boolean","nullable":true}},"required":["postingRestriction","preStayCharging","postStayCharging","videoCheckout","allowAutoCheckin","autoSettlement","autoSettlementType","autoSettlementFreq","creditLimitAutoPay"]}}}}
```

## The OracleTaxTypeEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleTaxTypeEmbeddable":{"type":"object","properties":{"code":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["code","description"]}}}}
```

## The OracleBedTaxReportingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleBedTaxReportingEmbeddable":{"type":"object","properties":{"taxRegistrationNo":{"type":"number","nullable":true}},"required":["taxRegistrationNo"]}}}}
```

## The OracleFolioTextEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleFolioTextEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"row":{"type":"number","nullable":true}},"required":["text","row"]}}}}
```

## The OracleCompAccountingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleCompAccountingEmbeddable":{"type":"object","properties":{"compType":{"type":"string","nullable":true},"authorizer":{"type":"string","nullable":true},"compPostings":{"type":"string","nullable":true}},"required":["compType","authorizer","compPostings"]}}}}
```

## The OracleAuthorizerInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleAuthorizerInfoEmbeddable":{"type":"object","properties":{"authorizerId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"authorizerUserName":{"type":"string","nullable":true},"authorizerName":{"type":"string","nullable":true},"authorizerRateCode":{"type":"string","nullable":true},"inheritAuthorizerRateCode":{"type":"boolean","nullable":true}},"required":["authorizerId","authorizerUserName","authorizerName","authorizerRateCode","inheritAuthorizerRateCode"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]}}}}
```

## The OracleReservationPreConfiguredRoutingInstructionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationPreConfiguredRoutingInstructionEmbeddable":{"type":"object","properties":{"authorizerInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizerInfoEmbeddable"}]},"ratePlanCode":{"type":"string","nullable":true},"profileType":{"type":"string","nullable":true},"promotionCode":{"type":"string","nullable":true}},"required":["authorizerInfo","ratePlanCode","profileType","promotionCode"]},"OracleAuthorizerInfoEmbeddable":{"type":"object","properties":{"authorizerId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"authorizerUserName":{"type":"string","nullable":true},"authorizerName":{"type":"string","nullable":true},"authorizerRateCode":{"type":"string","nullable":true},"inheritAuthorizerRateCode":{"type":"boolean","nullable":true}},"required":["authorizerId","authorizerUserName","authorizerName","authorizerRateCode","inheritAuthorizerRateCode"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]}}}}
```

## The OracleCashieringEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleCashieringEmbeddable":{"type":"object","properties":{"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"billingPrivileges":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBillingPrivilegesEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"bedTaxReporting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBedTaxReportingEmbeddable"}]},"folioTexts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleFolioTextEmbeddable"}},"compAccounting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCompAccountingEmbeddable"}]},"reservationPreConfiguredRoutingInstruction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPreConfiguredRoutingInstructionEmbeddable"}]},"lastRoomAndTaxPostedDate":{"format":"date-time","type":"string","nullable":true},"reverseCheckInAllowed":{"type":"boolean","nullable":true},"reverseAdvanceCheckInAllowed":{"type":"boolean","nullable":true},"transactionsPosted":{"type":"boolean","nullable":true}},"required":["revenuesAndBalances","billingPrivileges","taxType","bedTaxReporting","folioTexts","compAccounting","reservationPreConfiguredRoutingInstruction","lastRoomAndTaxPostedDate","reverseCheckInAllowed","reverseAdvanceCheckInAllowed","transactionsPosted"]},"OracleRevenuesAndBalancesEmbeddable":{"type":"object","properties":{"totalFixedCharge":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalPayment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"foodAndBevRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"otherRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"nonRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]}},"required":["totalFixedCharge","totalPayment","roomRevenue","foodAndBevRevenue","otherRevenue","nonRevenue","totalRevenue","balance","compBalance"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"OracleBillingPrivilegesEmbeddable":{"type":"object","properties":{"postingRestriction":{"type":"boolean","nullable":true},"preStayCharging":{"type":"boolean","nullable":true},"postStayCharging":{"type":"boolean","nullable":true},"videoCheckout":{"type":"boolean","nullable":true},"allowAutoCheckin":{"type":"boolean","nullable":true},"autoSettlement":{"type":"boolean","nullable":true},"autoSettlementType":{"type":"string","nullable":true},"autoSettlementFreq":{"type":"number","nullable":true},"creditLimitAutoPay":{"type":"boolean","nullable":true}},"required":["postingRestriction","preStayCharging","postStayCharging","videoCheckout","allowAutoCheckin","autoSettlement","autoSettlementType","autoSettlementFreq","creditLimitAutoPay"]},"OracleTaxTypeEmbeddable":{"type":"object","properties":{"code":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["code","description"]},"OracleBedTaxReportingEmbeddable":{"type":"object","properties":{"taxRegistrationNo":{"type":"number","nullable":true}},"required":["taxRegistrationNo"]},"OracleFolioTextEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"row":{"type":"number","nullable":true}},"required":["text","row"]},"OracleCompAccountingEmbeddable":{"type":"object","properties":{"compType":{"type":"string","nullable":true},"authorizer":{"type":"string","nullable":true},"compPostings":{"type":"string","nullable":true}},"required":["compType","authorizer","compPostings"]},"OracleReservationPreConfiguredRoutingInstructionEmbeddable":{"type":"object","properties":{"authorizerInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizerInfoEmbeddable"}]},"ratePlanCode":{"type":"string","nullable":true},"profileType":{"type":"string","nullable":true},"promotionCode":{"type":"string","nullable":true}},"required":["authorizerInfo","ratePlanCode","profileType","promotionCode"]},"OracleAuthorizerInfoEmbeddable":{"type":"object","properties":{"authorizerId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"authorizerUserName":{"type":"string","nullable":true},"authorizerName":{"type":"string","nullable":true},"authorizerRateCode":{"type":"string","nullable":true},"inheritAuthorizerRateCode":{"type":"boolean","nullable":true}},"required":["authorizerId","authorizerUserName","authorizerName","authorizerRateCode","inheritAuthorizerRateCode"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]}}}}
```

## The OracleDepositEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleDepositEmbeddable":{"type":"object","properties":{"amountPaid":{"type":"number","nullable":true},"dueDate":{"format":"date-time","type":"string","nullable":true},"postingDate":{"format":"date-time","type":"string","nullable":true},"hasPaid":{"type":"boolean","nullable":true},"hasOutstanding":{"type":"boolean","nullable":true},"amountRequired":{"type":"number","nullable":true},"amountOwed":{"type":"number","nullable":true}},"required":["amountPaid","dueDate","postingDate","hasPaid","hasOutstanding","amountRequired","amountOwed"]}}}}
```

## The OracleMobileNotificationsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleMobileNotificationsEmbeddable":{"type":"object","properties":{"roomReady":{"type":"string","nullable":true},"keyReady":{"type":"string","nullable":true},"checkoutMessageReceived":{"type":"boolean","nullable":true},"requiresAction":{"type":"boolean","nullable":true},"errorMessage":{"type":"string","nullable":true}},"required":["roomReady","keyReady","checkoutMessageReceived","requiresAction","errorMessage"]}}}}
```

## The OraclePhoneNumberEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]}}}}
```

## The OracleTelephoneEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleTelephoneEmbeddable":{"type":"object","properties":{"telephone":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePhoneNumberEmbeddable"}]},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["telephone","id","type"]},"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]}}}}
```

## The OracleTelephoneInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleTelephoneInfoEmbeddable":{"type":"object","properties":{"telephoneInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleTelephoneEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["telephoneInfo","hasMore","totalResults","count"]},"OracleTelephoneEmbeddable":{"type":"object","properties":{"telephone":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePhoneNumberEmbeddable"}]},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["telephone","id","type"]},"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]}}}}
```

## The OracleEmailInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleEmailInfoEmbeddable":{"type":"object","properties":{"emailInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleEmailEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["emailInfo","hasMore","totalResults","count"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]}}}}
```

## The OracleReservationCommunicationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationCommunicationEmbeddable":{"type":"object","properties":{"telephones":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTelephoneInfoEmbeddable"}]},"emails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailInfoEmbeddable"}]}},"required":["telephones","emails"]},"OracleTelephoneInfoEmbeddable":{"type":"object","properties":{"telephoneInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleTelephoneEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["telephoneInfo","hasMore","totalResults","count"]},"OracleTelephoneEmbeddable":{"type":"object","properties":{"telephone":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePhoneNumberEmbeddable"}]},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["telephone","id","type"]},"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]},"OracleEmailInfoEmbeddable":{"type":"object","properties":{"emailInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleEmailEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["emailInfo","hasMore","totalResults","count"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]}}}}
```

## The OracleAdvanceCheckInEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleAdvanceCheckInEmbeddable":{"type":"object","properties":{"advanceCheckedIn":{"type":"boolean","nullable":true},"expectedReturnTime":{"format":"date-time","type":"string","nullable":true},"eTRComments":{"type":"string","nullable":true}},"required":["advanceCheckedIn","expectedReturnTime","eTRComments"]}}}}
```

## The OracleCancellationInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleCancellationInfoEmbeddable":{"type":"object","properties":{"description":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true}},"required":["description","code","date"]}}}}
```

## The OracleFiscalInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleFiscalInfoEmbeddable":{"type":"object","properties":{"partnerCode":{"type":"string","nullable":true},"fiscalStatus":{"type":"string","nullable":true},"fiscalPayloadType":{"type":"string","nullable":true}},"required":["partnerCode","fiscalStatus","fiscalPayloadType"]}}}}
```

## The OraclePurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OraclePurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservationIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"externalReferences":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleExternalReferenceEmbeddable"}},"roomStay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationRoomStayEmbeddable"}]},"departureReservationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepartureReservationInfoEmbeddable"}]},"reservationGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationGuestEmbeddable"}]},"sharedGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSharedGuestEmbeddable"}},"attachedProfiles":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAttachedProfileEmbeddable"}},"reservationPaymentMethod":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPaymentMethodEmbeddable"}]},"reservationFolioWindows":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationFolioWindowEmbeddable"}},"commissionsInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCommissionsInfoEmbeddable"}]},"specials":{"type":"string","nullable":true},"displayColor":{"type":"string","nullable":true},"displayColorDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDisplayColorDetailsEmbeddable"}]},"reservationIndicators":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIndicatorEmbeddable"}},"roomStatus":{"type":"string","nullable":true},"searchMatches":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSearchMatchEmbeddable"}},"sourceOfSale":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleSourceOfSaleEmbeddable"}]},"waitlist":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleWaitlistEmbeddable"}]},"queue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueEmbeddable"}]},"housekeeping":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleHousekeepingEmbeddable"}]},"cashiering":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCashieringEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"deposit":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepositEmbeddable"}]},"allowedActions":{"nullable":true,"type":"array","items":{"type":"string"}},"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"mobileNotifications":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMobileNotificationsEmbeddable"}]},"reservationCommunication":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationCommunicationEmbeddable"}]},"advanceCheckIn":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAdvanceCheckInEmbeddable"}]},"welcomeOffer":{"type":"boolean","nullable":true},"cancellationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCancellationInfoEmbeddable"}]},"keyCount":{"type":"number","nullable":true},"hotelId":{"type":"string","nullable":true},"hotelName":{"type":"string","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStayReservation":{"type":"boolean","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true},"computedReservationStatus":{"type":"string","nullable":true},"walkInIndicator":{"type":"boolean","nullable":true},"accessRestriction":{"type":"string","nullable":true},"commissionPayoutTo":{"type":"string","nullable":true},"paymentMethod":{"type":"string","nullable":true},"preRegistered":{"type":"boolean","nullable":true},"openFolio":{"type":"boolean","nullable":true},"allowMobileCheckout":{"type":"boolean","nullable":true},"allowMobileViewFolio":{"type":"boolean","nullable":true},"optedForCommunication":{"type":"boolean","nullable":true},"roomFeatures":{"type":"string","nullable":true},"fiscalInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleFiscalInfoEmbeddable"}]}},"required":["reservationIdList","externalReferences","roomStay","departureReservationInfo","reservationGuest","sharedGuests","attachedProfiles","reservationPaymentMethod","reservationFolioWindows","commissionsInfo","specials","displayColor","displayColorDetails","reservationIndicators","roomStatus","searchMatches","sourceOfSale","waitlist","queue","housekeeping","cashiering","taxType","deposit","allowedActions","revenuesAndBalances","mobileNotifications","reservationCommunication","advanceCheckIn","welcomeOffer","cancellationInfo","keyCount","hotelId","hotelName","expectedServiceTime","roomStayReservation","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","reservationStatus","computedReservationStatus","walkInIndicator","accessRestriction","commissionPayoutTo","paymentMethod","preRegistered","openFolio","allowMobileCheckout","allowMobileViewFolio","optedForCommunication","roomFeatures","fiscalInfo"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleExternalReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true},"idContext":{"type":"string","nullable":true}},"required":["id","idExtension","idContext"]},"OracleReservationRoomStayEmbeddable":{"type":"object","properties":{"arrivalDate":{"format":"date-time","type":"string","nullable":true},"departureDate":{"format":"date-time","type":"string","nullable":true},"originalTimeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTimeSpanEmbeddable"}]},"expectedTimes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleExpectedTimesEmbeddable"}]},"adultCount":{"type":"number","nullable":true},"childCount":{"type":"number","nullable":true},"roomClass":{"type":"string","nullable":true},"roomType":{"type":"string","nullable":true},"numberOfRooms":{"type":"number","nullable":true},"roomId":{"type":"string","nullable":true},"roomOwnershipType":{"type":"string","nullable":true},"ratePlanCode":{"type":"string","nullable":true},"rateAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"points":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTotalPointsEmbeddable"}]},"rateSuppressed":{"type":"boolean","nullable":true},"reservationBlock":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationBlockEmbeddable"}]},"bookingChannelCode":{"type":"string","nullable":true},"linkCode":{"type":"string","nullable":true},"fixedRate":{"type":"boolean","nullable":true},"totalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guarantee":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuaranteeEmbeddable"}]},"promotion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePromotionEmbeddable"}]},"marketCode":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true},"sourceCodeDescription":{"type":"string","nullable":true},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomTypeCharged":{"type":"string","nullable":true},"depositPayments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guestServiceStatus":{"type":"string","nullable":true},"scheduledCheckoutTime":{"format":"date-time","type":"string","nullable":true},"roomNumberLocked":{"type":"boolean","nullable":true},"pseudoRoom":{"type":"boolean","nullable":true},"assignedByAI":{"type":"boolean","nullable":true},"upgradedByAI":{"type":"boolean","nullable":true},"roomAvailableNights":{"type":"number","nullable":true}},"required":["arrivalDate","departureDate","originalTimeSpan","expectedTimes","adultCount","childCount","roomClass","roomType","numberOfRooms","roomId","roomOwnershipType","ratePlanCode","rateAmount","points","rateSuppressed","reservationBlock","bookingChannelCode","linkCode","fixedRate","totalAmount","guarantee","promotion","marketCode","sourceCode","sourceCodeDescription","balance","compBalance","roomTypeCharged","depositPayments","guestServiceStatus","scheduledCheckoutTime","roomNumberLocked","pseudoRoom","assignedByAI","upgradedByAI","roomAvailableNights"]},"OracleTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true}},"required":["startDate","endDate","duration"]},"OracleExpectedTimesEmbeddable":{"type":"object","properties":{"reservationExpectedArrivalTime":{"format":"date-time","type":"string","nullable":true},"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true}},"required":["reservationExpectedArrivalTime","reservationExpectedDepartureTime"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"OracleTotalPointsEmbeddable":{"type":"object","properties":{"awardsType":{"type":"string","nullable":true},"points":{"type":"number","nullable":true}},"required":["awardsType","points"]},"OracleReservationBlockEmbeddable":{"type":"object","properties":{"blockIdList":{"nullable":true,"type":"array","items":{"type":"string"}},"blockName":{"type":"string","nullable":true},"hotelId":{"type":"string","nullable":true}},"required":["blockIdList","blockName","hotelId"]},"OracleGuaranteeEmbeddable":{"type":"object","properties":{"guaranteeCode":{"type":"string","nullable":true},"shortDescription":{"type":"string","nullable":true},"onHold":{"type":"boolean","nullable":true}},"required":["guaranteeCode","shortDescription","onHold"]},"OraclePromotionEmbeddable":{"type":"object","properties":{"promotionCode":{"type":"string","nullable":true},"promotionName":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}},"required":["promotionCode","promotionName","couponCode"]},"OracleDepartureReservationInfoEmbeddable":{"type":"object","properties":{"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true}},"required":["reservationExpectedDepartureTime","reservationStatus"]},"OracleReservationGuestEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleSharedGuestEmbeddable":{"type":"object","properties":{"profileId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleProfileIdEmbeddable"}]},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true}},"required":["profileId","firstName","lastName","fullName"]},"OracleProfileIdEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true}},"required":["type","id","idExtension"]},"OracleAttachedProfileEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"reservationProfileType":{"type":"string","nullable":true}},"required":["name","profileIdList","reservationProfileType"]},"OracleReservationPaymentMethodEmbeddable":{"type":"object","properties":{"paymentCard":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePaymentCardEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"authorizationRule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizationRuleEmbeddable"}]},"emailFolioInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailFolioInfoEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"folioView":{"type":"number","nullable":true}},"required":["paymentCard","balance","authorizationRule","emailFolioInfo","paymentMethod","description","folioView"]},"OraclePaymentCardEmbeddable":{"type":"object","properties":{"cardId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"currentAuthorizedAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalAmountNeeded":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalCode":{"type":"string","nullable":true},"cardType":{"type":"string","nullable":true},"userDefinedCardType":{"type":"string","nullable":true},"cardNumber":{"type":"string","nullable":true},"cardNumberMasked":{"type":"string","nullable":true},"cardNumberLast4Digits":{"type":"string","nullable":true},"expirationDate":{"format":"date-time","type":"string","nullable":true},"expirationDateMasked":{"type":"string","nullable":true},"expirationDateExpired":{"type":"boolean","nullable":true},"cardHolderName":{"type":"string","nullable":true},"storeToCreditCardWallet":{"type":"boolean","nullable":true},"processing":{"type":"string","nullable":true},"swiped":{"type":"boolean","nullable":true},"cardPresent":{"type":"boolean","nullable":true},"cardOrToken":{"type":"string","nullable":true},"citId":{"type":"string","nullable":true}},"required":["cardId","currentAuthorizedAmount","approvalAmountNeeded","approvalCode","cardType","userDefinedCardType","cardNumber","cardNumberMasked","cardNumberLast4Digits","expirationDate","expirationDateMasked","expirationDateExpired","cardHolderName","storeToCreditCardWallet","processing","swiped","cardPresent","cardOrToken","citId"]},"OracleAuthorizationRuleEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"percent":{"type":"number","nullable":true}},"required":["code","amount","percent"]},"OracleEmailFolioInfoEmbeddable":{"type":"object","properties":{"email":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailEmbeddable"}]},"emailFolio":{"type":"boolean","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","emailFolio","id","type"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]},"OracleReservationFolioWindowEmbeddable":{"type":"object","properties":{"payeeInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePayeeInfoEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"folioWindowNo":{"type":"number","nullable":true}},"required":["payeeInfo","balance","paymentMethod","folioWindowNo"]},"OraclePayeeInfoEmbeddable":{"type":"object","properties":{"payeeId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"payeeName":{"type":"string","nullable":true},"payeeAddress":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAddressEmbeddable"}]}},"required":["payeeId","payeeName","payeeAddress"]},"OracleAddressEmbeddable":{"type":"object","properties":{"isValidated":{"type":"boolean","nullable":true},"addressLine":{"nullable":true,"type":"array","items":{"type":"string"}},"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityExtension":{"type":"string","nullable":true},"county":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"language":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"updateReservations":{"type":"boolean","nullable":true},"barCode":{"type":"string","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"regionCode":{"type":"string","nullable":true}},"required":["isValidated","addressLine","cityName","postalCode","cityExtension","county","state","country","language","type","typeDescription","primaryInd","updateReservations","barCode","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","regionCode"]},"OracleCommissionsInfoEmbeddable":{"type":"object","properties":{"commissionsPaid":{"type":"boolean","nullable":true},"commissionNotesAvailable":{"type":"boolean","nullable":true}},"required":["commissionsPaid","commissionNotesAvailable"]},"OracleDisplayColorDetailsEmbeddable":{"type":"object","properties":{"displayColor":{"type":"string","nullable":true},"colorDefinition":{"type":"string","nullable":true},"colorDescription":{"type":"string","nullable":true}},"required":["displayColor","colorDefinition","colorDescription"]},"OracleReservationIndicatorEmbeddable":{"type":"object","properties":{"indicatorName":{"type":"string","nullable":true},"count":{"type":"number","nullable":true}},"required":["indicatorName","count"]},"OracleSearchMatchEmbeddable":{"type":"object","properties":{"attribute":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}},"required":["attribute","value"]},"OracleSourceOfSaleEmbeddable":{"type":"object","properties":{"sourceType":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true}},"required":["sourceType","sourceCode"]},"OracleWaitlistEmbeddable":{"type":"object","properties":{"reasonDescription":{"type":"string","nullable":true},"priorityDescription":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"reasonCode":{"type":"string","nullable":true},"priorityCode":{"type":"string","nullable":true},"telephone":{"type":"string","nullable":true}},"required":["reasonDescription","priorityDescription","description","reasonCode","priorityCode","telephone"]},"OracleQueueEmbeddable":{"type":"object","properties":{"timeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueTimeSpanEmbeddable"}]},"guestTextInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestTextInfoEmbeddable"}]},"priority":{"type":"number","nullable":true},"averageQueueTimeToCheckIn":{"type":"number","nullable":true},"averageQueueTimeCurrentReservations":{"type":"number","nullable":true},"queueDate":{"format":"date-time","type":"string","nullable":true}},"required":["timeSpan","guestTextInfo","priority","averageQueueTimeToCheckIn","averageQueueTimeCurrentReservations","queueDate"]},"OracleQueueTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true},"durationInSeconds":{"type":"number","nullable":true}},"required":["startDate","endDate","duration","durationInSeconds"]},"OracleGuestTextInfoEmbeddable":{"type":"object","properties":{"sentTime":{"format":"date-time","type":"string","nullable":true},"sentBy":{"type":"string","nullable":true}},"required":["sentTime","sentBy"]},"OracleHousekeepingEmbeddable":{"type":"object","properties":{"instructions":{"type":"string","nullable":true},"turndownRequested":{"type":"boolean","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStatus":{"type":"string","nullable":true},"frontOfficeStatus":{"type":"string","nullable":true},"housekeepingStatus":{"type":"string","nullable":true}},"required":["instructions","turndownRequested","expectedServiceTime","roomStatus","frontOfficeStatus","housekeepingStatus"]},"OracleCashieringEmbeddable":{"type":"object","properties":{"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"billingPrivileges":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBillingPrivilegesEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"bedTaxReporting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBedTaxReportingEmbeddable"}]},"folioTexts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleFolioTextEmbeddable"}},"compAccounting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCompAccountingEmbeddable"}]},"reservationPreConfiguredRoutingInstruction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPreConfiguredRoutingInstructionEmbeddable"}]},"lastRoomAndTaxPostedDate":{"format":"date-time","type":"string","nullable":true},"reverseCheckInAllowed":{"type":"boolean","nullable":true},"reverseAdvanceCheckInAllowed":{"type":"boolean","nullable":true},"transactionsPosted":{"type":"boolean","nullable":true}},"required":["revenuesAndBalances","billingPrivileges","taxType","bedTaxReporting","folioTexts","compAccounting","reservationPreConfiguredRoutingInstruction","lastRoomAndTaxPostedDate","reverseCheckInAllowed","reverseAdvanceCheckInAllowed","transactionsPosted"]},"OracleRevenuesAndBalancesEmbeddable":{"type":"object","properties":{"totalFixedCharge":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalPayment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"foodAndBevRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"otherRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"nonRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]}},"required":["totalFixedCharge","totalPayment","roomRevenue","foodAndBevRevenue","otherRevenue","nonRevenue","totalRevenue","balance","compBalance"]},"OracleBillingPrivilegesEmbeddable":{"type":"object","properties":{"postingRestriction":{"type":"boolean","nullable":true},"preStayCharging":{"type":"boolean","nullable":true},"postStayCharging":{"type":"boolean","nullable":true},"videoCheckout":{"type":"boolean","nullable":true},"allowAutoCheckin":{"type":"boolean","nullable":true},"autoSettlement":{"type":"boolean","nullable":true},"autoSettlementType":{"type":"string","nullable":true},"autoSettlementFreq":{"type":"number","nullable":true},"creditLimitAutoPay":{"type":"boolean","nullable":true}},"required":["postingRestriction","preStayCharging","postStayCharging","videoCheckout","allowAutoCheckin","autoSettlement","autoSettlementType","autoSettlementFreq","creditLimitAutoPay"]},"OracleTaxTypeEmbeddable":{"type":"object","properties":{"code":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["code","description"]},"OracleBedTaxReportingEmbeddable":{"type":"object","properties":{"taxRegistrationNo":{"type":"number","nullable":true}},"required":["taxRegistrationNo"]},"OracleFolioTextEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"row":{"type":"number","nullable":true}},"required":["text","row"]},"OracleCompAccountingEmbeddable":{"type":"object","properties":{"compType":{"type":"string","nullable":true},"authorizer":{"type":"string","nullable":true},"compPostings":{"type":"string","nullable":true}},"required":["compType","authorizer","compPostings"]},"OracleReservationPreConfiguredRoutingInstructionEmbeddable":{"type":"object","properties":{"authorizerInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizerInfoEmbeddable"}]},"ratePlanCode":{"type":"string","nullable":true},"profileType":{"type":"string","nullable":true},"promotionCode":{"type":"string","nullable":true}},"required":["authorizerInfo","ratePlanCode","profileType","promotionCode"]},"OracleAuthorizerInfoEmbeddable":{"type":"object","properties":{"authorizerId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"authorizerUserName":{"type":"string","nullable":true},"authorizerName":{"type":"string","nullable":true},"authorizerRateCode":{"type":"string","nullable":true},"inheritAuthorizerRateCode":{"type":"boolean","nullable":true}},"required":["authorizerId","authorizerUserName","authorizerName","authorizerRateCode","inheritAuthorizerRateCode"]},"OracleDepositEmbeddable":{"type":"object","properties":{"amountPaid":{"type":"number","nullable":true},"dueDate":{"format":"date-time","type":"string","nullable":true},"postingDate":{"format":"date-time","type":"string","nullable":true},"hasPaid":{"type":"boolean","nullable":true},"hasOutstanding":{"type":"boolean","nullable":true},"amountRequired":{"type":"number","nullable":true},"amountOwed":{"type":"number","nullable":true}},"required":["amountPaid","dueDate","postingDate","hasPaid","hasOutstanding","amountRequired","amountOwed"]},"OracleMobileNotificationsEmbeddable":{"type":"object","properties":{"roomReady":{"type":"string","nullable":true},"keyReady":{"type":"string","nullable":true},"checkoutMessageReceived":{"type":"boolean","nullable":true},"requiresAction":{"type":"boolean","nullable":true},"errorMessage":{"type":"string","nullable":true}},"required":["roomReady","keyReady","checkoutMessageReceived","requiresAction","errorMessage"]},"OracleReservationCommunicationEmbeddable":{"type":"object","properties":{"telephones":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTelephoneInfoEmbeddable"}]},"emails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailInfoEmbeddable"}]}},"required":["telephones","emails"]},"OracleTelephoneInfoEmbeddable":{"type":"object","properties":{"telephoneInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleTelephoneEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["telephoneInfo","hasMore","totalResults","count"]},"OracleTelephoneEmbeddable":{"type":"object","properties":{"telephone":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePhoneNumberEmbeddable"}]},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["telephone","id","type"]},"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]},"OracleEmailInfoEmbeddable":{"type":"object","properties":{"emailInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleEmailEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["emailInfo","hasMore","totalResults","count"]},"OracleAdvanceCheckInEmbeddable":{"type":"object","properties":{"advanceCheckedIn":{"type":"boolean","nullable":true},"expectedReturnTime":{"format":"date-time","type":"string","nullable":true},"eTRComments":{"type":"string","nullable":true}},"required":["advanceCheckedIn","expectedReturnTime","eTRComments"]},"OracleCancellationInfoEmbeddable":{"type":"object","properties":{"description":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true}},"required":["description","code","date"]},"OracleFiscalInfoEmbeddable":{"type":"object","properties":{"partnerCode":{"type":"string","nullable":true},"fiscalStatus":{"type":"string","nullable":true},"fiscalPayloadType":{"type":"string","nullable":true}},"required":["partnerCode","fiscalStatus","fiscalPayloadType"]}}}}
```

## The PartouchePurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartouchePurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"unique_id":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"visits_last_casino":{"type":"string","nullable":true},"visits_last_date":{"format":"date-time","type":"string","nullable":true},"visits_7_day":{"type":"number","nullable":true},"visits_1_month":{"type":"number","nullable":true},"visits_3_month":{"type":"number","nullable":true},"visits_6_month":{"type":"number","nullable":true},"visits_12_month":{"type":"number","nullable":true},"visits_18_month":{"type":"number","nullable":true},"visits_24_month":{"type":"number","nullable":true},"visits_36_month":{"type":"number","nullable":true},"visits_total":{"type":"number","nullable":true}},"required":["id","unique_id","id_contact","visits_last_casino","visits_last_date","visits_7_day","visits_1_month","visits_3_month","visits_6_month","visits_12_month","visits_18_month","visits_24_month","visits_36_month","visits_total"]}}}}
```

## The ComoApiWebhookUserActionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoApiWebhookUserActionEmbeddable":{"type":"object","properties":{"Labels":{"type":"object","nullable":true},"Action":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"ApiKey":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"PurchaseUID":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Verification":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"Public":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true}},"required":["Labels","Action","TransactionSourceName","ApiKey","TransactionSource","LastUpdate","UserKey","PurchaseUID","LocationID","Verification","MembershipKey","Public","BranchID","TimeStamp","Source","TransactionID","PosID","PurchaseKey","Kind","CreatedOn","Key"]}}}}
```

## The ComoApiWebhookUserKeyEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoApiWebhookUserKeyEmbeddable":{"type":"object","properties":{"kind":{"type":"string","nullable":true},"appId":{"type":"string","nullable":true},"namespace":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"complete":{"type":"string","nullable":true}},"required":["kind","appId","namespace","id","complete"]}}}}
```

## The ComoApiWebhookPurchaseItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoApiWebhookPurchaseItemEmbeddable":{"type":"object","properties":{"DepartmentCode":{"type":"string","nullable":true},"ItemCode":{"type":"string","nullable":true},"Action":{"type":"string","nullable":true},"LineID":{"type":"string","nullable":true},"Price":{"type":"string","nullable":true},"GrossPrice":{"type":"string","nullable":true},"ItemName":{"type":"string","nullable":true},"DepartmentName":{"type":"string","nullable":true},"Quantity":{"type":"string","nullable":true}},"required":["DepartmentCode","ItemCode","Action","LineID","Price","GrossPrice","ItemName","DepartmentName","Quantity"]}}}}
```

## The ComoApiWebhookRedeemItemResponseEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoApiWebhookRedeemItemResponseEmbeddable":{"type":"object","properties":{"redeemResponseVersion":{"type":"string","nullable":true},"Result":{"type":"string","nullable":true}},"required":["redeemResponseVersion","Result"]}}}}
```

## The ComoApiWebhookRedeemItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoApiWebhookRedeemItemEmbeddable":{"type":"object","properties":{"AssetKey":{"type":"string","nullable":true},"AppliedAmount":{"type":"string","nullable":true}},"required":["AssetKey","AppliedAmount"]}}}}
```

## The ComoApiWebhookPurchaseEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoApiWebhookPurchaseEmbeddable":{"type":"object","properties":{"TransactionSourceVersion":{"type":"string","nullable":true},"ItemKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"ApiKey":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserKeyEmbeddable"}]},"BranchID":{"type":"string","nullable":true},"UserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookPurchaseItemEmbeddable"}},"CreatedOn":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"Cancelled":{"type":"string","nullable":true},"Cashier":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"EntityId":{"type":"string","nullable":true},"UID":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"RedeemItemsResponse":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemResponseEmbeddable"}},"TotalSum":{"type":"string","nullable":true},"UsedGeneralMembership":{"type":"string","nullable":true},"RedeemItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemEmbeddable"}},"IsCancellation":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"BusinessID":{"type":"string","nullable":true},"MembershipKeys":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["TransactionSourceVersion","ItemKeys","ApiKey","LastUpdate","UserKey","BranchID","UserKeys","TransactionID","PosID","Kind","Items","CreatedOn","Status","TransactionSourceName","TransactionSource","Cancelled","Cashier","TimeStamp","EntityId","UID","NumOfMembers","RedeemItemsResponse","TotalSum","UsedGeneralMembership","RedeemItems","IsCancellation","Key","BusinessID","MembershipKeys"]},"ComoApiWebhookUserKeyEmbeddable":{"type":"object","properties":{"kind":{"type":"string","nullable":true},"appId":{"type":"string","nullable":true},"namespace":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"complete":{"type":"string","nullable":true}},"required":["kind","appId","namespace","id","complete"]},"ComoApiWebhookPurchaseItemEmbeddable":{"type":"object","properties":{"DepartmentCode":{"type":"string","nullable":true},"ItemCode":{"type":"string","nullable":true},"Action":{"type":"string","nullable":true},"LineID":{"type":"string","nullable":true},"Price":{"type":"string","nullable":true},"GrossPrice":{"type":"string","nullable":true},"ItemName":{"type":"string","nullable":true},"DepartmentName":{"type":"string","nullable":true},"Quantity":{"type":"string","nullable":true}},"required":["DepartmentCode","ItemCode","Action","LineID","Price","GrossPrice","ItemName","DepartmentName","Quantity"]},"ComoApiWebhookRedeemItemResponseEmbeddable":{"type":"object","properties":{"redeemResponseVersion":{"type":"string","nullable":true},"Result":{"type":"string","nullable":true}},"required":["redeemResponseVersion","Result"]},"ComoApiWebhookRedeemItemEmbeddable":{"type":"object","properties":{"AssetKey":{"type":"string","nullable":true},"AppliedAmount":{"type":"string","nullable":true}},"required":["AssetKey","AppliedAmount"]}}}}
```

## The ComoApiWebhookRuleEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoApiWebhookRuleEmbeddable":{"type":"object","properties":{"ID":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true}},"required":["ID","Tag"]}}}}
```

## The ComoPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ComoPurchaseMetadatasEmbeddable":{"type":"object","properties":{"BusinessLogo":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"CurrencySymbol":{"type":"string","nullable":true},"UserAction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserActionEmbeddable"}]},"TextDirection":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"MemberIndex":{"type":"string","nullable":true},"Purchase":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookPurchaseEmbeddable"}]},"RegionIsoCode":{"type":"string","nullable":true},"BusinessName":{"type":"string","nullable":true},"RelativeSum":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"CurrencyIsoCode":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"TimeZone":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"TotalSum":{"type":"string","nullable":true},"Rule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookRuleEmbeddable"}]},"Confirmation":{"type":"string","nullable":true}},"required":["BusinessLogo","UserKey","LocationID","BranchID","Source","CurrencySymbol","UserAction","TextDirection","PosID","PurchaseKey","MemberIndex","Purchase","RegionIsoCode","BusinessName","RelativeSum","MembershipKey","CurrencyIsoCode","TimeStamp","TimeZone","NumOfMembers","TotalSum","Rule","Confirmation"]},"ComoApiWebhookUserActionEmbeddable":{"type":"object","properties":{"Labels":{"type":"object","nullable":true},"Action":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"ApiKey":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"PurchaseUID":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Verification":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"Public":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true}},"required":["Labels","Action","TransactionSourceName","ApiKey","TransactionSource","LastUpdate","UserKey","PurchaseUID","LocationID","Verification","MembershipKey","Public","BranchID","TimeStamp","Source","TransactionID","PosID","PurchaseKey","Kind","CreatedOn","Key"]},"ComoApiWebhookPurchaseEmbeddable":{"type":"object","properties":{"TransactionSourceVersion":{"type":"string","nullable":true},"ItemKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"ApiKey":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserKeyEmbeddable"}]},"BranchID":{"type":"string","nullable":true},"UserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookPurchaseItemEmbeddable"}},"CreatedOn":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"Cancelled":{"type":"string","nullable":true},"Cashier":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"EntityId":{"type":"string","nullable":true},"UID":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"RedeemItemsResponse":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemResponseEmbeddable"}},"TotalSum":{"type":"string","nullable":true},"UsedGeneralMembership":{"type":"string","nullable":true},"RedeemItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemEmbeddable"}},"IsCancellation":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"BusinessID":{"type":"string","nullable":true},"MembershipKeys":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["TransactionSourceVersion","ItemKeys","ApiKey","LastUpdate","UserKey","BranchID","UserKeys","TransactionID","PosID","Kind","Items","CreatedOn","Status","TransactionSourceName","TransactionSource","Cancelled","Cashier","TimeStamp","EntityId","UID","NumOfMembers","RedeemItemsResponse","TotalSum","UsedGeneralMembership","RedeemItems","IsCancellation","Key","BusinessID","MembershipKeys"]},"ComoApiWebhookUserKeyEmbeddable":{"type":"object","properties":{"kind":{"type":"string","nullable":true},"appId":{"type":"string","nullable":true},"namespace":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"complete":{"type":"string","nullable":true}},"required":["kind","appId","namespace","id","complete"]},"ComoApiWebhookPurchaseItemEmbeddable":{"type":"object","properties":{"DepartmentCode":{"type":"string","nullable":true},"ItemCode":{"type":"string","nullable":true},"Action":{"type":"string","nullable":true},"LineID":{"type":"string","nullable":true},"Price":{"type":"string","nullable":true},"GrossPrice":{"type":"string","nullable":true},"ItemName":{"type":"string","nullable":true},"DepartmentName":{"type":"string","nullable":true},"Quantity":{"type":"string","nullable":true}},"required":["DepartmentCode","ItemCode","Action","LineID","Price","GrossPrice","ItemName","DepartmentName","Quantity"]},"ComoApiWebhookRedeemItemResponseEmbeddable":{"type":"object","properties":{"redeemResponseVersion":{"type":"string","nullable":true},"Result":{"type":"string","nullable":true}},"required":["redeemResponseVersion","Result"]},"ComoApiWebhookRedeemItemEmbeddable":{"type":"object","properties":{"AssetKey":{"type":"string","nullable":true},"AppliedAmount":{"type":"string","nullable":true}},"required":["AssetKey","AppliedAmount"]},"ComoApiWebhookRuleEmbeddable":{"type":"object","properties":{"ID":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true}},"required":["ID","Tag"]}}}}
```

## The ExperienceApiBookingAdditionalPropertyEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]}}}}
```

## The ExperiencePurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]}}}}
```

## The AutoGestionVehicleItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"AutoGestionVehicleItemEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"carmaker":{"type":"string"},"model":{"type":"string"},"energy":{"type":"string"},"motorisation":{"type":"string"},"transmission":{"type":"string"},"finishing":{"type":"string","nullable":true}},"required":["id","carmaker","model","energy","motorisation","transmission","finishing"]}}}}
```

## The AutoGestionTransactionType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"AutoGestionTransactionType":{"type":"string","enum":["deposit_sale","sale"]}}}}
```

## The AutoGestionTransactionDetailsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"AutoGestionTransactionDetailsEmbeddable":{"type":"object","properties":{"transaction_type":{"allOf":[{"$ref":"#/components/schemas/AutoGestionTransactionType"}]},"transaction_date":{"type":"string"}},"required":["transaction_type","transaction_date"]},"AutoGestionTransactionType":{"type":"string","enum":["deposit_sale","sale"]}}}}
```

## The AutoGestionPurchaseCompanyEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"AutoGestionPurchaseCompanyEmbeddable":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}}
```

## The AutoGestionPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"AutoGestionPurchaseMetadatasEmbeddable":{"type":"object","properties":{"vehicle":{"$ref":"#/components/schemas/AutoGestionVehicleItemEmbeddable"},"depositary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"seller":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"buyer":{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"},"transaction":{"$ref":"#/components/schemas/AutoGestionTransactionDetailsEmbeddable"},"company":{"$ref":"#/components/schemas/AutoGestionPurchaseCompanyEmbeddable"}},"required":["vehicle","depositary","seller","buyer","transaction","company"]},"AutoGestionVehicleItemEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"carmaker":{"type":"string"},"model":{"type":"string"},"energy":{"type":"string"},"motorisation":{"type":"string"},"transmission":{"type":"string"},"finishing":{"type":"string","nullable":true}},"required":["id","carmaker","model","energy","motorisation","transmission","finishing"]},"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]},"AutoGestionTransactionDetailsEmbeddable":{"type":"object","properties":{"transaction_type":{"allOf":[{"$ref":"#/components/schemas/AutoGestionTransactionType"}]},"transaction_date":{"type":"string"}},"required":["transaction_type","transaction_date"]},"AutoGestionTransactionType":{"type":"string","enum":["deposit_sale","sale"]},"AutoGestionPurchaseCompanyEmbeddable":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]}}}}
```

## The TheForkReservationStatus object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReservationStatus":{"type":"string","enum":["RECORDED","CONFIRMED","CANCELED","NO_SHOW","REQUESTED","REFUSED","REJECTED"]}}}}
```

## The TheForkReservationChannel object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReservationChannel":{"type":"string","enum":["TripAdvisor","Michelin","Booking Module","Offline","TheFork","TheFork Manager API","Walk-in","Google","Cross Sell"]}}}}
```

## The TheForkReservationCustomFieldEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReservationCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]}}}}
```

## The TheForkReservationOfferDetailsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReservationOfferDetailsEmbeddable":{"type":"object","properties":{"offerType":{"type":"object"},"name":{"type":"object","nullable":true},"discountPercentage":{"type":"number","nullable":true},"presetMenuType":{"type":"object"},"price":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true}},"required":["offerType","name","discountPercentage","presetMenuType","price","currency"]}}}}
```

## The TheForkReservationUtmTrackingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReservationUtmTrackingEmbeddable":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}},"required":["key","value"]}}}}
```

## The TheForkReservationBillAmountEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReservationBillAmountEmbeddable":{"type":"object","properties":{"totalPrice":{"type":"number"},"currency":{"type":"string"}},"required":["totalPrice","currency"]}}}}
```

## The TheForkPurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkPurchaseMetadatasEmbeddable":{"type":"object","properties":{"status":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationStatus"}]},"reservationChannel":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationChannel"}]},"reservationUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"mealDate":{"type":"string"},"partySize":{"type":"number"},"offerUuid":{"type":"string","nullable":true},"customerNote":{"type":"string","nullable":true},"customerUuid":{"type":"string","nullable":true},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationCustomFieldEmbeddable"}},"offerDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationOfferDetailsEmbeddable"}]},"utmTrackingInformation":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationUtmTrackingEmbeddable"}},"billAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationBillAmountEmbeddable"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string","nullable":true}},"required":["status","reservationChannel","reservationUuid","restaurantUuid","mealDate","partySize","offerUuid","customerNote","customerUuid","customFields","offerDetails","utmTrackingInformation","billAmount","createdAt","updatedAt"]},"TheForkReservationStatus":{"type":"string","enum":["RECORDED","CONFIRMED","CANCELED","NO_SHOW","REQUESTED","REFUSED","REJECTED"]},"TheForkReservationChannel":{"type":"string","enum":["TripAdvisor","Michelin","Booking Module","Offline","TheFork","TheFork Manager API","Walk-in","Google","Cross Sell"]},"TheForkReservationCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"TheForkReservationOfferDetailsEmbeddable":{"type":"object","properties":{"offerType":{"type":"object"},"name":{"type":"object","nullable":true},"discountPercentage":{"type":"number","nullable":true},"presetMenuType":{"type":"object"},"price":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true}},"required":["offerType","name","discountPercentage","presetMenuType","price","currency"]},"TheForkReservationUtmTrackingEmbeddable":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}},"required":["key","value"]},"TheForkReservationBillAmountEmbeddable":{"type":"object","properties":{"totalPrice":{"type":"number"},"currency":{"type":"string"}},"required":["totalPrice","currency"]}}}}
```

## The Chr365CustomerEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]}}}}
```

## The Chr365StayNightEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"Chr365StayNightEmbeddable":{"type":"object","properties":{"adultCount":{"type":"number","nullable":true},"childrenCount":{"type":"number","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"ratePlan":{"type":"string","nullable":true}},"required":["adultCount","childrenCount","startDate","endDate","ratePlan"]}}}}
```

## The Chr365StayEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"Chr365StayEmbeddable":{"type":"object","properties":{"hospitalityUnitUuid":{"type":"string","nullable":true},"bookingStatus":{"type":"string","nullable":true},"bookingUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"acquisitonChannel":{"type":"string","nullable":true},"isCheckedIn":{"type":"boolean","nullable":true},"checkedInAt":{"type":"string","nullable":true},"arrivalDateTime":{"type":"string","nullable":true},"isCheckout":{"type":"boolean","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]},"nights":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/Chr365StayNightEmbeddable"}}},"required":["hospitalityUnitUuid","bookingStatus","bookingUuid","createdAt","startDate","endDate","acquisitonChannel","isCheckedIn","checkedInAt","arrivalDateTime","isCheckout","client","nights"]},"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"Chr365StayNightEmbeddable":{"type":"object","properties":{"adultCount":{"type":"number","nullable":true},"childrenCount":{"type":"number","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"ratePlan":{"type":"string","nullable":true}},"required":["adultCount","childrenCount","startDate","endDate","ratePlan"]}}}}
```

## The Chr365VisitEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"Chr365VisitEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"guestCount":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","createdAt","guestCount","dateTime","hospitalityUnitUuid","client"]},"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]}}}}
```

## The Chr365BookingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"Chr365BookingEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"posUuid":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"bookedSeats":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","posUuid","hospitalityUnitUuid","createdAt","bookedSeats","dateTime","client"]},"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]}}}}
```

## The Chr365PurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"Chr365PurchaseMetadatasEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"externalId":{"type":"string","nullable":true},"createdAt":{"format":"date-time","type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true},"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"isEnded":{"type":"boolean","nullable":true},"stayData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365StayEmbeddable"}]},"visitData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365VisitEmbeddable"}]},"bookingData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365BookingEmbeddable"}]},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["type","hospitalityUnitUuid","externalId","createdAt","date","startDate","endDate","isEnded","stayData","visitData","bookingData","client"]},"Chr365StayEmbeddable":{"type":"object","properties":{"hospitalityUnitUuid":{"type":"string","nullable":true},"bookingStatus":{"type":"string","nullable":true},"bookingUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"acquisitonChannel":{"type":"string","nullable":true},"isCheckedIn":{"type":"boolean","nullable":true},"checkedInAt":{"type":"string","nullable":true},"arrivalDateTime":{"type":"string","nullable":true},"isCheckout":{"type":"boolean","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]},"nights":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/Chr365StayNightEmbeddable"}}},"required":["hospitalityUnitUuid","bookingStatus","bookingUuid","createdAt","startDate","endDate","acquisitonChannel","isCheckedIn","checkedInAt","arrivalDateTime","isCheckout","client","nights"]},"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"Chr365StayNightEmbeddable":{"type":"object","properties":{"adultCount":{"type":"number","nullable":true},"childrenCount":{"type":"number","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"ratePlan":{"type":"string","nullable":true}},"required":["adultCount","childrenCount","startDate","endDate","ratePlan"]},"Chr365VisitEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"guestCount":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","createdAt","guestCount","dateTime","hospitalityUnitUuid","client"]},"Chr365BookingEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"posUuid":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"bookedSeats":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","posUuid","hospitalityUnitUuid","createdAt","bookedSeats","dateTime","client"]}}}}
```

## The PurchaseMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PurchaseMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business purchase metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessPurchaseMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta purchase metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce purchase metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforcePurchaseMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo purchase metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooPurchaseMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats purchase metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms purchase metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews purchase metadatas.","allOf":[{"$ref":"#/components/schemas/MewsPurchaseMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle purchase metadatas.","allOf":[{"$ref":"#/components/schemas/OraclePurchaseMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche purchase metadatas.","allOf":[{"$ref":"#/components/schemas/PartouchePurchaseMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ComoPurchaseMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ExperiencePurchaseMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion purchase metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionPurchaseMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork purchase metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkPurchaseMetadatasEmbeddable"}]},"chr365":{"nullable":true,"description":"Chr365 purchase metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365PurchaseMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"}}},"GoogleMyBusinessPurchaseMetadatasEmbeddable":{"type":"object","properties":{}},"ZeltyPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"id_restaurant":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"ref":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"closed_at":{"type":"string","nullable":true},"due_date":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"channel":{"type":"string","nullable":true},"virtual_brand_name":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceDetailEmbeddable"}]},"seats":{"type":"number","nullable":true},"table":{"type":"number","nullable":true},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}]},"transactions":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTransactionEmbeddable"}},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyOrderEntryEmbeddable"}},"comment":{"type":"string","nullable":true},"device_id":{"type":"number","nullable":true},"first_name":{"type":"string","nullable":true},"closed_by_device_id":{"type":"number","nullable":true},"user":{"type":"string","nullable":true},"delivery_started":{"type":"string","nullable":true},"delivery_ended":{"type":"string","nullable":true},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]}},"required":["id","uuid","id_restaurant","remote_id","ref","created_at","closed_at","due_date","mode","status","channel","virtual_brand_name","source","price","seats","table","address","transactions","items","comment","device_id","first_name","closed_by_device_id","user","delivery_started","delivery_ended","customer"]},"ZeltyPriceDetailEmbeddable":{"type":"object","properties":{"final_amount_inc_tax":{"type":"number","nullable":true},"final_amount_exc_tax":{"type":"number","nullable":true},"discounts":{"nullable":true,"type":"array","items":{"type":"object"}},"taxes":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}}},"required":["final_amount_inc_tax","final_amount_exc_tax","discounts","taxes"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]},"ZeltyTransactionEmbeddable":{"type":"object","properties":{"device_id":{"type":"number","nullable":true},"price":{"type":"number","nullable":true},"date":{"type":"string","nullable":true},"method":{"type":"string","nullable":true}},"required":["device_id","price","date","method"]},"ZeltyOrderEntryEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyModifierEmbeddable"}}},"required":["id","name","type","item_id","price","tax","modifiers"]},"ZeltyPriceEmbeddable":{"type":"object","properties":{"base_original_amount_inc_tax":{"type":"number","nullable":true},"original_amount_inc_tax":{"type":"number","nullable":true},"discounted_amount_inc_tax":{"type":"number","nullable":true},"final_amount_inc_tax":{"type":"number","nullable":true},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]}},"required":["base_original_amount_inc_tax","original_amount_inc_tax","discounted_amount_inc_tax","final_amount_inc_tax","tax"]},"ZeltyModifierEmbeddable":{"type":"object","properties":{"modifiers":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]}},"required":["modifiers","id","type","name","item_id","quantity","price"]},"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]},"ZenchefPurchaseMetadatasEmbeddable":{"type":"object","properties":{"tables":{"nullable":true,"default":[],"type":"array","items":{"type":"object"}},"id":{"type":"number"},"type":{"type":"string"},"partner_id":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"resto_id":{"type":"number","nullable":true},"resto_name":{"type":"string","nullable":true},"to":{"type":"string","nullable":true},"day":{"type":"string","nullable":true},"time":{"type":"string","nullable":true},"nb_guests":{"type":"number","nullable":true},"slots_count":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"private_comment":{"type":"string","nullable":true},"allergies":{"type":"string","nullable":true},"cancel_reason_id":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"moment":{"type":"string","nullable":true},"type_client":{"type":"string","nullable":true},"type_event":{"type":"string","nullable":true},"budget":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"reply_date":{"type":"string","nullable":true},"treatment":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"is_walk_in":{"type":"number","nullable":true},"waiting_list_for":{"type":"string","nullable":true},"is_reconfirmed":{"type":"number","nullable":true},"is_canceled_late":{"type":"number","nullable":true},"waiting_reconfirmation":{"type":"string","nullable":true},"is_locked":{"type":"boolean","nullable":true},"is_not_destockable":{"type":"boolean","nullable":true},"is_virtual_menu_sent":{"type":"number","nullable":true},"review":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"attendance_customer":{"type":"number","nullable":true},"customer_sheet_id":{"type":"number","nullable":true},"waiter_id":{"type":"string","nullable":true},"custom_field":{"type":"string","nullable":true},"prescriber_id":{"type":"string","nullable":true},"is_risky":{"type":"boolean","nullable":true},"is_safe":{"type":"boolean","nullable":true},"status_updated_at":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"source_id":{"type":"number","nullable":true},"shift_date":{"type":"string","nullable":true},"waiting_inside_for":{"type":"string","nullable":true},"seated_substatus":{"type":"string","nullable":true},"phase":{"type":"string","nullable":true},"shift_slot":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefShiftSlotEmbeddable"}]},"shift_slot_id":{"type":"number","nullable":true},"customersheet":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"restaurant":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantEmbeddable"}]}},"required":["tables","id","type","partner_id","reservation_type","restaurant_id","resto_id","resto_name","to","day","time","nb_guests","slots_count","civility","firstname","lastname","country","phone_number","email","comment","private_comment","allergies","cancel_reason_id","zip","lang","moment","type_client","type_event","budget","date","status","reply_date","treatment","url","is_walk_in","waiting_list_for","is_reconfirmed","is_canceled_late","waiting_reconfirmation","is_locked","is_not_destockable","is_virtual_menu_sent","review","review_reminder","unsubscribed","attendance_customer","customer_sheet_id","waiter_id","custom_field","prescriber_id","is_risky","is_safe","status_updated_at","created_at","updated_at","source_id","shift_date","waiting_inside_for","seated_substatus","phase","shift_slot","shift_slot_id","customersheet","restaurant"]},"ZenchefShiftSlotEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"slot_name":{"type":"string","nullable":true},"slot_id":{"type":"number","nullable":true},"interval_in_minutes":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"shift":{"$ref":"#/components/schemas/ZenchefShiftEmbeddable"}},"required":["name","slot_name","slot_id","interval_in_minutes","id","shift"]},"ZenchefShiftEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]},"ZenchefRestaurantEmbeddable":{"type":"object","properties":{"state":{"type":"object","nullable":true},"tracking_phone":{"type":"object","nullable":true},"accounting":{"type":"object","nullable":true},"reservation_auto_conf_max":{"type":"object","nullable":true},"ereputation":{"type":"object","nullable":true},"ereputation_activation_code":{"type":"object","nullable":true},"completion":{"type":"object","nullable":true},"to_be_deleted_at":{"type":"object","nullable":true},"deleted_at":{"type":"object","nullable":true},"date_start_contract_updated_at":{"type":"object","nullable":true},"date_end_free_trial":{"type":"object","nullable":true},"amount_method":{"type":"object","nullable":true},"twilio_phone":{"type":"object","nullable":true},"newsletter_counters_calculated_at":{"type":"object","nullable":true},"socials":{"type":"object","nullable":true},"module_html":{"type":"object","nullable":true},"module_video":{"type":"object","nullable":true},"module_virtual_tour":{"type":"object","nullable":true},"custom_link":{"type":"object","nullable":true},"custom_button":{"type":"object","nullable":true},"facebook_app":{"type":"object","nullable":true},"custom_web_setting":{"type":"object","nullable":true},"custom_web_stylesheet":{"type":"object","nullable":true},"tag_params":{"type":"object","nullable":true},"suggested_restaurants":{"type":"object","nullable":true},"voucher_param":{"type":"object","nullable":true},"restaurant_payment_param":{"type":"object","nullable":true},"restaurant_payment_providers":{"nullable":true,"type":"array","items":{"type":"object"}},"certifications":{"type":"object","nullable":true},"command_comment":{"type":"object","nullable":true},"comment":{"type":"object","nullable":true},"charge_param":{"type":"object","nullable":true},"backoffice_param":{"type":"object","nullable":true},"cancelation_param":{"type":"object","nullable":true},"waiters":{"nullable":true,"type":"array","items":{"type":"object"}},"groups":{"nullable":true,"type":"array","items":{"type":"object"}},"price_plan":{"type":"object","nullable":true},"stock_table_param":{"type":"object","nullable":true},"acl_packs":{"nullable":true,"type":"array","items":{"type":"object"}},"restaurant_params":{"nullable":true,"type":"array","items":{"type":"object"}},"user_acls":{"nullable":true,"type":"array","items":{"type":"object"}},"seatingPlanParams":{"type":"object","nullable":true},"legalNotice":{"type":"object","nullable":true},"bookingParams":{"type":"object","nullable":true},"commandParams":{"type":"object","nullable":true},"restaurant_prepayment_param":{"type":"object","nullable":true},"restaurant_imprint_param":{"type":"object","nullable":true},"acls":{"nullable":true,"type":"array","items":{"type":"object"}},"publishers":{"nullable":true,"type":"array","items":{"type":"object"}},"reviewDistributions":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"owner_id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"address_2":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"capacity":{"type":"number","nullable":true},"avg_budget":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"google_plus":{"type":"string","nullable":true},"tripadvisor":{"type":"string","nullable":true},"moving":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"phone_2":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"reservation_email":{"type":"string","nullable":true},"reservation_phone":{"type":"string","nullable":true},"reservation_phone_sms":{"type":"string","nullable":true},"charge_emails":{"type":"string","nullable":true},"reconfirmation_emails":{"type":"string","nullable":true},"prepay_emails":{"type":"string","nullable":true},"command_emails":{"type":"string","nullable":true},"sms_oadc":{"type":"string","nullable":true},"reservation":{"type":"number","nullable":true},"reservation_notifications":{"type":"number","nullable":true},"delivery":{"type":"number","nullable":true},"actived_phone_tracking":{"type":"number","nullable":true},"metro":{"type":"string","nullable":true},"train":{"type":"string","nullable":true},"velo":{"type":"string","nullable":true},"autolib":{"type":"string","nullable":true},"parking":{"type":"string","nullable":true},"bus":{"type":"string","nullable":true},"delivery_url":{"type":"string","nullable":true},"reservation_url":{"type":"string","nullable":true},"wap_vhost":{"type":"string","nullable":true},"subdomain":{"type":"string","nullable":true},"web_vhost":{"type":"string","nullable":true},"web_subdomain":{"type":"string","nullable":true},"www_redirect":{"type":"string","nullable":true},"page_title":{"type":"string","nullable":true},"own_website":{"type":"number","nullable":true},"analytics":{"type":"string","nullable":true},"tag_manager":{"type":"string","nullable":true},"facebook_pixel_id":{"type":"string","nullable":true},"theme":{"type":"string","nullable":true},"button_theme":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"business_type":{"type":"string","nullable":true},"is_client":{"type":"number","nullable":true},"is_ambassador":{"type":"number","nullable":true},"has_been_client":{"type":"number","nullable":true},"client_type":{"type":"string","nullable":true},"price_plan_id":{"type":"number","nullable":true},"recovery_at":{"type":"string","nullable":true},"is_recovery":{"type":"number","nullable":true},"closed":{"type":"number","nullable":true},"sms_credits":{"type":"number","nullable":true},"reservation_auto_conf":{"type":"number","nullable":true},"auto_modified":{"type":"string","nullable":true},"booking_widget_time_interval":{"type":"string","nullable":true},"is_blocking_waiting":{"type":"number","nullable":true},"custom_web_setting_id":{"type":"string","nullable":true},"sf_opportunity_id":{"type":"string","nullable":true},"sf_account_id":{"type":"string","nullable":true},"cbee_account_id":{"type":"string","nullable":true},"z_account_id":{"type":"string","nullable":true},"invokit_id":{"type":"number","nullable":true},"company_id":{"type":"number","nullable":true},"parent_id":{"type":"string","nullable":true},"country_id":{"type":"number","nullable":true},"google_rating":{"type":"number","nullable":true},"ereputation_id":{"type":"string","nullable":true},"ereputation_url":{"type":"string","nullable":true},"date_start_contract":{"type":"string","nullable":true},"nb_reservation_total":{"type":"string","nullable":true},"revenue_total":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"mail_reviews":{"type":"number","nullable":true},"private_reviews":{"type":"number","nullable":true},"private_reviews_reply_displaying":{"type":"number","nullable":true},"private_reviews_period":{"type":"number","nullable":true},"booking_reminder_hours":{"type":"number","nullable":true},"disable_3263":{"type":"number","nullable":true},"new_booking_widget":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"enable_cache":{"type":"number","nullable":true},"privatisation_emails":{"type":"string","nullable":true},"contact_emails":{"type":"string","nullable":true},"review_emails":{"type":"string","nullable":true},"tracking_app_id":{"type":"string","nullable":true},"calldesk_phone":{"type":"string","nullable":true},"optin":{"type":"string","nullable":true},"has_pin":{"type":"boolean","nullable":true},"pin":{"type":"string","nullable":true},"pin_required_from":{"type":"number","nullable":true},"has_room_map":{"type":"number","nullable":true},"has_prepayment":{"type":"number","nullable":true},"has_precharge":{"type":"number","nullable":true},"has_group_search":{"type":"number","nullable":true},"has_automatic_status":{"type":"number","nullable":true},"has_room_selection_on_widget":{"type":"boolean","nullable":true},"is_room_selection_mandatory":{"type":"boolean","nullable":true},"test":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"is_white_label":{"type":"number","nullable":true},"close_commands":{"type":"number","nullable":true},"open_commands":{"type":"number","nullable":true},"commands_auto_conf":{"type":"number","nullable":true},"rooms":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantRoomEmbeddable"}},"tables":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableEmbeddable"}},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantCountryEmbeddable"}]},"display_name":{"type":"string","nullable":true},"valid_gtc":{"type":"boolean","nullable":true},"current_gtc":{"type":"string","nullable":true},"has_virtual_menu":{"type":"boolean","nullable":true},"has_active_prepayment_connection":{"type":"boolean","nullable":true},"has_active_imprint_connection":{"type":"boolean","nullable":true},"has_active_payment_connection":{"type":"boolean","nullable":true},"is_payment_connection_required":{"type":"boolean","nullable":true},"is_prepayment_connection_required":{"type":"boolean","nullable":true},"is_imprint_connection_required":{"type":"boolean","nullable":true},"is_stripe_connection_required":{"type":"boolean","nullable":true},"has_connected_vouchers":{"type":"boolean","nullable":true},"country_iso2":{"type":"string","nullable":true}},"required":["state","tracking_phone","accounting","reservation_auto_conf_max","ereputation","ereputation_activation_code","completion","to_be_deleted_at","deleted_at","date_start_contract_updated_at","date_end_free_trial","amount_method","twilio_phone","newsletter_counters_calculated_at","socials","module_html","module_video","module_virtual_tour","custom_link","custom_button","facebook_app","custom_web_setting","custom_web_stylesheet","tag_params","suggested_restaurants","voucher_param","restaurant_payment_param","restaurant_payment_providers","certifications","command_comment","comment","charge_param","backoffice_param","cancelation_param","waiters","groups","price_plan","stock_table_param","acl_packs","restaurant_params","user_acls","seatingPlanParams","legalNotice","bookingParams","commandParams","restaurant_prepayment_param","restaurant_imprint_param","acls","publishers","reviewDistributions","id","owner_id","name","address","address_2","zip","city","type","longitude","latitude","timezone","lang","capacity","avg_budget","website","facebook","twitter","instagram","google_plus","tripadvisor","moving","phone","phone_2","fax","email","first_name","last_name","reservation_email","reservation_phone","reservation_phone_sms","charge_emails","reconfirmation_emails","prepay_emails","command_emails","sms_oadc","reservation","reservation_notifications","delivery","actived_phone_tracking","metro","train","velo","autolib","parking","bus","delivery_url","reservation_url","wap_vhost","subdomain","web_vhost","web_subdomain","www_redirect","page_title","own_website","analytics","tag_manager","facebook_pixel_id","theme","button_theme","color","business_type","is_client","is_ambassador","has_been_client","client_type","price_plan_id","recovery_at","is_recovery","closed","sms_credits","reservation_auto_conf","auto_modified","booking_widget_time_interval","is_blocking_waiting","custom_web_setting_id","sf_opportunity_id","sf_account_id","cbee_account_id","z_account_id","invokit_id","company_id","parent_id","country_id","google_rating","ereputation_id","ereputation_url","date_start_contract","nb_reservation_total","revenue_total","slug","mail_reviews","private_reviews","private_reviews_reply_displaying","private_reviews_period","booking_reminder_hours","disable_3263","new_booking_widget","created_at","updated_at","enable_cache","privatisation_emails","contact_emails","review_emails","tracking_app_id","calldesk_phone","optin","has_pin","pin","pin_required_from","has_room_map","has_prepayment","has_precharge","has_group_search","has_automatic_status","has_room_selection_on_widget","is_room_selection_mandatory","test","review_reminder","is_white_label","close_commands","open_commands","commands_auto_conf","rooms","tables","country","display_name","valid_gtc","current_gtc","has_virtual_menu","has_active_prepayment_connection","has_active_imprint_connection","has_active_payment_connection","is_payment_connection_required","is_prepayment_connection_required","is_imprint_connection_required","is_stripe_connection_required","has_connected_vouchers","country_iso2"]},"ZenchefRestaurantRoomEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name_translations":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantNameTranslationsEmbeddable"}]},"capacity":{"type":"number","nullable":true},"description":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"has_sea":{"type":"number","nullable":true},"has_sand":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true}},"required":["id","name_translations","capacity","description","restaurant_id","width","height","position","has_sea","has_sand","created_at","updated_at"]},"ZenchefRestaurantNameTranslationsEmbeddable":{"type":"object","properties":{"en":{"type":"string","nullable":true}},"required":["en"]},"ZenchefRestaurantTableEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"booking_room_id":{"type":"number","nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"table_type_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"laravel_through_key":{"type":"number","nullable":true},"table_combinations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableCombinationEmbeddable"}}},"required":["id","name","booking_room_id","x","y","min","max","rotation","table_type_id","created_at","updated_at","laravel_through_key","table_combinations"]},"ZenchefRestaurantTableCombinationEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"is_group":{"type":"number","nullable":true},"is_bookable":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"booking_room_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"pivot":{"type":"object","nullable":true}},"required":["id","name","min","max","position","is_group","is_bookable","restaurant_id","booking_room_id","created_at","updated_at","pivot"]},"ZenchefRestaurantCountryEmbeddable":{"type":"object","properties":{"oadc":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"iso":{"type":"string","nullable":true},"iso3":{"type":"string","nullable":true},"default_lang":{"type":"string","nullable":true},"available_locales":{"nullable":true,"type":"array","items":{"type":"string"}},"title":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"fr":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true},"de":{"type":"string","nullable":true},"it":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"active":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"phone_support":{"type":"string","nullable":true},"taxes":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["oadc","id","iso","iso3","default_lang","available_locales","title","en","fr","es","pt","de","it","code","active","currency","created_at","updated_at","vat","locale","timezone","phone_support","taxes"]},"JuxtaPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"center_id":{"type":"string","nullable":true},"center_name":{"type":"string","nullable":true},"practitioner_fullname":{"type":"string","nullable":true},"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"date":{"type":"string","nullable":true}},"required":["id","center_id","center_name","practitioner_fullname","patient_fullname","patient_firstname","patient_lastname","phone_number","email","date"]},"SalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"attributes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseAttributesEmbeddable"}]},"Id":{"type":"string","nullable":true},"WhoId":{"type":"string","nullable":true},"WhatId":{"type":"string","nullable":true},"WhoCount":{"type":"number","nullable":true},"WhatCount":{"type":"number","nullable":true},"Subject":{"type":"string","nullable":true},"Location":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"IsAllDayEvent":{"type":"boolean","nullable":true},"ActivityDateTime":{"type":"string","nullable":true},"ActivityDate":{"type":"string","nullable":true},"DurationInMinutes":{"type":"number","nullable":true},"StartDateTime":{"type":"string","nullable":true},"EndDateTime":{"type":"string","nullable":true},"EndDate":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"OwnerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"IsPrivate":{"type":"boolean","nullable":true},"ShowAs":{"type":"string","nullable":true},"IsDeleted":{"type":"boolean","nullable":true},"IsChild":{"type":"boolean","nullable":true},"IsGroupEvent":{"type":"boolean","nullable":true},"GroupEventType":{"type":"string","nullable":true},"CreatedDate":{"type":"string","nullable":true},"CreatedById":{"type":"string","nullable":true},"LastModifiedDate":{"type":"string","nullable":true},"LastModifiedById":{"type":"string","nullable":true},"SystemModstamp":{"type":"string","nullable":true},"IsArchived":{"type":"boolean","nullable":true},"RecurrenceActivityId":{"type":"string","nullable":true},"IsRecurrence":{"type":"boolean","nullable":true},"RecurrenceStartDateTime":{"type":"string","nullable":true},"RecurrenceEndDateOnly":{"type":"string","nullable":true},"RecurrenceTimeZoneSidKey":{"type":"string","nullable":true},"RecurrenceType":{"type":"string","nullable":true},"RecurrenceInterval":{"type":"string","nullable":true},"RecurrenceDayOfWeekMask":{"type":"string","nullable":true},"RecurrenceDayOfMonth":{"type":"string","nullable":true},"RecurrenceInstance":{"type":"string","nullable":true},"RecurrenceMonthOfYear":{"type":"string","nullable":true},"ReminderDateTime":{"type":"string","nullable":true},"IsReminderSet":{"type":"boolean","nullable":true},"EventSubtype":{"type":"string","nullable":true},"IsRecurrence2Exclusion":{"type":"boolean","nullable":true},"Recurrence2PatternText":{"type":"string","nullable":true},"Recurrence2PatternVersion":{"type":"string","nullable":true},"IsRecurrence2":{"type":"boolean","nullable":true},"IsRecurrence2Exception":{"type":"boolean","nullable":true},"Recurrence2PatternStartDate":{"type":"string","nullable":true},"Recurrence2PatternTimeZone":{"type":"string","nullable":true},"EXTERNAL_ID__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["attributes","Id","WhoId","WhatId","WhoCount","WhatCount","Subject","Location","Centre_du_RDV__c","IsAllDayEvent","ActivityDateTime","ActivityDate","DurationInMinutes","StartDateTime","EndDateTime","EndDate","Description","AccountId","OwnerId","Type","IsPrivate","ShowAs","IsDeleted","IsChild","IsGroupEvent","GroupEventType","CreatedDate","CreatedById","LastModifiedDate","LastModifiedById","SystemModstamp","IsArchived","RecurrenceActivityId","IsRecurrence","RecurrenceStartDateTime","RecurrenceEndDateOnly","RecurrenceTimeZoneSidKey","RecurrenceType","RecurrenceInterval","RecurrenceDayOfWeekMask","RecurrenceDayOfMonth","RecurrenceInstance","RecurrenceMonthOfYear","ReminderDateTime","IsReminderSet","EventSubtype","IsRecurrence2Exclusion","Recurrence2PatternText","Recurrence2PatternVersion","IsRecurrence2","IsRecurrence2Exception","Recurrence2PatternStartDate","Recurrence2PatternTimeZone","EXTERNAL_ID__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DentegoSalesforcePurchaseAttributesEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true}},"required":["type","url"]},"DeliverooPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooItemsMetadatasEmbeddable"}},"restaurant_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"status":{"type":"string","nullable":true},"rejection_reason":{"type":"string","nullable":true},"order_number":{"type":"string","nullable":true},"timeline":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooTimelineMetadatasEmbeddable"}]},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPurchaseCustomerMetadatasEmbeddable"}]},"paid_in_cash":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"short_drn":{"type":"string","nullable":true},"drn_id":{"type":"string","nullable":true}},"required":["id","items","restaurant_id","amount","status","rejection_reason","order_number","timeline","customer","paid_in_cash","short_drn","drn_id"]},"DeliverooItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooModifiersMetadatasEmbeddable"}},"category_name":{"type":"string","nullable":true}},"required":["name","quantity","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooModifiersMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooTimelineMetadatasEmbeddable":{"type":"object","properties":{"placed_at":{"type":"string","nullable":true}},"required":["placed_at"]},"DeliverooPurchaseCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true}},"required":["id"]},"UbereatsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"supportIssues":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRootEmbeddable"}}},"orderId":{"type":"string","nullable":true},"requestedAt":{"type":"number","nullable":true},"orderStateChanges":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOrderStateChangeEmbeddable"}},"orderUUID":{"type":"string","nullable":true},"checkoutInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCheckoutInfoEmbeddable"}},"marketplaceFeeRate":{"type":"string","nullable":true},"netPayout":{"type":"string","nullable":true},"issueSummary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsIssueSummaryEmbeddable"}]},"items":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsItemEmbeddable"}}}},"required":["supportIssues","orderId","requestedAt","orderStateChanges","orderUUID","checkoutInfo","marketplaceFeeRate","netPayout","issueSummary","items"]},"UbereatsPurchaseSupportIssueRootEmbeddable":{"type":"object","properties":{"issue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueEmbeddable"}]},"records":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRecordEmbeddable"}},"sessionUUID":{"type":"string","nullable":true}},"required":["issue","records","sessionUUID"]},"UbereatsPurchaseSupportIssueEmbeddable":{"type":"object","properties":{"issueType":{"type":"string","nullable":true},"refundPolicy":{"type":"string","nullable":true},"refundStrategy":{"type":"string","nullable":true},"merchantPayPolicy":{"type":"string","nullable":true},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportOrderEmbeddable"}]}},"required":["issueType","refundPolicy","refundStrategy","merchantPayPolicy","order"]},"UbereatsPurchaseSupportOrderEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemEmbeddable"}},"feedback":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}},"adjustLineItems":{"type":"string","nullable":true}},"required":["uuid","items","feedback","adjustLineItems"]},"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]},"UbereatsPurchaseSupportIssueRecordEmbeddable":{"type":"object","properties":{"action":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionEmbeddable"}]},"createdAt":{"type":"string","nullable":true}},"required":["action","createdAt"]},"UbereatsPurchaseSupportActionEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"image":{"type":"string","nullable":true},"token":{"type":"string","nullable":true},"value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionValueEmbeddable"}]},"dispute":{"type":"string","nullable":true},"feedback":{"type":"string","nullable":true},"promotion":{"type":"string","nullable":true},"actionType":{"type":"string","nullable":true},"preChargebackInfo":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["text","uuid","image","token","value","dispute","feedback","promotion","actionType","preChargebackInfo","preChargebackDisputeAction"]},"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]},"UbereatsOrderStateChangeEmbeddable":{"type":"object","properties":{"changedAt":{"type":"string","nullable":true},"orderState":{"type":"string","nullable":true}},"required":["changedAt","orderState"]},"UbereatsCheckoutInfoEmbeddable":{"type":"object","properties":{"key":{"type":"string","nullable":true},"amount":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"descriptionKey":{"type":"string","nullable":true}},"required":["key","amount","label","descriptionKey"]},"UbereatsIssueSummaryEmbeddable":{"type":"object","properties":{"adjustmentAmount":{"type":"string","nullable":true},"customerRefund":{"type":"string","nullable":true},"failureReason":{"type":"string","nullable":true},"fees":{"type":"string","nullable":true},"issueType":{"type":"string","nullable":true},"numMissingItems":{"type":"number","nullable":true},"orderJobState":{"type":"string","nullable":true},"payout":{"type":"string","nullable":true},"refundNotChargedToMerchant":{"type":"string","nullable":true},"isMerchantNotYetChargedback":{"type":"boolean","nullable":true},"possibleChargebackAmount":{"type":"string","nullable":true},"possibleChargebackProcessingTime":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["adjustmentAmount","customerRefund","failureReason","fees","issueType","numMissingItems","orderJobState","payout","refundNotChargedToMerchant","isMerchantNotYetChargedback","possibleChargebackAmount","possibleChargebackProcessingTime","preChargebackDisputeAction"]},"UbereatsItemEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCustomizationEmbeddable"}},"issueType":{"type":"string","nullable":true}},"required":["title","uuid","price","quantity","customizations","issueType"]},"UbereatsCustomizationEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOptionEmbeddable"}}},"required":["title","price","options"]},"UbereatsOptionEmbeddable":{"type":"object","properties":{"customizations":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true}},"required":["customizations","title","price","quantity"]},"SevenroomsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"auto_assignments":{"type":"object"},"problems":{"type":"object","nullable":true},"id":{"type":"string","nullable":true},"venue_id":{"type":"string","nullable":true},"venue_group_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"external_user_id":{"type":"string","nullable":true},"external_id":{"type":"string","nullable":true},"external_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"user":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UserEmbeddable"}]},"tags":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TagEmbeddable"}},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"pos_tickets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PosTicketEmbeddable"}},"reference_code":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"time_slot_iso":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"status_display":{"type":"string","nullable":true},"status_simple":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"table_numbers":{"nullable":true,"type":"array","items":{"type":"string"}},"venue_seating_area_name":{"type":"string","nullable":true},"venue_seating_area_id":{"type":"string","nullable":true},"max_guests":{"type":"number","nullable":true},"is_vip":{"type":"boolean","nullable":true},"booked_by":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"real_datetime_of_slot":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"client_requests":{"type":"string","nullable":true},"arrival_time":{"type":"string","nullable":true},"duration":{"type":"number","nullable":true},"using_default_duration":{"type":"boolean","nullable":true},"send_reminder_email":{"type":"boolean","nullable":true},"updated":{"type":"string","nullable":true},"check_numbers":{"type":"string","nullable":true},"shift_persistent_id":{"type":"string","nullable":true},"left_time":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"comps_price_type":{"type":"string","nullable":true},"modify_reservation_link":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"seated_time":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true},"arrived_guests":{"type":"number","nullable":true},"state":{"type":"string","nullable":true},"send_reminder_sms":{"type":"boolean","nullable":true},"address_2":{"type":"string","nullable":true},"min_price":{"type":"number","nullable":true},"custom_fields":{"type":"array","items":{"type":"object"}},"policy":{"type":"string","nullable":true},"served_by":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"loyalty_id":{"type":"string","nullable":true},"mf_ratio_male":{"type":"number","nullable":true},"mf_ratio_female":{"type":"number","nullable":true},"comps":{"type":"string","nullable":true},"loyalty_rank":{"type":"string","nullable":true},"paid_by":{"type":"string","nullable":true},"loyalty_tier":{"type":"string","nullable":true},"shift_category":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"cost_option":{"type":"number","nullable":true},"created":{"type":"string","nullable":true},"access_persistent_id":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"total_payment":{"type":"number","nullable":true},"prepayment":{"type":"number","nullable":true},"deleted":{"type":"string","nullable":true},"prepayment_total":{"type":"number","nullable":true},"prepayment_net":{"type":"number","nullable":true},"prepayment_service_charge":{"type":"number","nullable":true},"prepayment_tax":{"type":"number","nullable":true},"prepayment_gratuity":{"type":"number","nullable":true},"onsite_payment":{"type":"number","nullable":true},"onsite_payment_net":{"type":"number","nullable":true},"onsite_payment_tax":{"type":"number","nullable":true},"onsite_payment_gratuity":{"type":"number","nullable":true},"onsite_payment_total":{"type":"number","nullable":true},"total_net_payment":{"type":"number","nullable":true},"total_gross_payment":{"type":"number","nullable":true},"upgrades":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["auto_assignments","problems","id","venue_id","venue_group_id","venue_group_client_id","client_id","first_name","last_name","source_client_id","external_user_id","external_id","external_reference_code","external_client_id","user","tags","phone_number","email","pos_tickets","reference_code","client_reference_code","time_slot_iso","status","status_display","status_simple","rating","table_numbers","venue_seating_area_name","venue_seating_area_id","max_guests","is_vip","booked_by","date","real_datetime_of_slot","notes","client_requests","arrival_time","duration","using_default_duration","send_reminder_email","updated","check_numbers","shift_persistent_id","left_time","postal_code","comps_price_type","modify_reservation_link","reservation_type","seated_time","reservation_sms_opt_in","arrived_guests","state","send_reminder_sms","address_2","min_price","custom_fields","policy","served_by","address","loyalty_id","mf_ratio_male","mf_ratio_female","comps","loyalty_rank","paid_by","loyalty_tier","shift_category","country","cost_option","created","access_persistent_id","city","total_payment","prepayment","deleted","prepayment_total","prepayment_net","prepayment_service_charge","prepayment_tax","prepayment_gratuity","onsite_payment","onsite_payment_net","onsite_payment_tax","onsite_payment_gratuity","onsite_payment_total","total_net_payment","total_gross_payment","upgrades"]},"UserEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"TagEmbeddable":{"type":"object","properties":{"group":{"type":"string","nullable":true},"group_display":{"type":"string","nullable":true},"tag":{"type":"string","nullable":true},"tag_display":{"type":"string","nullable":true},"color":{"type":"string","nullable":true}},"required":["group","group_display","tag","tag_display","color"]},"PosTicketEmbeddable":{"type":"object","properties":{"_pos_type_version":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"tax":{"type":"number","nullable":true},"subtotal":{"type":"number","nullable":true},"service_charge":{"type":"number","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ItemEmbeddable"}},"ticket_id":{"type":"string","nullable":true},"local_pos_ticket_id":{"type":"string","nullable":true},"employee_name":{"type":"string","nullable":true},"employee_id":{"type":"string","nullable":true},"total":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"table_no":{"type":"string","nullable":true},"start_time":{"type":"string","nullable":true},"end_time":{"type":"string","nullable":true},"admin_fee":{"type":"number","nullable":true},"booking_id":{"type":"string","nullable":true}},"required":["_pos_type_version","source","tax","subtotal","service_charge","items","ticket_id","local_pos_ticket_id","employee_name","employee_id","total","status","table_no","start_time","end_time","admin_fee","booking_id"]},"ItemEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"quantity":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"modifiers":{"nullable":true,"type":"array","items":{"type":"string"}},"notes":{"type":"string","nullable":true},"course":{"type":"string","nullable":true}},"required":["name","price","quantity","status","modifiers","notes","course"]},"MewsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationEmbeddable"}]},"orderItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsOrderItemEmbeddable"}}},"required":["reservation","orderItems"]},"MewsReservationEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"nullable":true,"enum":["Customer","Company"],"type":"string"},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"BookerId":{"type":"string","nullable":true},"ScheduledStartUtc":{"type":"string","nullable":true},"ActualStartUtc":{"type":"string","nullable":true},"ScheduledEndUtc":{"type":"string","nullable":true},"ActualEndUtc":{"type":"string","nullable":true},"EndUtc":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"State":{"nullable":true,"enum":["Inquired","Confirmed","Started","Processed","Canceled","Optional","Requested"],"type":"string"},"Origin":{"nullable":true,"enum":["Distributor","ChannelManager","Commander","Import","Connector","Navigator"],"type":"string"},"CommanderOrigin":{"nullable":true,"enum":["InPerson","Channel","Phone","Email","Website","Message","CallCenter","RoomingList"],"type":"string"},"OriginDetails":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"CancelledUtc":{"type":"string","nullable":true},"VoucherId":{"type":"string","nullable":true},"BusinessSegmentId":{"type":"string","nullable":true},"RateId":{"type":"string","nullable":true},"CreditCardId":{"type":"string","nullable":true},"GroupId":{"type":"string","nullable":true},"RequestedResourceCategoryId":{"type":"string","nullable":true},"AssignedResourceId":{"type":"string","nullable":true},"AvailabilityBlockId":{"type":"string","nullable":true},"PartnerCompanyId":{"type":"string","nullable":true},"TravelAgencyId":{"type":"string","nullable":true},"AssignedResourceLocked":{"type":"boolean","nullable":true},"ChannelNumber":{"type":"string","nullable":true},"ChannelManagerNumber":{"type":"string","nullable":true},"CancellationReason":{"nullable":true,"enum":["Other","ConfirmationMissed","BookedElsewhere","ForceMajeure","GuestComplaint","NoShow","PriceTooHigh","ServiceNotAvailable","InputError","InvalidPayment","TravelAgency","RequestedByGuest","Update","BookingAbandoned","RequestedByBooker"],"type":"string"},"ReleasedUtc":{"type":"string","nullable":true},"Purpose":{"nullable":true,"enum":["Leisure","Business","Student"],"type":"string"},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationOptionsEmbeddable"}]},"QrCodeData":{"type":"string","nullable":true},"PersonCounts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsReservationPersonCountEmbeddable"}}},"required":["Id","ServiceId","AccountId","AccountType","CreatorProfileId","UpdaterProfileId","BookerId","ScheduledStartUtc","ActualStartUtc","ScheduledEndUtc","ActualEndUtc","EndUtc","Number","State","Origin","CommanderOrigin","OriginDetails","CreatedUtc","UpdatedUtc","CancelledUtc","VoucherId","BusinessSegmentId","RateId","CreditCardId","GroupId","RequestedResourceCategoryId","AssignedResourceId","AvailabilityBlockId","PartnerCompanyId","TravelAgencyId","AssignedResourceLocked","ChannelNumber","ChannelManagerNumber","CancellationReason","ReleasedUtc","Purpose","Options","QrCodeData","PersonCounts"]},"MewsReservationOptionsEmbeddable":{"type":"object","properties":{"OwnerCheckedIn":{"type":"boolean","nullable":true},"AllCompanionsCheckedIn":{"type":"boolean","nullable":true},"AnyCompanionCheckedIn":{"type":"boolean","nullable":true},"ConnectorCheckIn":{"type":"boolean","nullable":true}},"required":["OwnerCheckedIn","AllCompanionsCheckedIn","AnyCompanionCheckedIn","ConnectorCheckIn"]},"MewsReservationPersonCountEmbeddable":{"type":"object","properties":{"AgeCategoryId":{"type":"string","nullable":true},"Count":{"type":"number","nullable":true}},"required":["AgeCategoryId","Count"]},"MewsOrderItemEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"EnterpriseId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"ServiceOrderId":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"BillId":{"type":"string","nullable":true},"BillingName":{"type":"string","nullable":true},"AccountingCategoryId":{"type":"string","nullable":true},"ExternalIdentifier":{"type":"string","nullable":true},"UnitCount":{"type":"number","nullable":true},"UnitAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"Amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"OriginalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"RevenueType":{"type":"string","nullable":true},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ConsumedUtc":{"type":"string","nullable":true},"CanceledUtc":{"type":"string","nullable":true},"ClosedUtc":{"type":"string","nullable":true},"StartUtc":{"type":"string","nullable":true},"ClaimedUtc":{"type":"string","nullable":true},"AccountingState":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemOptionsEmbeddable"}]},"Data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataEmbeddable"}]}},"required":["Id","EnterpriseId","AccountId","AccountType","ServiceId","ServiceOrderId","Notes","BillId","BillingName","AccountingCategoryId","ExternalIdentifier","UnitCount","UnitAmount","Amount","OriginalAmount","RevenueType","CreatorProfileId","UpdaterProfileId","CreatedUtc","UpdatedUtc","ConsumedUtc","CanceledUtc","ClosedUtc","StartUtc","ClaimedUtc","AccountingState","Type","Options","Data"]},"MewsAmountValueEmbeddable":{"type":"object","properties":{"Currency":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"GrossValue":{"type":"number","nullable":true},"TaxValues":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsTaxValueEmbeddable"}},"Breakdown":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountBreakdownEmbeddable"}]}},"required":["Currency","NetValue","GrossValue","TaxValues","Breakdown"]},"MewsTaxValueEmbeddable":{"type":"object","properties":{"Code":{"type":"string","nullable":true},"Value":{"type":"number","nullable":true}},"required":["Code","Value"]},"MewsAmountBreakdownEmbeddable":{"type":"object","properties":{"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsAmountBreakdownItemEmbeddable"}}},"required":["Items"]},"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]},"MewsOrderItemOptionsEmbeddable":{"type":"object","properties":{"CanceledWithReservation":{"type":"boolean","nullable":true}},"required":["CanceledWithReservation"]},"MewsOrderItemDataEmbeddable":{"type":"object","properties":{"Discriminator":{"type":"string","nullable":true},"Rebate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataRebateEmbeddable"}]},"Product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataProductEmbeddable"}]}},"required":["Discriminator","Rebate","Product"]},"MewsOrderItemDataRebateEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"RebatedItemId":{"type":"string","nullable":true}},"required":["ProductId","RebatedItemId"]},"MewsOrderItemDataProductEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"AgeCategoryId":{"type":"string","nullable":true}},"required":["ProductId","AgeCategoryId"]},"OraclePurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservationIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"externalReferences":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleExternalReferenceEmbeddable"}},"roomStay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationRoomStayEmbeddable"}]},"departureReservationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepartureReservationInfoEmbeddable"}]},"reservationGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationGuestEmbeddable"}]},"sharedGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSharedGuestEmbeddable"}},"attachedProfiles":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAttachedProfileEmbeddable"}},"reservationPaymentMethod":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPaymentMethodEmbeddable"}]},"reservationFolioWindows":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationFolioWindowEmbeddable"}},"commissionsInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCommissionsInfoEmbeddable"}]},"specials":{"type":"string","nullable":true},"displayColor":{"type":"string","nullable":true},"displayColorDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDisplayColorDetailsEmbeddable"}]},"reservationIndicators":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIndicatorEmbeddable"}},"roomStatus":{"type":"string","nullable":true},"searchMatches":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSearchMatchEmbeddable"}},"sourceOfSale":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleSourceOfSaleEmbeddable"}]},"waitlist":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleWaitlistEmbeddable"}]},"queue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueEmbeddable"}]},"housekeeping":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleHousekeepingEmbeddable"}]},"cashiering":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCashieringEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"deposit":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepositEmbeddable"}]},"allowedActions":{"nullable":true,"type":"array","items":{"type":"string"}},"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"mobileNotifications":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMobileNotificationsEmbeddable"}]},"reservationCommunication":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationCommunicationEmbeddable"}]},"advanceCheckIn":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAdvanceCheckInEmbeddable"}]},"welcomeOffer":{"type":"boolean","nullable":true},"cancellationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCancellationInfoEmbeddable"}]},"keyCount":{"type":"number","nullable":true},"hotelId":{"type":"string","nullable":true},"hotelName":{"type":"string","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStayReservation":{"type":"boolean","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true},"computedReservationStatus":{"type":"string","nullable":true},"walkInIndicator":{"type":"boolean","nullable":true},"accessRestriction":{"type":"string","nullable":true},"commissionPayoutTo":{"type":"string","nullable":true},"paymentMethod":{"type":"string","nullable":true},"preRegistered":{"type":"boolean","nullable":true},"openFolio":{"type":"boolean","nullable":true},"allowMobileCheckout":{"type":"boolean","nullable":true},"allowMobileViewFolio":{"type":"boolean","nullable":true},"optedForCommunication":{"type":"boolean","nullable":true},"roomFeatures":{"type":"string","nullable":true},"fiscalInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleFiscalInfoEmbeddable"}]}},"required":["reservationIdList","externalReferences","roomStay","departureReservationInfo","reservationGuest","sharedGuests","attachedProfiles","reservationPaymentMethod","reservationFolioWindows","commissionsInfo","specials","displayColor","displayColorDetails","reservationIndicators","roomStatus","searchMatches","sourceOfSale","waitlist","queue","housekeeping","cashiering","taxType","deposit","allowedActions","revenuesAndBalances","mobileNotifications","reservationCommunication","advanceCheckIn","welcomeOffer","cancellationInfo","keyCount","hotelId","hotelName","expectedServiceTime","roomStayReservation","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","reservationStatus","computedReservationStatus","walkInIndicator","accessRestriction","commissionPayoutTo","paymentMethod","preRegistered","openFolio","allowMobileCheckout","allowMobileViewFolio","optedForCommunication","roomFeatures","fiscalInfo"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleExternalReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true},"idContext":{"type":"string","nullable":true}},"required":["id","idExtension","idContext"]},"OracleReservationRoomStayEmbeddable":{"type":"object","properties":{"arrivalDate":{"format":"date-time","type":"string","nullable":true},"departureDate":{"format":"date-time","type":"string","nullable":true},"originalTimeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTimeSpanEmbeddable"}]},"expectedTimes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleExpectedTimesEmbeddable"}]},"adultCount":{"type":"number","nullable":true},"childCount":{"type":"number","nullable":true},"roomClass":{"type":"string","nullable":true},"roomType":{"type":"string","nullable":true},"numberOfRooms":{"type":"number","nullable":true},"roomId":{"type":"string","nullable":true},"roomOwnershipType":{"type":"string","nullable":true},"ratePlanCode":{"type":"string","nullable":true},"rateAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"points":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTotalPointsEmbeddable"}]},"rateSuppressed":{"type":"boolean","nullable":true},"reservationBlock":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationBlockEmbeddable"}]},"bookingChannelCode":{"type":"string","nullable":true},"linkCode":{"type":"string","nullable":true},"fixedRate":{"type":"boolean","nullable":true},"totalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guarantee":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuaranteeEmbeddable"}]},"promotion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePromotionEmbeddable"}]},"marketCode":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true},"sourceCodeDescription":{"type":"string","nullable":true},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomTypeCharged":{"type":"string","nullable":true},"depositPayments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guestServiceStatus":{"type":"string","nullable":true},"scheduledCheckoutTime":{"format":"date-time","type":"string","nullable":true},"roomNumberLocked":{"type":"boolean","nullable":true},"pseudoRoom":{"type":"boolean","nullable":true},"assignedByAI":{"type":"boolean","nullable":true},"upgradedByAI":{"type":"boolean","nullable":true},"roomAvailableNights":{"type":"number","nullable":true}},"required":["arrivalDate","departureDate","originalTimeSpan","expectedTimes","adultCount","childCount","roomClass","roomType","numberOfRooms","roomId","roomOwnershipType","ratePlanCode","rateAmount","points","rateSuppressed","reservationBlock","bookingChannelCode","linkCode","fixedRate","totalAmount","guarantee","promotion","marketCode","sourceCode","sourceCodeDescription","balance","compBalance","roomTypeCharged","depositPayments","guestServiceStatus","scheduledCheckoutTime","roomNumberLocked","pseudoRoom","assignedByAI","upgradedByAI","roomAvailableNights"]},"OracleTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true}},"required":["startDate","endDate","duration"]},"OracleExpectedTimesEmbeddable":{"type":"object","properties":{"reservationExpectedArrivalTime":{"format":"date-time","type":"string","nullable":true},"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true}},"required":["reservationExpectedArrivalTime","reservationExpectedDepartureTime"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"OracleTotalPointsEmbeddable":{"type":"object","properties":{"awardsType":{"type":"string","nullable":true},"points":{"type":"number","nullable":true}},"required":["awardsType","points"]},"OracleReservationBlockEmbeddable":{"type":"object","properties":{"blockIdList":{"nullable":true,"type":"array","items":{"type":"string"}},"blockName":{"type":"string","nullable":true},"hotelId":{"type":"string","nullable":true}},"required":["blockIdList","blockName","hotelId"]},"OracleGuaranteeEmbeddable":{"type":"object","properties":{"guaranteeCode":{"type":"string","nullable":true},"shortDescription":{"type":"string","nullable":true},"onHold":{"type":"boolean","nullable":true}},"required":["guaranteeCode","shortDescription","onHold"]},"OraclePromotionEmbeddable":{"type":"object","properties":{"promotionCode":{"type":"string","nullable":true},"promotionName":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}},"required":["promotionCode","promotionName","couponCode"]},"OracleDepartureReservationInfoEmbeddable":{"type":"object","properties":{"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true}},"required":["reservationExpectedDepartureTime","reservationStatus"]},"OracleReservationGuestEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleSharedGuestEmbeddable":{"type":"object","properties":{"profileId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleProfileIdEmbeddable"}]},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true}},"required":["profileId","firstName","lastName","fullName"]},"OracleProfileIdEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true}},"required":["type","id","idExtension"]},"OracleAttachedProfileEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"reservationProfileType":{"type":"string","nullable":true}},"required":["name","profileIdList","reservationProfileType"]},"OracleReservationPaymentMethodEmbeddable":{"type":"object","properties":{"paymentCard":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePaymentCardEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"authorizationRule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizationRuleEmbeddable"}]},"emailFolioInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailFolioInfoEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"folioView":{"type":"number","nullable":true}},"required":["paymentCard","balance","authorizationRule","emailFolioInfo","paymentMethod","description","folioView"]},"OraclePaymentCardEmbeddable":{"type":"object","properties":{"cardId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"currentAuthorizedAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalAmountNeeded":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalCode":{"type":"string","nullable":true},"cardType":{"type":"string","nullable":true},"userDefinedCardType":{"type":"string","nullable":true},"cardNumber":{"type":"string","nullable":true},"cardNumberMasked":{"type":"string","nullable":true},"cardNumberLast4Digits":{"type":"string","nullable":true},"expirationDate":{"format":"date-time","type":"string","nullable":true},"expirationDateMasked":{"type":"string","nullable":true},"expirationDateExpired":{"type":"boolean","nullable":true},"cardHolderName":{"type":"string","nullable":true},"storeToCreditCardWallet":{"type":"boolean","nullable":true},"processing":{"type":"string","nullable":true},"swiped":{"type":"boolean","nullable":true},"cardPresent":{"type":"boolean","nullable":true},"cardOrToken":{"type":"string","nullable":true},"citId":{"type":"string","nullable":true}},"required":["cardId","currentAuthorizedAmount","approvalAmountNeeded","approvalCode","cardType","userDefinedCardType","cardNumber","cardNumberMasked","cardNumberLast4Digits","expirationDate","expirationDateMasked","expirationDateExpired","cardHolderName","storeToCreditCardWallet","processing","swiped","cardPresent","cardOrToken","citId"]},"OracleAuthorizationRuleEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"percent":{"type":"number","nullable":true}},"required":["code","amount","percent"]},"OracleEmailFolioInfoEmbeddable":{"type":"object","properties":{"email":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailEmbeddable"}]},"emailFolio":{"type":"boolean","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","emailFolio","id","type"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]},"OracleReservationFolioWindowEmbeddable":{"type":"object","properties":{"payeeInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePayeeInfoEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"folioWindowNo":{"type":"number","nullable":true}},"required":["payeeInfo","balance","paymentMethod","folioWindowNo"]},"OraclePayeeInfoEmbeddable":{"type":"object","properties":{"payeeId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"payeeName":{"type":"string","nullable":true},"payeeAddress":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAddressEmbeddable"}]}},"required":["payeeId","payeeName","payeeAddress"]},"OracleAddressEmbeddable":{"type":"object","properties":{"isValidated":{"type":"boolean","nullable":true},"addressLine":{"nullable":true,"type":"array","items":{"type":"string"}},"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityExtension":{"type":"string","nullable":true},"county":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"language":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"updateReservations":{"type":"boolean","nullable":true},"barCode":{"type":"string","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"regionCode":{"type":"string","nullable":true}},"required":["isValidated","addressLine","cityName","postalCode","cityExtension","county","state","country","language","type","typeDescription","primaryInd","updateReservations","barCode","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","regionCode"]},"OracleCommissionsInfoEmbeddable":{"type":"object","properties":{"commissionsPaid":{"type":"boolean","nullable":true},"commissionNotesAvailable":{"type":"boolean","nullable":true}},"required":["commissionsPaid","commissionNotesAvailable"]},"OracleDisplayColorDetailsEmbeddable":{"type":"object","properties":{"displayColor":{"type":"string","nullable":true},"colorDefinition":{"type":"string","nullable":true},"colorDescription":{"type":"string","nullable":true}},"required":["displayColor","colorDefinition","colorDescription"]},"OracleReservationIndicatorEmbeddable":{"type":"object","properties":{"indicatorName":{"type":"string","nullable":true},"count":{"type":"number","nullable":true}},"required":["indicatorName","count"]},"OracleSearchMatchEmbeddable":{"type":"object","properties":{"attribute":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}},"required":["attribute","value"]},"OracleSourceOfSaleEmbeddable":{"type":"object","properties":{"sourceType":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true}},"required":["sourceType","sourceCode"]},"OracleWaitlistEmbeddable":{"type":"object","properties":{"reasonDescription":{"type":"string","nullable":true},"priorityDescription":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"reasonCode":{"type":"string","nullable":true},"priorityCode":{"type":"string","nullable":true},"telephone":{"type":"string","nullable":true}},"required":["reasonDescription","priorityDescription","description","reasonCode","priorityCode","telephone"]},"OracleQueueEmbeddable":{"type":"object","properties":{"timeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueTimeSpanEmbeddable"}]},"guestTextInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestTextInfoEmbeddable"}]},"priority":{"type":"number","nullable":true},"averageQueueTimeToCheckIn":{"type":"number","nullable":true},"averageQueueTimeCurrentReservations":{"type":"number","nullable":true},"queueDate":{"format":"date-time","type":"string","nullable":true}},"required":["timeSpan","guestTextInfo","priority","averageQueueTimeToCheckIn","averageQueueTimeCurrentReservations","queueDate"]},"OracleQueueTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true},"durationInSeconds":{"type":"number","nullable":true}},"required":["startDate","endDate","duration","durationInSeconds"]},"OracleGuestTextInfoEmbeddable":{"type":"object","properties":{"sentTime":{"format":"date-time","type":"string","nullable":true},"sentBy":{"type":"string","nullable":true}},"required":["sentTime","sentBy"]},"OracleHousekeepingEmbeddable":{"type":"object","properties":{"instructions":{"type":"string","nullable":true},"turndownRequested":{"type":"boolean","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStatus":{"type":"string","nullable":true},"frontOfficeStatus":{"type":"string","nullable":true},"housekeepingStatus":{"type":"string","nullable":true}},"required":["instructions","turndownRequested","expectedServiceTime","roomStatus","frontOfficeStatus","housekeepingStatus"]},"OracleCashieringEmbeddable":{"type":"object","properties":{"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"billingPrivileges":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBillingPrivilegesEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"bedTaxReporting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBedTaxReportingEmbeddable"}]},"folioTexts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleFolioTextEmbeddable"}},"compAccounting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCompAccountingEmbeddable"}]},"reservationPreConfiguredRoutingInstruction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPreConfiguredRoutingInstructionEmbeddable"}]},"lastRoomAndTaxPostedDate":{"format":"date-time","type":"string","nullable":true},"reverseCheckInAllowed":{"type":"boolean","nullable":true},"reverseAdvanceCheckInAllowed":{"type":"boolean","nullable":true},"transactionsPosted":{"type":"boolean","nullable":true}},"required":["revenuesAndBalances","billingPrivileges","taxType","bedTaxReporting","folioTexts","compAccounting","reservationPreConfiguredRoutingInstruction","lastRoomAndTaxPostedDate","reverseCheckInAllowed","reverseAdvanceCheckInAllowed","transactionsPosted"]},"OracleRevenuesAndBalancesEmbeddable":{"type":"object","properties":{"totalFixedCharge":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalPayment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"foodAndBevRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"otherRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"nonRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]}},"required":["totalFixedCharge","totalPayment","roomRevenue","foodAndBevRevenue","otherRevenue","nonRevenue","totalRevenue","balance","compBalance"]},"OracleBillingPrivilegesEmbeddable":{"type":"object","properties":{"postingRestriction":{"type":"boolean","nullable":true},"preStayCharging":{"type":"boolean","nullable":true},"postStayCharging":{"type":"boolean","nullable":true},"videoCheckout":{"type":"boolean","nullable":true},"allowAutoCheckin":{"type":"boolean","nullable":true},"autoSettlement":{"type":"boolean","nullable":true},"autoSettlementType":{"type":"string","nullable":true},"autoSettlementFreq":{"type":"number","nullable":true},"creditLimitAutoPay":{"type":"boolean","nullable":true}},"required":["postingRestriction","preStayCharging","postStayCharging","videoCheckout","allowAutoCheckin","autoSettlement","autoSettlementType","autoSettlementFreq","creditLimitAutoPay"]},"OracleTaxTypeEmbeddable":{"type":"object","properties":{"code":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["code","description"]},"OracleBedTaxReportingEmbeddable":{"type":"object","properties":{"taxRegistrationNo":{"type":"number","nullable":true}},"required":["taxRegistrationNo"]},"OracleFolioTextEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"row":{"type":"number","nullable":true}},"required":["text","row"]},"OracleCompAccountingEmbeddable":{"type":"object","properties":{"compType":{"type":"string","nullable":true},"authorizer":{"type":"string","nullable":true},"compPostings":{"type":"string","nullable":true}},"required":["compType","authorizer","compPostings"]},"OracleReservationPreConfiguredRoutingInstructionEmbeddable":{"type":"object","properties":{"authorizerInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizerInfoEmbeddable"}]},"ratePlanCode":{"type":"string","nullable":true},"profileType":{"type":"string","nullable":true},"promotionCode":{"type":"string","nullable":true}},"required":["authorizerInfo","ratePlanCode","profileType","promotionCode"]},"OracleAuthorizerInfoEmbeddable":{"type":"object","properties":{"authorizerId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"authorizerUserName":{"type":"string","nullable":true},"authorizerName":{"type":"string","nullable":true},"authorizerRateCode":{"type":"string","nullable":true},"inheritAuthorizerRateCode":{"type":"boolean","nullable":true}},"required":["authorizerId","authorizerUserName","authorizerName","authorizerRateCode","inheritAuthorizerRateCode"]},"OracleDepositEmbeddable":{"type":"object","properties":{"amountPaid":{"type":"number","nullable":true},"dueDate":{"format":"date-time","type":"string","nullable":true},"postingDate":{"format":"date-time","type":"string","nullable":true},"hasPaid":{"type":"boolean","nullable":true},"hasOutstanding":{"type":"boolean","nullable":true},"amountRequired":{"type":"number","nullable":true},"amountOwed":{"type":"number","nullable":true}},"required":["amountPaid","dueDate","postingDate","hasPaid","hasOutstanding","amountRequired","amountOwed"]},"OracleMobileNotificationsEmbeddable":{"type":"object","properties":{"roomReady":{"type":"string","nullable":true},"keyReady":{"type":"string","nullable":true},"checkoutMessageReceived":{"type":"boolean","nullable":true},"requiresAction":{"type":"boolean","nullable":true},"errorMessage":{"type":"string","nullable":true}},"required":["roomReady","keyReady","checkoutMessageReceived","requiresAction","errorMessage"]},"OracleReservationCommunicationEmbeddable":{"type":"object","properties":{"telephones":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTelephoneInfoEmbeddable"}]},"emails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailInfoEmbeddable"}]}},"required":["telephones","emails"]},"OracleTelephoneInfoEmbeddable":{"type":"object","properties":{"telephoneInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleTelephoneEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["telephoneInfo","hasMore","totalResults","count"]},"OracleTelephoneEmbeddable":{"type":"object","properties":{"telephone":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePhoneNumberEmbeddable"}]},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["telephone","id","type"]},"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]},"OracleEmailInfoEmbeddable":{"type":"object","properties":{"emailInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleEmailEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["emailInfo","hasMore","totalResults","count"]},"OracleAdvanceCheckInEmbeddable":{"type":"object","properties":{"advanceCheckedIn":{"type":"boolean","nullable":true},"expectedReturnTime":{"format":"date-time","type":"string","nullable":true},"eTRComments":{"type":"string","nullable":true}},"required":["advanceCheckedIn","expectedReturnTime","eTRComments"]},"OracleCancellationInfoEmbeddable":{"type":"object","properties":{"description":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true}},"required":["description","code","date"]},"OracleFiscalInfoEmbeddable":{"type":"object","properties":{"partnerCode":{"type":"string","nullable":true},"fiscalStatus":{"type":"string","nullable":true},"fiscalPayloadType":{"type":"string","nullable":true}},"required":["partnerCode","fiscalStatus","fiscalPayloadType"]},"PartouchePurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"unique_id":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"visits_last_casino":{"type":"string","nullable":true},"visits_last_date":{"format":"date-time","type":"string","nullable":true},"visits_7_day":{"type":"number","nullable":true},"visits_1_month":{"type":"number","nullable":true},"visits_3_month":{"type":"number","nullable":true},"visits_6_month":{"type":"number","nullable":true},"visits_12_month":{"type":"number","nullable":true},"visits_18_month":{"type":"number","nullable":true},"visits_24_month":{"type":"number","nullable":true},"visits_36_month":{"type":"number","nullable":true},"visits_total":{"type":"number","nullable":true}},"required":["id","unique_id","id_contact","visits_last_casino","visits_last_date","visits_7_day","visits_1_month","visits_3_month","visits_6_month","visits_12_month","visits_18_month","visits_24_month","visits_36_month","visits_total"]},"ComoPurchaseMetadatasEmbeddable":{"type":"object","properties":{"BusinessLogo":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"CurrencySymbol":{"type":"string","nullable":true},"UserAction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserActionEmbeddable"}]},"TextDirection":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"MemberIndex":{"type":"string","nullable":true},"Purchase":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookPurchaseEmbeddable"}]},"RegionIsoCode":{"type":"string","nullable":true},"BusinessName":{"type":"string","nullable":true},"RelativeSum":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"CurrencyIsoCode":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"TimeZone":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"TotalSum":{"type":"string","nullable":true},"Rule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookRuleEmbeddable"}]},"Confirmation":{"type":"string","nullable":true}},"required":["BusinessLogo","UserKey","LocationID","BranchID","Source","CurrencySymbol","UserAction","TextDirection","PosID","PurchaseKey","MemberIndex","Purchase","RegionIsoCode","BusinessName","RelativeSum","MembershipKey","CurrencyIsoCode","TimeStamp","TimeZone","NumOfMembers","TotalSum","Rule","Confirmation"]},"ComoApiWebhookUserActionEmbeddable":{"type":"object","properties":{"Labels":{"type":"object","nullable":true},"Action":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"ApiKey":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"PurchaseUID":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Verification":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"Public":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true}},"required":["Labels","Action","TransactionSourceName","ApiKey","TransactionSource","LastUpdate","UserKey","PurchaseUID","LocationID","Verification","MembershipKey","Public","BranchID","TimeStamp","Source","TransactionID","PosID","PurchaseKey","Kind","CreatedOn","Key"]},"ComoApiWebhookPurchaseEmbeddable":{"type":"object","properties":{"TransactionSourceVersion":{"type":"string","nullable":true},"ItemKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"ApiKey":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserKeyEmbeddable"}]},"BranchID":{"type":"string","nullable":true},"UserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookPurchaseItemEmbeddable"}},"CreatedOn":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"Cancelled":{"type":"string","nullable":true},"Cashier":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"EntityId":{"type":"string","nullable":true},"UID":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"RedeemItemsResponse":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemResponseEmbeddable"}},"TotalSum":{"type":"string","nullable":true},"UsedGeneralMembership":{"type":"string","nullable":true},"RedeemItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemEmbeddable"}},"IsCancellation":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"BusinessID":{"type":"string","nullable":true},"MembershipKeys":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["TransactionSourceVersion","ItemKeys","ApiKey","LastUpdate","UserKey","BranchID","UserKeys","TransactionID","PosID","Kind","Items","CreatedOn","Status","TransactionSourceName","TransactionSource","Cancelled","Cashier","TimeStamp","EntityId","UID","NumOfMembers","RedeemItemsResponse","TotalSum","UsedGeneralMembership","RedeemItems","IsCancellation","Key","BusinessID","MembershipKeys"]},"ComoApiWebhookUserKeyEmbeddable":{"type":"object","properties":{"kind":{"type":"string","nullable":true},"appId":{"type":"string","nullable":true},"namespace":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"complete":{"type":"string","nullable":true}},"required":["kind","appId","namespace","id","complete"]},"ComoApiWebhookPurchaseItemEmbeddable":{"type":"object","properties":{"DepartmentCode":{"type":"string","nullable":true},"ItemCode":{"type":"string","nullable":true},"Action":{"type":"string","nullable":true},"LineID":{"type":"string","nullable":true},"Price":{"type":"string","nullable":true},"GrossPrice":{"type":"string","nullable":true},"ItemName":{"type":"string","nullable":true},"DepartmentName":{"type":"string","nullable":true},"Quantity":{"type":"string","nullable":true}},"required":["DepartmentCode","ItemCode","Action","LineID","Price","GrossPrice","ItemName","DepartmentName","Quantity"]},"ComoApiWebhookRedeemItemResponseEmbeddable":{"type":"object","properties":{"redeemResponseVersion":{"type":"string","nullable":true},"Result":{"type":"string","nullable":true}},"required":["redeemResponseVersion","Result"]},"ComoApiWebhookRedeemItemEmbeddable":{"type":"object","properties":{"AssetKey":{"type":"string","nullable":true},"AppliedAmount":{"type":"string","nullable":true}},"required":["AssetKey","AppliedAmount"]},"ComoApiWebhookRuleEmbeddable":{"type":"object","properties":{"ID":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true}},"required":["ID","Tag"]},"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"AutoGestionPurchaseMetadatasEmbeddable":{"type":"object","properties":{"vehicle":{"$ref":"#/components/schemas/AutoGestionVehicleItemEmbeddable"},"depositary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"seller":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"buyer":{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"},"transaction":{"$ref":"#/components/schemas/AutoGestionTransactionDetailsEmbeddable"},"company":{"$ref":"#/components/schemas/AutoGestionPurchaseCompanyEmbeddable"}},"required":["vehicle","depositary","seller","buyer","transaction","company"]},"AutoGestionVehicleItemEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"carmaker":{"type":"string"},"model":{"type":"string"},"energy":{"type":"string"},"motorisation":{"type":"string"},"transmission":{"type":"string"},"finishing":{"type":"string","nullable":true}},"required":["id","carmaker","model","energy","motorisation","transmission","finishing"]},"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]},"AutoGestionTransactionDetailsEmbeddable":{"type":"object","properties":{"transaction_type":{"allOf":[{"$ref":"#/components/schemas/AutoGestionTransactionType"}]},"transaction_date":{"type":"string"}},"required":["transaction_type","transaction_date"]},"AutoGestionTransactionType":{"type":"string","enum":["deposit_sale","sale"]},"AutoGestionPurchaseCompanyEmbeddable":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"TheForkPurchaseMetadatasEmbeddable":{"type":"object","properties":{"status":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationStatus"}]},"reservationChannel":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationChannel"}]},"reservationUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"mealDate":{"type":"string"},"partySize":{"type":"number"},"offerUuid":{"type":"string","nullable":true},"customerNote":{"type":"string","nullable":true},"customerUuid":{"type":"string","nullable":true},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationCustomFieldEmbeddable"}},"offerDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationOfferDetailsEmbeddable"}]},"utmTrackingInformation":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationUtmTrackingEmbeddable"}},"billAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationBillAmountEmbeddable"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string","nullable":true}},"required":["status","reservationChannel","reservationUuid","restaurantUuid","mealDate","partySize","offerUuid","customerNote","customerUuid","customFields","offerDetails","utmTrackingInformation","billAmount","createdAt","updatedAt"]},"TheForkReservationStatus":{"type":"string","enum":["RECORDED","CONFIRMED","CANCELED","NO_SHOW","REQUESTED","REFUSED","REJECTED"]},"TheForkReservationChannel":{"type":"string","enum":["TripAdvisor","Michelin","Booking Module","Offline","TheFork","TheFork Manager API","Walk-in","Google","Cross Sell"]},"TheForkReservationCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"TheForkReservationOfferDetailsEmbeddable":{"type":"object","properties":{"offerType":{"type":"object"},"name":{"type":"object","nullable":true},"discountPercentage":{"type":"number","nullable":true},"presetMenuType":{"type":"object"},"price":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true}},"required":["offerType","name","discountPercentage","presetMenuType","price","currency"]},"TheForkReservationUtmTrackingEmbeddable":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}},"required":["key","value"]},"TheForkReservationBillAmountEmbeddable":{"type":"object","properties":{"totalPrice":{"type":"number"},"currency":{"type":"string"}},"required":["totalPrice","currency"]},"Chr365PurchaseMetadatasEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"externalId":{"type":"string","nullable":true},"createdAt":{"format":"date-time","type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true},"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"isEnded":{"type":"boolean","nullable":true},"stayData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365StayEmbeddable"}]},"visitData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365VisitEmbeddable"}]},"bookingData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365BookingEmbeddable"}]},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["type","hospitalityUnitUuid","externalId","createdAt","date","startDate","endDate","isEnded","stayData","visitData","bookingData","client"]},"Chr365StayEmbeddable":{"type":"object","properties":{"hospitalityUnitUuid":{"type":"string","nullable":true},"bookingStatus":{"type":"string","nullable":true},"bookingUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"acquisitonChannel":{"type":"string","nullable":true},"isCheckedIn":{"type":"boolean","nullable":true},"checkedInAt":{"type":"string","nullable":true},"arrivalDateTime":{"type":"string","nullable":true},"isCheckout":{"type":"boolean","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]},"nights":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/Chr365StayNightEmbeddable"}}},"required":["hospitalityUnitUuid","bookingStatus","bookingUuid","createdAt","startDate","endDate","acquisitonChannel","isCheckedIn","checkedInAt","arrivalDateTime","isCheckout","client","nights"]},"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"Chr365StayNightEmbeddable":{"type":"object","properties":{"adultCount":{"type":"number","nullable":true},"childrenCount":{"type":"number","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"ratePlan":{"type":"string","nullable":true}},"required":["adultCount","childrenCount","startDate","endDate","ratePlan"]},"Chr365VisitEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"guestCount":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","createdAt","guestCount","dateTime","hospitalityUnitUuid","client"]},"Chr365BookingEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"posUuid":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"bookedSeats":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","posUuid","hospitalityUnitUuid","createdAt","bookedSeats","dateTime","client"]}}}}
```

## The PartnerPurchaseCustomAttributeValue object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerPurchaseCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."}}}}
```

## The PartnerPurchase object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerPurchase":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"storeId":{"type":"string","description":"Store identifier"},"storeName":{"type":"string","description":"Store name"},"customer":{"nullable":true,"description":"Customer associated with the purchase","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerCustomer"}]},"date":{"format":"date-time","type":"string","description":"Date of the purchase"},"startDate":{"format":"date-time","type":"string","description":"Start date of the purchase validity (eg. for hotel reservations)"},"endDate":{"format":"date-time","type":"string","description":"End date of the purchase validity (eg. for hotel reservations)"},"externalId":{"type":"string","description":"External identifier of the purchase"},"source":{"description":"Source of the purchase","allOf":[{"$ref":"#/components/schemas/DataSource"}]},"metadata":{"description":"Metadata associated with the purchase","allOf":[{"$ref":"#/components/schemas/PurchaseMetadatasEmbeddable"}]},"attributes":{"description":"Custom attribute values associated with the purchase","type":"array","items":{"$ref":"#/components/schemas/PartnerPurchaseCustomAttributeValue"}}},"required":["id","createdAt","updatedAt","storeId","storeName","customer","date","startDate","endDate","externalId","source","metadata","attributes"]},"PartnerCustomer":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"description":{"type":"string","nullable":true,"description":"Customer description","default":null},"company":{"type":"string","nullable":true,"description":"Customer company name","default":null},"firstName":{"type":"string","nullable":true,"description":"Customer first name","default":null},"lastName":{"type":"string","nullable":true,"description":"Customer last name","default":null},"displayName":{"type":"string","nullable":true,"description":"Customer display name\nThis is usually a concatenation of first name and last name","default":null},"language":{"nullable":true,"description":"Language preference of the customer","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"phoneNumber":{"type":"string","nullable":true,"description":"Phone number of the customer","default":null},"email":{"type":"string","nullable":true,"description":"Email address of the customer","default":null},"emailBounced":{"type":"boolean","description":"Indicates if the customer's email has bounced"},"civility":{"type":"string","nullable":true,"description":"Civility of the customer (e.g., Mr., Ms., etc.)","default":null},"tags":{"description":"A list of tags associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerTag"}},"emailOptin":{"type":"boolean","description":"Indicates if the customer has opted in for email communications"},"smsOptin":{"type":"boolean","description":"Indicates if the customer has opted in for SMS communications"},"zenchefId":{"type":"string","nullable":true,"description":"ID of the customer in Zenchef system","default":null},"ubereatsId":{"type":"string","nullable":true,"description":"ID of the customer in UberEats system","default":null},"deliverooId":{"type":"string","nullable":true,"description":"ID of the customer in Deliveroo system","default":null},"zeltyId":{"type":"string","nullable":true,"description":"ID of the customer in Zelty system","default":null},"sevenroomsId":{"type":"string","nullable":true,"description":"ID of the customer in Sevenrooms system","default":null},"metaId":{"type":"string","nullable":true,"description":"ID of the customer in Meta system (Facebook/Instagram)","default":null},"mewsId":{"type":"string","nullable":true,"description":"ID of the customer in Mews system","default":null},"oracleId":{"type":"string","nullable":true,"description":"ID of the customer in Oracle system","default":null},"partoucheId":{"type":"string","nullable":true,"description":"ID of the customer in Partouche system","default":null},"comoId":{"type":"string","nullable":true,"description":"ID of the customer in Como system","default":null},"theForkId":{"type":"string","nullable":true,"description":"ID of the customer in TheFork system","default":null},"chr365Id":{"type":"string","nullable":true,"description":"ID of the customer in Chr365 system","default":null},"type":{"nullable":true,"description":"Type of the customer (e.g., Individual, Company, etc.)","default":null,"enum":["Unknown","Purchaser","Reviewer","Both"],"type":"string"},"feedbackCount":{"type":"number","description":"Number of feedbacks provided by the customer"},"purchaseCount":{"type":"number","description":"Number of purchases made by the customer"},"averageFeedbackRating":{"type":"string","nullable":true,"description":"Average feedback rating given by the customer","default":null},"dataSources":{"description":"Data sources associated with the customer","type":"array","items":{"$ref":"#/components/schemas/DataSource"}},"metadata":{"description":"Metadata associated with the customer","allOf":[{"$ref":"#/components/schemas/CustomerMetadatasEmbeddable"}]},"attributes":{"description":"Custom attribute values associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerCustomAttributeValue"}}},"required":["id","createdAt","updatedAt","description","company","firstName","lastName","displayName","phoneNumber","email","emailBounced","civility","tags","emailOptin","smsOptin","zenchefId","ubereatsId","deliverooId","zeltyId","sevenroomsId","metaId","mewsId","oracleId","partoucheId","comoId","theForkId","chr365Id","type","feedbackCount","purchaseCount","averageFeedbackRating","dataSources","metadata","attributes"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerCustomerTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]},"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"},"CustomerMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business customer metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessCustomerMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta customer metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaCustomerMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce customer metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforceCustomerMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo customer metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooCustomerMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor customer metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorCustomerMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking customer metadatas.","allOf":[{"$ref":"#/components/schemas/BookingCustomerMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats customer metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsCustomerMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms customer metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsCustomerMetadatasEmbeddable"}]},"facebook":{"nullable":true,"description":"Facebook customer metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookCustomerMetadatasEmbeddable"}]},"instagram":{"nullable":true,"description":"Instagram customer metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramCustomerMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp customer metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppCustomerMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews customer metadatas.","allOf":[{"$ref":"#/components/schemas/MewsCustomerMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle customer metadatas.","allOf":[{"$ref":"#/components/schemas/OracleCustomerMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche customer metadatas.","allOf":[{"$ref":"#/components/schemas/PartoucheCustomerMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como customer metadatas.","allOf":[{"$ref":"#/components/schemas/ComoCustomerMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion customer metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork customer metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkCustomerMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"},"chr365":{"nullable":true,"description":"Chr365 customer metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365CustomerMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaCustomerMetadatasEmbeddable"}]}}},"GoogleMyBusinessCustomerMetadatasEmbeddable":{"type":"object","properties":{"displayName":{"type":"string","nullable":true},"profilePhotoUrl":{"type":"string","nullable":true},"isAnonymous":{"type":"boolean","nullable":true}},"required":["displayName","profilePhotoUrl","isAnonymous"]},"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]},"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]},"JuxtaCustomerMetadatasEmbeddable":{"type":"object","properties":{"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["patient_fullname","patient_firstname","patient_lastname","phone_number","email"]},"SalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforceCustomerMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"EXTERNAL_ID__c":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["EXTERNAL_ID__c","Centre_du_RDV__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DeliverooCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"frequency":{"type":"number","nullable":true}},"required":["id","frequency"]},"TripAdvisorCustomerMetadatasEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"},"username":{"type":"string","nullable":true}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl","username"]},"BookingCustomerMetadatasEmbeddable":{"type":"object","properties":{"yourname":{"type":"string","nullable":true}},"required":["yourname"]},"UbereatsCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileURL":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"isEatsPassSubscriber":{"type":"boolean","nullable":true},"numOrders":{"type":"number","nullable":true}},"required":["name","profileURL","uuid","isEatsPassSubscriber","numOrders"]},"SevenroomsCustomerMetadatasEmbeddable":{"type":"object","properties":{"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true}},"required":["first_name","last_name","email","phone_number","client_id","venue_group_client_id","client_reference_code","external_client_id","source_client_id","reservation_sms_opt_in"]},"FacebookCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name_format":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true}},"required":["id","profile_pic","first_name","last_name","name","name_format","gender"]},"InstagramCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"biography":{"type":"string","nullable":true},"profile_picture_url":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"followers_count":{"type":"string","nullable":true},"follows_count":{"type":"string","nullable":true},"media_count":{"type":"string","nullable":true},"username":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"website":{"type":"string","nullable":true}},"required":["id","biography","profile_picture_url","profile_pic","followers_count","follows_count","media_count","username","name","website"]},"WhatsAppCustomerMetadatasEmbeddable":{"type":"object","properties":{"wa_id":{"type":"string","nullable":true},"profile":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppProfileCustomerMetadatasEmbeddable"}]}},"required":["wa_id","profile"]},"WhatsAppProfileCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"MewsCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsCustomerEmbeddable"}]},"documents":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsDocumentEmbeddable"}}},"required":["customer","documents"]},"MewsCustomerEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ChainId":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"SecondLastName":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sex":{"type":"string","nullable":true},"NationalityCode":{"type":"string","nullable":true},"LanguageCode":{"type":"string","nullable":true},"BirthDate":{"type":"string","nullable":true},"BirthPlace":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"Phone":{"type":"string","nullable":true},"TaxIdentificationNumber":{"type":"string","nullable":true},"LoyaltyCode":{"type":"string","nullable":true},"AccountingCode":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"CarRegistrationNumber":{"type":"string","nullable":true},"Classifications":{"nullable":true,"type":"array","items":{"type":"string"}},"Options":{"nullable":true,"type":"array","items":{"type":"string"}},"Address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAddressEmbeddable"}]},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ItalianDestinationCode":{"type":"string","nullable":true},"ItalianFiscalCode":{"type":"string","nullable":true},"CompanyId":{"type":"string","nullable":true},"MergeTargetId":{"type":"string","nullable":true},"ActivityState":{"type":"string","nullable":true},"CitizenNumber":{"type":"string","nullable":true},"MotherName":{"type":"string","nullable":true},"FatherName":{"type":"string","nullable":true},"Occupation":{"type":"string","nullable":true},"HasOtaEmail":{"type":"boolean","nullable":true},"Passport":{"type":"string","nullable":true},"IdentityCard":{"type":"string","nullable":true},"Visa":{"type":"string","nullable":true},"DriversLicense":{"type":"string","nullable":true},"AddressId":{"type":"string","nullable":true},"CategoryId":{"type":"string","nullable":true},"BirthDateUtc":{"type":"string","nullable":true},"IsActive":{"type":"boolean","nullable":true},"IsUpdatedByMe":{"type":"boolean","nullable":true}},"required":["Id","ChainId","Number","FirstName","LastName","SecondLastName","Title","Sex","NationalityCode","LanguageCode","BirthDate","BirthPlace","Email","Phone","TaxIdentificationNumber","LoyaltyCode","AccountingCode","BillingCode","Notes","CarRegistrationNumber","Classifications","Options","Address","CreatedUtc","UpdatedUtc","ItalianDestinationCode","ItalianFiscalCode","CompanyId","MergeTargetId","ActivityState","CitizenNumber","MotherName","FatherName","Occupation","HasOtaEmail","Passport","IdentityCard","Visa","DriversLicense","AddressId","CategoryId","BirthDateUtc","IsActive","IsUpdatedByMe"]},"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]},"MewsDocumentEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"CustomerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Expiration":{"type":"string","nullable":true},"Issuance":{"type":"string","nullable":true},"IssuingCountryCode":{"type":"string","nullable":true},"IssuingCity":{"type":"string","nullable":true}},"required":["Id","CustomerId","Type","Number","Expiration","Issuance","IssuingCountryCode","IssuingCity"]},"OracleCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"PartoucheCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"mail":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"civility":{"type":"number","nullable":true},"optout":{"type":"boolean","nullable":true},"optout_source":{"type":"string","nullable":true},"testuser":{"type":"boolean","nullable":true},"only_text":{"type":"boolean","nullable":true},"subscribe_source":{"type":"string","nullable":true},"subscribe_source_detail":{"type":"string","nullable":true},"created_dt":{"format":"date-time","type":"string","nullable":true},"modified_dt":{"format":"date-time","type":"string","nullable":true},"optout_dt":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"bouncecnt":{"type":"number","nullable":true},"bouncedt":{"format":"date-time","type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"valide_email":{"type":"boolean","nullable":true},"valide_print":{"type":"boolean","nullable":true},"valide_sms":{"type":"boolean","nullable":true},"abo_email":{"type":"boolean","nullable":true},"abo_sms":{"type":"boolean","nullable":true},"abo_print":{"type":"boolean","nullable":true},"casino_rattachement":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"today":{"format":"date-time","type":"string","nullable":true},"do_not_contact":{"type":"boolean","nullable":true}},"required":["id","mail","name","firstname","lastname","civility","optout","optout_source","testuser","only_text","subscribe_source","subscribe_source_detail","created_dt","modified_dt","optout_dt","language","bouncecnt","bouncedt","mobile","valide_email","valide_print","valide_sms","abo_email","abo_sms","abo_print","casino_rattachement","id_contact","today","do_not_contact"]},"ComoCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoCustomerMembershipEmbeddable"}]},"assets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoCustomerAssetEmbeddable"}}},"required":["membership","assets"]},"ComoCustomerMembershipEmbeddable":{"type":"object","properties":{"MembershipStatus":{"type":"string","nullable":true},"AccumulatedPoints":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"BudgetWeighted":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Points":{"type":"string","nullable":true},"AllowEmail":{"type":"string","nullable":true},"Consent":{"type":"string","nullable":true},"Assets":{"nullable":true,"type":"array","items":{"type":"object"}},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"WeightedPoints":{"type":"string","nullable":true},"AllowSMS":{"type":"string","nullable":true},"UnweightedBudgetPoints":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"ConsentForHub":{"type":"string","nullable":true},"PreviousUserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"EntityId":{"type":"string","nullable":true},"CommonExtID":{"type":"string","nullable":true},"PhoneNumber":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"Tag":{"nullable":true,"type":"array","items":{"type":"string"}},"BudgetAccumulatedUnweighted":{"type":"string","nullable":true},"BudgetUnweighted":{"type":"string","nullable":true},"BudgetAccumulatedWeighted":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"ComoMemberID":{"type":"string","nullable":true}},"required":["MembershipStatus","AccumulatedPoints","Email","LastUpdate","BudgetWeighted","UserKey","LocationID","Points","AllowEmail","Consent","Assets","Kind","CreatedOn","RegistrationSource","WeightedPoints","AllowSMS","UnweightedBudgetPoints","Status","FirstName","ConsentForHub","PreviousUserKeys","EntityId","CommonExtID","PhoneNumber","LastName","Tag","BudgetAccumulatedUnweighted","BudgetUnweighted","BudgetAccumulatedWeighted","Key","ComoMemberID"]},"ComoCustomerAssetEmbeddable":{"type":"object","properties":{"template":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"key":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["template","type","key","status"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]},"TheForkCustomerMetadatasEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"locale":{"type":"string"},"civility":{"type":"string","nullable":true},"rank":{"type":"string","nullable":true},"computedRank":{"type":"string","nullable":true},"isVip":{"type":"boolean","nullable":true},"address":{"type":"string","nullable":true},"allergiesAndIntolerances":{"nullable":true,"type":"array","items":{"type":"string"}},"dietaryRestrictions":{"nullable":true,"type":"array","items":{"type":"string"}},"favFood":{"type":"string","nullable":true},"favDrinks":{"type":"string","nullable":true},"favSeating":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"originRestaurantUuid":{"type":"string","nullable":true},"originRestaurantName":{"type":"string","nullable":true},"creationDate":{"type":"string"},"lastUpdateDate":{"type":"string"},"isPromoter":{"type":"boolean","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"optins":{"$ref":"#/components/schemas/TheForkCustomerOptinsEmbeddable"},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkCustomerCustomFieldEmbeddable"}}},"required":["customerUuid","email","firstName","lastName","phone","birthDate","locale","civility","rank","computedRank","isVip","address","allergiesAndIntolerances","dietaryRestrictions","favFood","favDrinks","favSeating","notes","originRestaurantUuid","originRestaurantName","creationDate","lastUpdateDate","isPromoter","secondaryPhone","country","city","zipcode","optins","customFields"]},"TheForkCustomerOptinsEmbeddable":{"type":"object","properties":{"restaurantNewsletter":{"type":"boolean"}},"required":["restaurantNewsletter"]},"TheForkCustomerCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"Chr365CustomerMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"nationality":{"type":"string"},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string"},"gender":{"type":"string"},"phonePrefix":{"type":"string"},"age":{"type":"number","nullable":true},"language":{"type":"string"}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"ExpediaCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"PartnerCustomerCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."},"PurchaseMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business purchase metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessPurchaseMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta purchase metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce purchase metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforcePurchaseMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo purchase metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooPurchaseMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats purchase metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms purchase metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews purchase metadatas.","allOf":[{"$ref":"#/components/schemas/MewsPurchaseMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle purchase metadatas.","allOf":[{"$ref":"#/components/schemas/OraclePurchaseMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche purchase metadatas.","allOf":[{"$ref":"#/components/schemas/PartouchePurchaseMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ComoPurchaseMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ExperiencePurchaseMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion purchase metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionPurchaseMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork purchase metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkPurchaseMetadatasEmbeddable"}]},"chr365":{"nullable":true,"description":"Chr365 purchase metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365PurchaseMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"}}},"GoogleMyBusinessPurchaseMetadatasEmbeddable":{"type":"object","properties":{}},"ZeltyPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"id_restaurant":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"ref":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"closed_at":{"type":"string","nullable":true},"due_date":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"channel":{"type":"string","nullable":true},"virtual_brand_name":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceDetailEmbeddable"}]},"seats":{"type":"number","nullable":true},"table":{"type":"number","nullable":true},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}]},"transactions":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTransactionEmbeddable"}},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyOrderEntryEmbeddable"}},"comment":{"type":"string","nullable":true},"device_id":{"type":"number","nullable":true},"first_name":{"type":"string","nullable":true},"closed_by_device_id":{"type":"number","nullable":true},"user":{"type":"string","nullable":true},"delivery_started":{"type":"string","nullable":true},"delivery_ended":{"type":"string","nullable":true},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]}},"required":["id","uuid","id_restaurant","remote_id","ref","created_at","closed_at","due_date","mode","status","channel","virtual_brand_name","source","price","seats","table","address","transactions","items","comment","device_id","first_name","closed_by_device_id","user","delivery_started","delivery_ended","customer"]},"ZeltyPriceDetailEmbeddable":{"type":"object","properties":{"final_amount_inc_tax":{"type":"number","nullable":true},"final_amount_exc_tax":{"type":"number","nullable":true},"discounts":{"nullable":true,"type":"array","items":{"type":"object"}},"taxes":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}}},"required":["final_amount_inc_tax","final_amount_exc_tax","discounts","taxes"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]},"ZeltyTransactionEmbeddable":{"type":"object","properties":{"device_id":{"type":"number","nullable":true},"price":{"type":"number","nullable":true},"date":{"type":"string","nullable":true},"method":{"type":"string","nullable":true}},"required":["device_id","price","date","method"]},"ZeltyOrderEntryEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyModifierEmbeddable"}}},"required":["id","name","type","item_id","price","tax","modifiers"]},"ZeltyPriceEmbeddable":{"type":"object","properties":{"base_original_amount_inc_tax":{"type":"number","nullable":true},"original_amount_inc_tax":{"type":"number","nullable":true},"discounted_amount_inc_tax":{"type":"number","nullable":true},"final_amount_inc_tax":{"type":"number","nullable":true},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]}},"required":["base_original_amount_inc_tax","original_amount_inc_tax","discounted_amount_inc_tax","final_amount_inc_tax","tax"]},"ZeltyModifierEmbeddable":{"type":"object","properties":{"modifiers":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]}},"required":["modifiers","id","type","name","item_id","quantity","price"]},"ZenchefPurchaseMetadatasEmbeddable":{"type":"object","properties":{"tables":{"nullable":true,"default":[],"type":"array","items":{"type":"object"}},"id":{"type":"number"},"type":{"type":"string"},"partner_id":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"resto_id":{"type":"number","nullable":true},"resto_name":{"type":"string","nullable":true},"to":{"type":"string","nullable":true},"day":{"type":"string","nullable":true},"time":{"type":"string","nullable":true},"nb_guests":{"type":"number","nullable":true},"slots_count":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"private_comment":{"type":"string","nullable":true},"allergies":{"type":"string","nullable":true},"cancel_reason_id":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"moment":{"type":"string","nullable":true},"type_client":{"type":"string","nullable":true},"type_event":{"type":"string","nullable":true},"budget":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"reply_date":{"type":"string","nullable":true},"treatment":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"is_walk_in":{"type":"number","nullable":true},"waiting_list_for":{"type":"string","nullable":true},"is_reconfirmed":{"type":"number","nullable":true},"is_canceled_late":{"type":"number","nullable":true},"waiting_reconfirmation":{"type":"string","nullable":true},"is_locked":{"type":"boolean","nullable":true},"is_not_destockable":{"type":"boolean","nullable":true},"is_virtual_menu_sent":{"type":"number","nullable":true},"review":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"attendance_customer":{"type":"number","nullable":true},"customer_sheet_id":{"type":"number","nullable":true},"waiter_id":{"type":"string","nullable":true},"custom_field":{"type":"string","nullable":true},"prescriber_id":{"type":"string","nullable":true},"is_risky":{"type":"boolean","nullable":true},"is_safe":{"type":"boolean","nullable":true},"status_updated_at":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"source_id":{"type":"number","nullable":true},"shift_date":{"type":"string","nullable":true},"waiting_inside_for":{"type":"string","nullable":true},"seated_substatus":{"type":"string","nullable":true},"phase":{"type":"string","nullable":true},"shift_slot":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefShiftSlotEmbeddable"}]},"shift_slot_id":{"type":"number","nullable":true},"customersheet":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"restaurant":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantEmbeddable"}]}},"required":["tables","id","type","partner_id","reservation_type","restaurant_id","resto_id","resto_name","to","day","time","nb_guests","slots_count","civility","firstname","lastname","country","phone_number","email","comment","private_comment","allergies","cancel_reason_id","zip","lang","moment","type_client","type_event","budget","date","status","reply_date","treatment","url","is_walk_in","waiting_list_for","is_reconfirmed","is_canceled_late","waiting_reconfirmation","is_locked","is_not_destockable","is_virtual_menu_sent","review","review_reminder","unsubscribed","attendance_customer","customer_sheet_id","waiter_id","custom_field","prescriber_id","is_risky","is_safe","status_updated_at","created_at","updated_at","source_id","shift_date","waiting_inside_for","seated_substatus","phase","shift_slot","shift_slot_id","customersheet","restaurant"]},"ZenchefShiftSlotEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"slot_name":{"type":"string","nullable":true},"slot_id":{"type":"number","nullable":true},"interval_in_minutes":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"shift":{"$ref":"#/components/schemas/ZenchefShiftEmbeddable"}},"required":["name","slot_name","slot_id","interval_in_minutes","id","shift"]},"ZenchefShiftEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"ZenchefRestaurantEmbeddable":{"type":"object","properties":{"state":{"type":"object","nullable":true},"tracking_phone":{"type":"object","nullable":true},"accounting":{"type":"object","nullable":true},"reservation_auto_conf_max":{"type":"object","nullable":true},"ereputation":{"type":"object","nullable":true},"ereputation_activation_code":{"type":"object","nullable":true},"completion":{"type":"object","nullable":true},"to_be_deleted_at":{"type":"object","nullable":true},"deleted_at":{"type":"object","nullable":true},"date_start_contract_updated_at":{"type":"object","nullable":true},"date_end_free_trial":{"type":"object","nullable":true},"amount_method":{"type":"object","nullable":true},"twilio_phone":{"type":"object","nullable":true},"newsletter_counters_calculated_at":{"type":"object","nullable":true},"socials":{"type":"object","nullable":true},"module_html":{"type":"object","nullable":true},"module_video":{"type":"object","nullable":true},"module_virtual_tour":{"type":"object","nullable":true},"custom_link":{"type":"object","nullable":true},"custom_button":{"type":"object","nullable":true},"facebook_app":{"type":"object","nullable":true},"custom_web_setting":{"type":"object","nullable":true},"custom_web_stylesheet":{"type":"object","nullable":true},"tag_params":{"type":"object","nullable":true},"suggested_restaurants":{"type":"object","nullable":true},"voucher_param":{"type":"object","nullable":true},"restaurant_payment_param":{"type":"object","nullable":true},"restaurant_payment_providers":{"nullable":true,"type":"array","items":{"type":"object"}},"certifications":{"type":"object","nullable":true},"command_comment":{"type":"object","nullable":true},"comment":{"type":"object","nullable":true},"charge_param":{"type":"object","nullable":true},"backoffice_param":{"type":"object","nullable":true},"cancelation_param":{"type":"object","nullable":true},"waiters":{"nullable":true,"type":"array","items":{"type":"object"}},"groups":{"nullable":true,"type":"array","items":{"type":"object"}},"price_plan":{"type":"object","nullable":true},"stock_table_param":{"type":"object","nullable":true},"acl_packs":{"nullable":true,"type":"array","items":{"type":"object"}},"restaurant_params":{"nullable":true,"type":"array","items":{"type":"object"}},"user_acls":{"nullable":true,"type":"array","items":{"type":"object"}},"seatingPlanParams":{"type":"object","nullable":true},"legalNotice":{"type":"object","nullable":true},"bookingParams":{"type":"object","nullable":true},"commandParams":{"type":"object","nullable":true},"restaurant_prepayment_param":{"type":"object","nullable":true},"restaurant_imprint_param":{"type":"object","nullable":true},"acls":{"nullable":true,"type":"array","items":{"type":"object"}},"publishers":{"nullable":true,"type":"array","items":{"type":"object"}},"reviewDistributions":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"owner_id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"address_2":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"capacity":{"type":"number","nullable":true},"avg_budget":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"google_plus":{"type":"string","nullable":true},"tripadvisor":{"type":"string","nullable":true},"moving":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"phone_2":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"reservation_email":{"type":"string","nullable":true},"reservation_phone":{"type":"string","nullable":true},"reservation_phone_sms":{"type":"string","nullable":true},"charge_emails":{"type":"string","nullable":true},"reconfirmation_emails":{"type":"string","nullable":true},"prepay_emails":{"type":"string","nullable":true},"command_emails":{"type":"string","nullable":true},"sms_oadc":{"type":"string","nullable":true},"reservation":{"type":"number","nullable":true},"reservation_notifications":{"type":"number","nullable":true},"delivery":{"type":"number","nullable":true},"actived_phone_tracking":{"type":"number","nullable":true},"metro":{"type":"string","nullable":true},"train":{"type":"string","nullable":true},"velo":{"type":"string","nullable":true},"autolib":{"type":"string","nullable":true},"parking":{"type":"string","nullable":true},"bus":{"type":"string","nullable":true},"delivery_url":{"type":"string","nullable":true},"reservation_url":{"type":"string","nullable":true},"wap_vhost":{"type":"string","nullable":true},"subdomain":{"type":"string","nullable":true},"web_vhost":{"type":"string","nullable":true},"web_subdomain":{"type":"string","nullable":true},"www_redirect":{"type":"string","nullable":true},"page_title":{"type":"string","nullable":true},"own_website":{"type":"number","nullable":true},"analytics":{"type":"string","nullable":true},"tag_manager":{"type":"string","nullable":true},"facebook_pixel_id":{"type":"string","nullable":true},"theme":{"type":"string","nullable":true},"button_theme":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"business_type":{"type":"string","nullable":true},"is_client":{"type":"number","nullable":true},"is_ambassador":{"type":"number","nullable":true},"has_been_client":{"type":"number","nullable":true},"client_type":{"type":"string","nullable":true},"price_plan_id":{"type":"number","nullable":true},"recovery_at":{"type":"string","nullable":true},"is_recovery":{"type":"number","nullable":true},"closed":{"type":"number","nullable":true},"sms_credits":{"type":"number","nullable":true},"reservation_auto_conf":{"type":"number","nullable":true},"auto_modified":{"type":"string","nullable":true},"booking_widget_time_interval":{"type":"string","nullable":true},"is_blocking_waiting":{"type":"number","nullable":true},"custom_web_setting_id":{"type":"string","nullable":true},"sf_opportunity_id":{"type":"string","nullable":true},"sf_account_id":{"type":"string","nullable":true},"cbee_account_id":{"type":"string","nullable":true},"z_account_id":{"type":"string","nullable":true},"invokit_id":{"type":"number","nullable":true},"company_id":{"type":"number","nullable":true},"parent_id":{"type":"string","nullable":true},"country_id":{"type":"number","nullable":true},"google_rating":{"type":"number","nullable":true},"ereputation_id":{"type":"string","nullable":true},"ereputation_url":{"type":"string","nullable":true},"date_start_contract":{"type":"string","nullable":true},"nb_reservation_total":{"type":"string","nullable":true},"revenue_total":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"mail_reviews":{"type":"number","nullable":true},"private_reviews":{"type":"number","nullable":true},"private_reviews_reply_displaying":{"type":"number","nullable":true},"private_reviews_period":{"type":"number","nullable":true},"booking_reminder_hours":{"type":"number","nullable":true},"disable_3263":{"type":"number","nullable":true},"new_booking_widget":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"enable_cache":{"type":"number","nullable":true},"privatisation_emails":{"type":"string","nullable":true},"contact_emails":{"type":"string","nullable":true},"review_emails":{"type":"string","nullable":true},"tracking_app_id":{"type":"string","nullable":true},"calldesk_phone":{"type":"string","nullable":true},"optin":{"type":"string","nullable":true},"has_pin":{"type":"boolean","nullable":true},"pin":{"type":"string","nullable":true},"pin_required_from":{"type":"number","nullable":true},"has_room_map":{"type":"number","nullable":true},"has_prepayment":{"type":"number","nullable":true},"has_precharge":{"type":"number","nullable":true},"has_group_search":{"type":"number","nullable":true},"has_automatic_status":{"type":"number","nullable":true},"has_room_selection_on_widget":{"type":"boolean","nullable":true},"is_room_selection_mandatory":{"type":"boolean","nullable":true},"test":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"is_white_label":{"type":"number","nullable":true},"close_commands":{"type":"number","nullable":true},"open_commands":{"type":"number","nullable":true},"commands_auto_conf":{"type":"number","nullable":true},"rooms":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantRoomEmbeddable"}},"tables":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableEmbeddable"}},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantCountryEmbeddable"}]},"display_name":{"type":"string","nullable":true},"valid_gtc":{"type":"boolean","nullable":true},"current_gtc":{"type":"string","nullable":true},"has_virtual_menu":{"type":"boolean","nullable":true},"has_active_prepayment_connection":{"type":"boolean","nullable":true},"has_active_imprint_connection":{"type":"boolean","nullable":true},"has_active_payment_connection":{"type":"boolean","nullable":true},"is_payment_connection_required":{"type":"boolean","nullable":true},"is_prepayment_connection_required":{"type":"boolean","nullable":true},"is_imprint_connection_required":{"type":"boolean","nullable":true},"is_stripe_connection_required":{"type":"boolean","nullable":true},"has_connected_vouchers":{"type":"boolean","nullable":true},"country_iso2":{"type":"string","nullable":true}},"required":["state","tracking_phone","accounting","reservation_auto_conf_max","ereputation","ereputation_activation_code","completion","to_be_deleted_at","deleted_at","date_start_contract_updated_at","date_end_free_trial","amount_method","twilio_phone","newsletter_counters_calculated_at","socials","module_html","module_video","module_virtual_tour","custom_link","custom_button","facebook_app","custom_web_setting","custom_web_stylesheet","tag_params","suggested_restaurants","voucher_param","restaurant_payment_param","restaurant_payment_providers","certifications","command_comment","comment","charge_param","backoffice_param","cancelation_param","waiters","groups","price_plan","stock_table_param","acl_packs","restaurant_params","user_acls","seatingPlanParams","legalNotice","bookingParams","commandParams","restaurant_prepayment_param","restaurant_imprint_param","acls","publishers","reviewDistributions","id","owner_id","name","address","address_2","zip","city","type","longitude","latitude","timezone","lang","capacity","avg_budget","website","facebook","twitter","instagram","google_plus","tripadvisor","moving","phone","phone_2","fax","email","first_name","last_name","reservation_email","reservation_phone","reservation_phone_sms","charge_emails","reconfirmation_emails","prepay_emails","command_emails","sms_oadc","reservation","reservation_notifications","delivery","actived_phone_tracking","metro","train","velo","autolib","parking","bus","delivery_url","reservation_url","wap_vhost","subdomain","web_vhost","web_subdomain","www_redirect","page_title","own_website","analytics","tag_manager","facebook_pixel_id","theme","button_theme","color","business_type","is_client","is_ambassador","has_been_client","client_type","price_plan_id","recovery_at","is_recovery","closed","sms_credits","reservation_auto_conf","auto_modified","booking_widget_time_interval","is_blocking_waiting","custom_web_setting_id","sf_opportunity_id","sf_account_id","cbee_account_id","z_account_id","invokit_id","company_id","parent_id","country_id","google_rating","ereputation_id","ereputation_url","date_start_contract","nb_reservation_total","revenue_total","slug","mail_reviews","private_reviews","private_reviews_reply_displaying","private_reviews_period","booking_reminder_hours","disable_3263","new_booking_widget","created_at","updated_at","enable_cache","privatisation_emails","contact_emails","review_emails","tracking_app_id","calldesk_phone","optin","has_pin","pin","pin_required_from","has_room_map","has_prepayment","has_precharge","has_group_search","has_automatic_status","has_room_selection_on_widget","is_room_selection_mandatory","test","review_reminder","is_white_label","close_commands","open_commands","commands_auto_conf","rooms","tables","country","display_name","valid_gtc","current_gtc","has_virtual_menu","has_active_prepayment_connection","has_active_imprint_connection","has_active_payment_connection","is_payment_connection_required","is_prepayment_connection_required","is_imprint_connection_required","is_stripe_connection_required","has_connected_vouchers","country_iso2"]},"ZenchefRestaurantRoomEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name_translations":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantNameTranslationsEmbeddable"}]},"capacity":{"type":"number","nullable":true},"description":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"has_sea":{"type":"number","nullable":true},"has_sand":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true}},"required":["id","name_translations","capacity","description","restaurant_id","width","height","position","has_sea","has_sand","created_at","updated_at"]},"ZenchefRestaurantNameTranslationsEmbeddable":{"type":"object","properties":{"en":{"type":"string","nullable":true}},"required":["en"]},"ZenchefRestaurantTableEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"booking_room_id":{"type":"number","nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"table_type_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"laravel_through_key":{"type":"number","nullable":true},"table_combinations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableCombinationEmbeddable"}}},"required":["id","name","booking_room_id","x","y","min","max","rotation","table_type_id","created_at","updated_at","laravel_through_key","table_combinations"]},"ZenchefRestaurantTableCombinationEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"is_group":{"type":"number","nullable":true},"is_bookable":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"booking_room_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"pivot":{"type":"object","nullable":true}},"required":["id","name","min","max","position","is_group","is_bookable","restaurant_id","booking_room_id","created_at","updated_at","pivot"]},"ZenchefRestaurantCountryEmbeddable":{"type":"object","properties":{"oadc":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"iso":{"type":"string","nullable":true},"iso3":{"type":"string","nullable":true},"default_lang":{"type":"string","nullable":true},"available_locales":{"nullable":true,"type":"array","items":{"type":"string"}},"title":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"fr":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true},"de":{"type":"string","nullable":true},"it":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"active":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"phone_support":{"type":"string","nullable":true},"taxes":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["oadc","id","iso","iso3","default_lang","available_locales","title","en","fr","es","pt","de","it","code","active","currency","created_at","updated_at","vat","locale","timezone","phone_support","taxes"]},"JuxtaPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"center_id":{"type":"string","nullable":true},"center_name":{"type":"string","nullable":true},"practitioner_fullname":{"type":"string","nullable":true},"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"date":{"type":"string","nullable":true}},"required":["id","center_id","center_name","practitioner_fullname","patient_fullname","patient_firstname","patient_lastname","phone_number","email","date"]},"SalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"attributes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseAttributesEmbeddable"}]},"Id":{"type":"string","nullable":true},"WhoId":{"type":"string","nullable":true},"WhatId":{"type":"string","nullable":true},"WhoCount":{"type":"number","nullable":true},"WhatCount":{"type":"number","nullable":true},"Subject":{"type":"string","nullable":true},"Location":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"IsAllDayEvent":{"type":"boolean","nullable":true},"ActivityDateTime":{"type":"string","nullable":true},"ActivityDate":{"type":"string","nullable":true},"DurationInMinutes":{"type":"number","nullable":true},"StartDateTime":{"type":"string","nullable":true},"EndDateTime":{"type":"string","nullable":true},"EndDate":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"OwnerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"IsPrivate":{"type":"boolean","nullable":true},"ShowAs":{"type":"string","nullable":true},"IsDeleted":{"type":"boolean","nullable":true},"IsChild":{"type":"boolean","nullable":true},"IsGroupEvent":{"type":"boolean","nullable":true},"GroupEventType":{"type":"string","nullable":true},"CreatedDate":{"type":"string","nullable":true},"CreatedById":{"type":"string","nullable":true},"LastModifiedDate":{"type":"string","nullable":true},"LastModifiedById":{"type":"string","nullable":true},"SystemModstamp":{"type":"string","nullable":true},"IsArchived":{"type":"boolean","nullable":true},"RecurrenceActivityId":{"type":"string","nullable":true},"IsRecurrence":{"type":"boolean","nullable":true},"RecurrenceStartDateTime":{"type":"string","nullable":true},"RecurrenceEndDateOnly":{"type":"string","nullable":true},"RecurrenceTimeZoneSidKey":{"type":"string","nullable":true},"RecurrenceType":{"type":"string","nullable":true},"RecurrenceInterval":{"type":"string","nullable":true},"RecurrenceDayOfWeekMask":{"type":"string","nullable":true},"RecurrenceDayOfMonth":{"type":"string","nullable":true},"RecurrenceInstance":{"type":"string","nullable":true},"RecurrenceMonthOfYear":{"type":"string","nullable":true},"ReminderDateTime":{"type":"string","nullable":true},"IsReminderSet":{"type":"boolean","nullable":true},"EventSubtype":{"type":"string","nullable":true},"IsRecurrence2Exclusion":{"type":"boolean","nullable":true},"Recurrence2PatternText":{"type":"string","nullable":true},"Recurrence2PatternVersion":{"type":"string","nullable":true},"IsRecurrence2":{"type":"boolean","nullable":true},"IsRecurrence2Exception":{"type":"boolean","nullable":true},"Recurrence2PatternStartDate":{"type":"string","nullable":true},"Recurrence2PatternTimeZone":{"type":"string","nullable":true},"EXTERNAL_ID__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["attributes","Id","WhoId","WhatId","WhoCount","WhatCount","Subject","Location","Centre_du_RDV__c","IsAllDayEvent","ActivityDateTime","ActivityDate","DurationInMinutes","StartDateTime","EndDateTime","EndDate","Description","AccountId","OwnerId","Type","IsPrivate","ShowAs","IsDeleted","IsChild","IsGroupEvent","GroupEventType","CreatedDate","CreatedById","LastModifiedDate","LastModifiedById","SystemModstamp","IsArchived","RecurrenceActivityId","IsRecurrence","RecurrenceStartDateTime","RecurrenceEndDateOnly","RecurrenceTimeZoneSidKey","RecurrenceType","RecurrenceInterval","RecurrenceDayOfWeekMask","RecurrenceDayOfMonth","RecurrenceInstance","RecurrenceMonthOfYear","ReminderDateTime","IsReminderSet","EventSubtype","IsRecurrence2Exclusion","Recurrence2PatternText","Recurrence2PatternVersion","IsRecurrence2","IsRecurrence2Exception","Recurrence2PatternStartDate","Recurrence2PatternTimeZone","EXTERNAL_ID__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DentegoSalesforcePurchaseAttributesEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true}},"required":["type","url"]},"DeliverooPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooItemsMetadatasEmbeddable"}},"restaurant_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"status":{"type":"string","nullable":true},"rejection_reason":{"type":"string","nullable":true},"order_number":{"type":"string","nullable":true},"timeline":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooTimelineMetadatasEmbeddable"}]},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPurchaseCustomerMetadatasEmbeddable"}]},"paid_in_cash":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"short_drn":{"type":"string","nullable":true},"drn_id":{"type":"string","nullable":true}},"required":["id","items","restaurant_id","amount","status","rejection_reason","order_number","timeline","customer","paid_in_cash","short_drn","drn_id"]},"DeliverooItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooModifiersMetadatasEmbeddable"}},"category_name":{"type":"string","nullable":true}},"required":["name","quantity","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooModifiersMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooTimelineMetadatasEmbeddable":{"type":"object","properties":{"placed_at":{"type":"string","nullable":true}},"required":["placed_at"]},"DeliverooPurchaseCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true}},"required":["id"]},"UbereatsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"supportIssues":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRootEmbeddable"}}},"orderId":{"type":"string","nullable":true},"requestedAt":{"type":"number","nullable":true},"orderStateChanges":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOrderStateChangeEmbeddable"}},"orderUUID":{"type":"string","nullable":true},"checkoutInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCheckoutInfoEmbeddable"}},"marketplaceFeeRate":{"type":"string","nullable":true},"netPayout":{"type":"string","nullable":true},"issueSummary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsIssueSummaryEmbeddable"}]},"items":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsItemEmbeddable"}}}},"required":["supportIssues","orderId","requestedAt","orderStateChanges","orderUUID","checkoutInfo","marketplaceFeeRate","netPayout","issueSummary","items"]},"UbereatsPurchaseSupportIssueRootEmbeddable":{"type":"object","properties":{"issue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueEmbeddable"}]},"records":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRecordEmbeddable"}},"sessionUUID":{"type":"string","nullable":true}},"required":["issue","records","sessionUUID"]},"UbereatsPurchaseSupportIssueEmbeddable":{"type":"object","properties":{"issueType":{"type":"string","nullable":true},"refundPolicy":{"type":"string","nullable":true},"refundStrategy":{"type":"string","nullable":true},"merchantPayPolicy":{"type":"string","nullable":true},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportOrderEmbeddable"}]}},"required":["issueType","refundPolicy","refundStrategy","merchantPayPolicy","order"]},"UbereatsPurchaseSupportOrderEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemEmbeddable"}},"feedback":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}},"adjustLineItems":{"type":"string","nullable":true}},"required":["uuid","items","feedback","adjustLineItems"]},"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]},"UbereatsPurchaseSupportIssueRecordEmbeddable":{"type":"object","properties":{"action":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionEmbeddable"}]},"createdAt":{"type":"string","nullable":true}},"required":["action","createdAt"]},"UbereatsPurchaseSupportActionEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"image":{"type":"string","nullable":true},"token":{"type":"string","nullable":true},"value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionValueEmbeddable"}]},"dispute":{"type":"string","nullable":true},"feedback":{"type":"string","nullable":true},"promotion":{"type":"string","nullable":true},"actionType":{"type":"string","nullable":true},"preChargebackInfo":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["text","uuid","image","token","value","dispute","feedback","promotion","actionType","preChargebackInfo","preChargebackDisputeAction"]},"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]},"UbereatsOrderStateChangeEmbeddable":{"type":"object","properties":{"changedAt":{"type":"string","nullable":true},"orderState":{"type":"string","nullable":true}},"required":["changedAt","orderState"]},"UbereatsCheckoutInfoEmbeddable":{"type":"object","properties":{"key":{"type":"string","nullable":true},"amount":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"descriptionKey":{"type":"string","nullable":true}},"required":["key","amount","label","descriptionKey"]},"UbereatsIssueSummaryEmbeddable":{"type":"object","properties":{"adjustmentAmount":{"type":"string","nullable":true},"customerRefund":{"type":"string","nullable":true},"failureReason":{"type":"string","nullable":true},"fees":{"type":"string","nullable":true},"issueType":{"type":"string","nullable":true},"numMissingItems":{"type":"number","nullable":true},"orderJobState":{"type":"string","nullable":true},"payout":{"type":"string","nullable":true},"refundNotChargedToMerchant":{"type":"string","nullable":true},"isMerchantNotYetChargedback":{"type":"boolean","nullable":true},"possibleChargebackAmount":{"type":"string","nullable":true},"possibleChargebackProcessingTime":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["adjustmentAmount","customerRefund","failureReason","fees","issueType","numMissingItems","orderJobState","payout","refundNotChargedToMerchant","isMerchantNotYetChargedback","possibleChargebackAmount","possibleChargebackProcessingTime","preChargebackDisputeAction"]},"UbereatsItemEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCustomizationEmbeddable"}},"issueType":{"type":"string","nullable":true}},"required":["title","uuid","price","quantity","customizations","issueType"]},"UbereatsCustomizationEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOptionEmbeddable"}}},"required":["title","price","options"]},"UbereatsOptionEmbeddable":{"type":"object","properties":{"customizations":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true}},"required":["customizations","title","price","quantity"]},"SevenroomsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"auto_assignments":{"type":"object"},"problems":{"type":"object","nullable":true},"id":{"type":"string","nullable":true},"venue_id":{"type":"string","nullable":true},"venue_group_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"external_user_id":{"type":"string","nullable":true},"external_id":{"type":"string","nullable":true},"external_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"user":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UserEmbeddable"}]},"tags":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TagEmbeddable"}},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"pos_tickets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PosTicketEmbeddable"}},"reference_code":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"time_slot_iso":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"status_display":{"type":"string","nullable":true},"status_simple":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"table_numbers":{"nullable":true,"type":"array","items":{"type":"string"}},"venue_seating_area_name":{"type":"string","nullable":true},"venue_seating_area_id":{"type":"string","nullable":true},"max_guests":{"type":"number","nullable":true},"is_vip":{"type":"boolean","nullable":true},"booked_by":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"real_datetime_of_slot":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"client_requests":{"type":"string","nullable":true},"arrival_time":{"type":"string","nullable":true},"duration":{"type":"number","nullable":true},"using_default_duration":{"type":"boolean","nullable":true},"send_reminder_email":{"type":"boolean","nullable":true},"updated":{"type":"string","nullable":true},"check_numbers":{"type":"string","nullable":true},"shift_persistent_id":{"type":"string","nullable":true},"left_time":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"comps_price_type":{"type":"string","nullable":true},"modify_reservation_link":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"seated_time":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true},"arrived_guests":{"type":"number","nullable":true},"state":{"type":"string","nullable":true},"send_reminder_sms":{"type":"boolean","nullable":true},"address_2":{"type":"string","nullable":true},"min_price":{"type":"number","nullable":true},"custom_fields":{"type":"array","items":{"type":"object"}},"policy":{"type":"string","nullable":true},"served_by":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"loyalty_id":{"type":"string","nullable":true},"mf_ratio_male":{"type":"number","nullable":true},"mf_ratio_female":{"type":"number","nullable":true},"comps":{"type":"string","nullable":true},"loyalty_rank":{"type":"string","nullable":true},"paid_by":{"type":"string","nullable":true},"loyalty_tier":{"type":"string","nullable":true},"shift_category":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"cost_option":{"type":"number","nullable":true},"created":{"type":"string","nullable":true},"access_persistent_id":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"total_payment":{"type":"number","nullable":true},"prepayment":{"type":"number","nullable":true},"deleted":{"type":"string","nullable":true},"prepayment_total":{"type":"number","nullable":true},"prepayment_net":{"type":"number","nullable":true},"prepayment_service_charge":{"type":"number","nullable":true},"prepayment_tax":{"type":"number","nullable":true},"prepayment_gratuity":{"type":"number","nullable":true},"onsite_payment":{"type":"number","nullable":true},"onsite_payment_net":{"type":"number","nullable":true},"onsite_payment_tax":{"type":"number","nullable":true},"onsite_payment_gratuity":{"type":"number","nullable":true},"onsite_payment_total":{"type":"number","nullable":true},"total_net_payment":{"type":"number","nullable":true},"total_gross_payment":{"type":"number","nullable":true},"upgrades":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["auto_assignments","problems","id","venue_id","venue_group_id","venue_group_client_id","client_id","first_name","last_name","source_client_id","external_user_id","external_id","external_reference_code","external_client_id","user","tags","phone_number","email","pos_tickets","reference_code","client_reference_code","time_slot_iso","status","status_display","status_simple","rating","table_numbers","venue_seating_area_name","venue_seating_area_id","max_guests","is_vip","booked_by","date","real_datetime_of_slot","notes","client_requests","arrival_time","duration","using_default_duration","send_reminder_email","updated","check_numbers","shift_persistent_id","left_time","postal_code","comps_price_type","modify_reservation_link","reservation_type","seated_time","reservation_sms_opt_in","arrived_guests","state","send_reminder_sms","address_2","min_price","custom_fields","policy","served_by","address","loyalty_id","mf_ratio_male","mf_ratio_female","comps","loyalty_rank","paid_by","loyalty_tier","shift_category","country","cost_option","created","access_persistent_id","city","total_payment","prepayment","deleted","prepayment_total","prepayment_net","prepayment_service_charge","prepayment_tax","prepayment_gratuity","onsite_payment","onsite_payment_net","onsite_payment_tax","onsite_payment_gratuity","onsite_payment_total","total_net_payment","total_gross_payment","upgrades"]},"UserEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"TagEmbeddable":{"type":"object","properties":{"group":{"type":"string","nullable":true},"group_display":{"type":"string","nullable":true},"tag":{"type":"string","nullable":true},"tag_display":{"type":"string","nullable":true},"color":{"type":"string","nullable":true}},"required":["group","group_display","tag","tag_display","color"]},"PosTicketEmbeddable":{"type":"object","properties":{"_pos_type_version":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"tax":{"type":"number","nullable":true},"subtotal":{"type":"number","nullable":true},"service_charge":{"type":"number","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ItemEmbeddable"}},"ticket_id":{"type":"string","nullable":true},"local_pos_ticket_id":{"type":"string","nullable":true},"employee_name":{"type":"string","nullable":true},"employee_id":{"type":"string","nullable":true},"total":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"table_no":{"type":"string","nullable":true},"start_time":{"type":"string","nullable":true},"end_time":{"type":"string","nullable":true},"admin_fee":{"type":"number","nullable":true},"booking_id":{"type":"string","nullable":true}},"required":["_pos_type_version","source","tax","subtotal","service_charge","items","ticket_id","local_pos_ticket_id","employee_name","employee_id","total","status","table_no","start_time","end_time","admin_fee","booking_id"]},"ItemEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"quantity":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"modifiers":{"nullable":true,"type":"array","items":{"type":"string"}},"notes":{"type":"string","nullable":true},"course":{"type":"string","nullable":true}},"required":["name","price","quantity","status","modifiers","notes","course"]},"MewsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationEmbeddable"}]},"orderItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsOrderItemEmbeddable"}}},"required":["reservation","orderItems"]},"MewsReservationEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"nullable":true,"enum":["Customer","Company"],"type":"string"},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"BookerId":{"type":"string","nullable":true},"ScheduledStartUtc":{"type":"string","nullable":true},"ActualStartUtc":{"type":"string","nullable":true},"ScheduledEndUtc":{"type":"string","nullable":true},"ActualEndUtc":{"type":"string","nullable":true},"EndUtc":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"State":{"nullable":true,"enum":["Inquired","Confirmed","Started","Processed","Canceled","Optional","Requested"],"type":"string"},"Origin":{"nullable":true,"enum":["Distributor","ChannelManager","Commander","Import","Connector","Navigator"],"type":"string"},"CommanderOrigin":{"nullable":true,"enum":["InPerson","Channel","Phone","Email","Website","Message","CallCenter","RoomingList"],"type":"string"},"OriginDetails":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"CancelledUtc":{"type":"string","nullable":true},"VoucherId":{"type":"string","nullable":true},"BusinessSegmentId":{"type":"string","nullable":true},"RateId":{"type":"string","nullable":true},"CreditCardId":{"type":"string","nullable":true},"GroupId":{"type":"string","nullable":true},"RequestedResourceCategoryId":{"type":"string","nullable":true},"AssignedResourceId":{"type":"string","nullable":true},"AvailabilityBlockId":{"type":"string","nullable":true},"PartnerCompanyId":{"type":"string","nullable":true},"TravelAgencyId":{"type":"string","nullable":true},"AssignedResourceLocked":{"type":"boolean","nullable":true},"ChannelNumber":{"type":"string","nullable":true},"ChannelManagerNumber":{"type":"string","nullable":true},"CancellationReason":{"nullable":true,"enum":["Other","ConfirmationMissed","BookedElsewhere","ForceMajeure","GuestComplaint","NoShow","PriceTooHigh","ServiceNotAvailable","InputError","InvalidPayment","TravelAgency","RequestedByGuest","Update","BookingAbandoned","RequestedByBooker"],"type":"string"},"ReleasedUtc":{"type":"string","nullable":true},"Purpose":{"nullable":true,"enum":["Leisure","Business","Student"],"type":"string"},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationOptionsEmbeddable"}]},"QrCodeData":{"type":"string","nullable":true},"PersonCounts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsReservationPersonCountEmbeddable"}}},"required":["Id","ServiceId","AccountId","AccountType","CreatorProfileId","UpdaterProfileId","BookerId","ScheduledStartUtc","ActualStartUtc","ScheduledEndUtc","ActualEndUtc","EndUtc","Number","State","Origin","CommanderOrigin","OriginDetails","CreatedUtc","UpdatedUtc","CancelledUtc","VoucherId","BusinessSegmentId","RateId","CreditCardId","GroupId","RequestedResourceCategoryId","AssignedResourceId","AvailabilityBlockId","PartnerCompanyId","TravelAgencyId","AssignedResourceLocked","ChannelNumber","ChannelManagerNumber","CancellationReason","ReleasedUtc","Purpose","Options","QrCodeData","PersonCounts"]},"MewsReservationOptionsEmbeddable":{"type":"object","properties":{"OwnerCheckedIn":{"type":"boolean","nullable":true},"AllCompanionsCheckedIn":{"type":"boolean","nullable":true},"AnyCompanionCheckedIn":{"type":"boolean","nullable":true},"ConnectorCheckIn":{"type":"boolean","nullable":true}},"required":["OwnerCheckedIn","AllCompanionsCheckedIn","AnyCompanionCheckedIn","ConnectorCheckIn"]},"MewsReservationPersonCountEmbeddable":{"type":"object","properties":{"AgeCategoryId":{"type":"string","nullable":true},"Count":{"type":"number","nullable":true}},"required":["AgeCategoryId","Count"]},"MewsOrderItemEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"EnterpriseId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"ServiceOrderId":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"BillId":{"type":"string","nullable":true},"BillingName":{"type":"string","nullable":true},"AccountingCategoryId":{"type":"string","nullable":true},"ExternalIdentifier":{"type":"string","nullable":true},"UnitCount":{"type":"number","nullable":true},"UnitAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"Amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"OriginalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"RevenueType":{"type":"string","nullable":true},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ConsumedUtc":{"type":"string","nullable":true},"CanceledUtc":{"type":"string","nullable":true},"ClosedUtc":{"type":"string","nullable":true},"StartUtc":{"type":"string","nullable":true},"ClaimedUtc":{"type":"string","nullable":true},"AccountingState":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemOptionsEmbeddable"}]},"Data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataEmbeddable"}]}},"required":["Id","EnterpriseId","AccountId","AccountType","ServiceId","ServiceOrderId","Notes","BillId","BillingName","AccountingCategoryId","ExternalIdentifier","UnitCount","UnitAmount","Amount","OriginalAmount","RevenueType","CreatorProfileId","UpdaterProfileId","CreatedUtc","UpdatedUtc","ConsumedUtc","CanceledUtc","ClosedUtc","StartUtc","ClaimedUtc","AccountingState","Type","Options","Data"]},"MewsAmountValueEmbeddable":{"type":"object","properties":{"Currency":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"GrossValue":{"type":"number","nullable":true},"TaxValues":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsTaxValueEmbeddable"}},"Breakdown":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountBreakdownEmbeddable"}]}},"required":["Currency","NetValue","GrossValue","TaxValues","Breakdown"]},"MewsTaxValueEmbeddable":{"type":"object","properties":{"Code":{"type":"string","nullable":true},"Value":{"type":"number","nullable":true}},"required":["Code","Value"]},"MewsAmountBreakdownEmbeddable":{"type":"object","properties":{"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsAmountBreakdownItemEmbeddable"}}},"required":["Items"]},"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]},"MewsOrderItemOptionsEmbeddable":{"type":"object","properties":{"CanceledWithReservation":{"type":"boolean","nullable":true}},"required":["CanceledWithReservation"]},"MewsOrderItemDataEmbeddable":{"type":"object","properties":{"Discriminator":{"type":"string","nullable":true},"Rebate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataRebateEmbeddable"}]},"Product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataProductEmbeddable"}]}},"required":["Discriminator","Rebate","Product"]},"MewsOrderItemDataRebateEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"RebatedItemId":{"type":"string","nullable":true}},"required":["ProductId","RebatedItemId"]},"MewsOrderItemDataProductEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"AgeCategoryId":{"type":"string","nullable":true}},"required":["ProductId","AgeCategoryId"]},"OraclePurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservationIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"externalReferences":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleExternalReferenceEmbeddable"}},"roomStay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationRoomStayEmbeddable"}]},"departureReservationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepartureReservationInfoEmbeddable"}]},"reservationGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationGuestEmbeddable"}]},"sharedGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSharedGuestEmbeddable"}},"attachedProfiles":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAttachedProfileEmbeddable"}},"reservationPaymentMethod":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPaymentMethodEmbeddable"}]},"reservationFolioWindows":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationFolioWindowEmbeddable"}},"commissionsInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCommissionsInfoEmbeddable"}]},"specials":{"type":"string","nullable":true},"displayColor":{"type":"string","nullable":true},"displayColorDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDisplayColorDetailsEmbeddable"}]},"reservationIndicators":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIndicatorEmbeddable"}},"roomStatus":{"type":"string","nullable":true},"searchMatches":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSearchMatchEmbeddable"}},"sourceOfSale":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleSourceOfSaleEmbeddable"}]},"waitlist":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleWaitlistEmbeddable"}]},"queue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueEmbeddable"}]},"housekeeping":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleHousekeepingEmbeddable"}]},"cashiering":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCashieringEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"deposit":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepositEmbeddable"}]},"allowedActions":{"nullable":true,"type":"array","items":{"type":"string"}},"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"mobileNotifications":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMobileNotificationsEmbeddable"}]},"reservationCommunication":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationCommunicationEmbeddable"}]},"advanceCheckIn":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAdvanceCheckInEmbeddable"}]},"welcomeOffer":{"type":"boolean","nullable":true},"cancellationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCancellationInfoEmbeddable"}]},"keyCount":{"type":"number","nullable":true},"hotelId":{"type":"string","nullable":true},"hotelName":{"type":"string","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStayReservation":{"type":"boolean","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true},"computedReservationStatus":{"type":"string","nullable":true},"walkInIndicator":{"type":"boolean","nullable":true},"accessRestriction":{"type":"string","nullable":true},"commissionPayoutTo":{"type":"string","nullable":true},"paymentMethod":{"type":"string","nullable":true},"preRegistered":{"type":"boolean","nullable":true},"openFolio":{"type":"boolean","nullable":true},"allowMobileCheckout":{"type":"boolean","nullable":true},"allowMobileViewFolio":{"type":"boolean","nullable":true},"optedForCommunication":{"type":"boolean","nullable":true},"roomFeatures":{"type":"string","nullable":true},"fiscalInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleFiscalInfoEmbeddable"}]}},"required":["reservationIdList","externalReferences","roomStay","departureReservationInfo","reservationGuest","sharedGuests","attachedProfiles","reservationPaymentMethod","reservationFolioWindows","commissionsInfo","specials","displayColor","displayColorDetails","reservationIndicators","roomStatus","searchMatches","sourceOfSale","waitlist","queue","housekeeping","cashiering","taxType","deposit","allowedActions","revenuesAndBalances","mobileNotifications","reservationCommunication","advanceCheckIn","welcomeOffer","cancellationInfo","keyCount","hotelId","hotelName","expectedServiceTime","roomStayReservation","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","reservationStatus","computedReservationStatus","walkInIndicator","accessRestriction","commissionPayoutTo","paymentMethod","preRegistered","openFolio","allowMobileCheckout","allowMobileViewFolio","optedForCommunication","roomFeatures","fiscalInfo"]},"OracleExternalReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true},"idContext":{"type":"string","nullable":true}},"required":["id","idExtension","idContext"]},"OracleReservationRoomStayEmbeddable":{"type":"object","properties":{"arrivalDate":{"format":"date-time","type":"string","nullable":true},"departureDate":{"format":"date-time","type":"string","nullable":true},"originalTimeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTimeSpanEmbeddable"}]},"expectedTimes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleExpectedTimesEmbeddable"}]},"adultCount":{"type":"number","nullable":true},"childCount":{"type":"number","nullable":true},"roomClass":{"type":"string","nullable":true},"roomType":{"type":"string","nullable":true},"numberOfRooms":{"type":"number","nullable":true},"roomId":{"type":"string","nullable":true},"roomOwnershipType":{"type":"string","nullable":true},"ratePlanCode":{"type":"string","nullable":true},"rateAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"points":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTotalPointsEmbeddable"}]},"rateSuppressed":{"type":"boolean","nullable":true},"reservationBlock":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationBlockEmbeddable"}]},"bookingChannelCode":{"type":"string","nullable":true},"linkCode":{"type":"string","nullable":true},"fixedRate":{"type":"boolean","nullable":true},"totalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guarantee":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuaranteeEmbeddable"}]},"promotion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePromotionEmbeddable"}]},"marketCode":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true},"sourceCodeDescription":{"type":"string","nullable":true},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomTypeCharged":{"type":"string","nullable":true},"depositPayments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guestServiceStatus":{"type":"string","nullable":true},"scheduledCheckoutTime":{"format":"date-time","type":"string","nullable":true},"roomNumberLocked":{"type":"boolean","nullable":true},"pseudoRoom":{"type":"boolean","nullable":true},"assignedByAI":{"type":"boolean","nullable":true},"upgradedByAI":{"type":"boolean","nullable":true},"roomAvailableNights":{"type":"number","nullable":true}},"required":["arrivalDate","departureDate","originalTimeSpan","expectedTimes","adultCount","childCount","roomClass","roomType","numberOfRooms","roomId","roomOwnershipType","ratePlanCode","rateAmount","points","rateSuppressed","reservationBlock","bookingChannelCode","linkCode","fixedRate","totalAmount","guarantee","promotion","marketCode","sourceCode","sourceCodeDescription","balance","compBalance","roomTypeCharged","depositPayments","guestServiceStatus","scheduledCheckoutTime","roomNumberLocked","pseudoRoom","assignedByAI","upgradedByAI","roomAvailableNights"]},"OracleTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true}},"required":["startDate","endDate","duration"]},"OracleExpectedTimesEmbeddable":{"type":"object","properties":{"reservationExpectedArrivalTime":{"format":"date-time","type":"string","nullable":true},"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true}},"required":["reservationExpectedArrivalTime","reservationExpectedDepartureTime"]},"OracleTotalPointsEmbeddable":{"type":"object","properties":{"awardsType":{"type":"string","nullable":true},"points":{"type":"number","nullable":true}},"required":["awardsType","points"]},"OracleReservationBlockEmbeddable":{"type":"object","properties":{"blockIdList":{"nullable":true,"type":"array","items":{"type":"string"}},"blockName":{"type":"string","nullable":true},"hotelId":{"type":"string","nullable":true}},"required":["blockIdList","blockName","hotelId"]},"OracleGuaranteeEmbeddable":{"type":"object","properties":{"guaranteeCode":{"type":"string","nullable":true},"shortDescription":{"type":"string","nullable":true},"onHold":{"type":"boolean","nullable":true}},"required":["guaranteeCode","shortDescription","onHold"]},"OraclePromotionEmbeddable":{"type":"object","properties":{"promotionCode":{"type":"string","nullable":true},"promotionName":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}},"required":["promotionCode","promotionName","couponCode"]},"OracleDepartureReservationInfoEmbeddable":{"type":"object","properties":{"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true}},"required":["reservationExpectedDepartureTime","reservationStatus"]},"OracleReservationGuestEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleSharedGuestEmbeddable":{"type":"object","properties":{"profileId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleProfileIdEmbeddable"}]},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true}},"required":["profileId","firstName","lastName","fullName"]},"OracleProfileIdEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true}},"required":["type","id","idExtension"]},"OracleAttachedProfileEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"reservationProfileType":{"type":"string","nullable":true}},"required":["name","profileIdList","reservationProfileType"]},"OracleReservationPaymentMethodEmbeddable":{"type":"object","properties":{"paymentCard":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePaymentCardEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"authorizationRule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizationRuleEmbeddable"}]},"emailFolioInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailFolioInfoEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"folioView":{"type":"number","nullable":true}},"required":["paymentCard","balance","authorizationRule","emailFolioInfo","paymentMethod","description","folioView"]},"OraclePaymentCardEmbeddable":{"type":"object","properties":{"cardId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"currentAuthorizedAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalAmountNeeded":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalCode":{"type":"string","nullable":true},"cardType":{"type":"string","nullable":true},"userDefinedCardType":{"type":"string","nullable":true},"cardNumber":{"type":"string","nullable":true},"cardNumberMasked":{"type":"string","nullable":true},"cardNumberLast4Digits":{"type":"string","nullable":true},"expirationDate":{"format":"date-time","type":"string","nullable":true},"expirationDateMasked":{"type":"string","nullable":true},"expirationDateExpired":{"type":"boolean","nullable":true},"cardHolderName":{"type":"string","nullable":true},"storeToCreditCardWallet":{"type":"boolean","nullable":true},"processing":{"type":"string","nullable":true},"swiped":{"type":"boolean","nullable":true},"cardPresent":{"type":"boolean","nullable":true},"cardOrToken":{"type":"string","nullable":true},"citId":{"type":"string","nullable":true}},"required":["cardId","currentAuthorizedAmount","approvalAmountNeeded","approvalCode","cardType","userDefinedCardType","cardNumber","cardNumberMasked","cardNumberLast4Digits","expirationDate","expirationDateMasked","expirationDateExpired","cardHolderName","storeToCreditCardWallet","processing","swiped","cardPresent","cardOrToken","citId"]},"OracleAuthorizationRuleEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"percent":{"type":"number","nullable":true}},"required":["code","amount","percent"]},"OracleEmailFolioInfoEmbeddable":{"type":"object","properties":{"email":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailEmbeddable"}]},"emailFolio":{"type":"boolean","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","emailFolio","id","type"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]},"OracleReservationFolioWindowEmbeddable":{"type":"object","properties":{"payeeInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePayeeInfoEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"folioWindowNo":{"type":"number","nullable":true}},"required":["payeeInfo","balance","paymentMethod","folioWindowNo"]},"OraclePayeeInfoEmbeddable":{"type":"object","properties":{"payeeId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"payeeName":{"type":"string","nullable":true},"payeeAddress":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAddressEmbeddable"}]}},"required":["payeeId","payeeName","payeeAddress"]},"OracleAddressEmbeddable":{"type":"object","properties":{"isValidated":{"type":"boolean","nullable":true},"addressLine":{"nullable":true,"type":"array","items":{"type":"string"}},"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityExtension":{"type":"string","nullable":true},"county":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"language":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"updateReservations":{"type":"boolean","nullable":true},"barCode":{"type":"string","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"regionCode":{"type":"string","nullable":true}},"required":["isValidated","addressLine","cityName","postalCode","cityExtension","county","state","country","language","type","typeDescription","primaryInd","updateReservations","barCode","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","regionCode"]},"OracleCommissionsInfoEmbeddable":{"type":"object","properties":{"commissionsPaid":{"type":"boolean","nullable":true},"commissionNotesAvailable":{"type":"boolean","nullable":true}},"required":["commissionsPaid","commissionNotesAvailable"]},"OracleDisplayColorDetailsEmbeddable":{"type":"object","properties":{"displayColor":{"type":"string","nullable":true},"colorDefinition":{"type":"string","nullable":true},"colorDescription":{"type":"string","nullable":true}},"required":["displayColor","colorDefinition","colorDescription"]},"OracleReservationIndicatorEmbeddable":{"type":"object","properties":{"indicatorName":{"type":"string","nullable":true},"count":{"type":"number","nullable":true}},"required":["indicatorName","count"]},"OracleSearchMatchEmbeddable":{"type":"object","properties":{"attribute":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}},"required":["attribute","value"]},"OracleSourceOfSaleEmbeddable":{"type":"object","properties":{"sourceType":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true}},"required":["sourceType","sourceCode"]},"OracleWaitlistEmbeddable":{"type":"object","properties":{"reasonDescription":{"type":"string","nullable":true},"priorityDescription":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"reasonCode":{"type":"string","nullable":true},"priorityCode":{"type":"string","nullable":true},"telephone":{"type":"string","nullable":true}},"required":["reasonDescription","priorityDescription","description","reasonCode","priorityCode","telephone"]},"OracleQueueEmbeddable":{"type":"object","properties":{"timeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueTimeSpanEmbeddable"}]},"guestTextInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestTextInfoEmbeddable"}]},"priority":{"type":"number","nullable":true},"averageQueueTimeToCheckIn":{"type":"number","nullable":true},"averageQueueTimeCurrentReservations":{"type":"number","nullable":true},"queueDate":{"format":"date-time","type":"string","nullable":true}},"required":["timeSpan","guestTextInfo","priority","averageQueueTimeToCheckIn","averageQueueTimeCurrentReservations","queueDate"]},"OracleQueueTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true},"durationInSeconds":{"type":"number","nullable":true}},"required":["startDate","endDate","duration","durationInSeconds"]},"OracleGuestTextInfoEmbeddable":{"type":"object","properties":{"sentTime":{"format":"date-time","type":"string","nullable":true},"sentBy":{"type":"string","nullable":true}},"required":["sentTime","sentBy"]},"OracleHousekeepingEmbeddable":{"type":"object","properties":{"instructions":{"type":"string","nullable":true},"turndownRequested":{"type":"boolean","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStatus":{"type":"string","nullable":true},"frontOfficeStatus":{"type":"string","nullable":true},"housekeepingStatus":{"type":"string","nullable":true}},"required":["instructions","turndownRequested","expectedServiceTime","roomStatus","frontOfficeStatus","housekeepingStatus"]},"OracleCashieringEmbeddable":{"type":"object","properties":{"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"billingPrivileges":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBillingPrivilegesEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"bedTaxReporting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBedTaxReportingEmbeddable"}]},"folioTexts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleFolioTextEmbeddable"}},"compAccounting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCompAccountingEmbeddable"}]},"reservationPreConfiguredRoutingInstruction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPreConfiguredRoutingInstructionEmbeddable"}]},"lastRoomAndTaxPostedDate":{"format":"date-time","type":"string","nullable":true},"reverseCheckInAllowed":{"type":"boolean","nullable":true},"reverseAdvanceCheckInAllowed":{"type":"boolean","nullable":true},"transactionsPosted":{"type":"boolean","nullable":true}},"required":["revenuesAndBalances","billingPrivileges","taxType","bedTaxReporting","folioTexts","compAccounting","reservationPreConfiguredRoutingInstruction","lastRoomAndTaxPostedDate","reverseCheckInAllowed","reverseAdvanceCheckInAllowed","transactionsPosted"]},"OracleRevenuesAndBalancesEmbeddable":{"type":"object","properties":{"totalFixedCharge":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalPayment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"foodAndBevRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"otherRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"nonRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]}},"required":["totalFixedCharge","totalPayment","roomRevenue","foodAndBevRevenue","otherRevenue","nonRevenue","totalRevenue","balance","compBalance"]},"OracleBillingPrivilegesEmbeddable":{"type":"object","properties":{"postingRestriction":{"type":"boolean","nullable":true},"preStayCharging":{"type":"boolean","nullable":true},"postStayCharging":{"type":"boolean","nullable":true},"videoCheckout":{"type":"boolean","nullable":true},"allowAutoCheckin":{"type":"boolean","nullable":true},"autoSettlement":{"type":"boolean","nullable":true},"autoSettlementType":{"type":"string","nullable":true},"autoSettlementFreq":{"type":"number","nullable":true},"creditLimitAutoPay":{"type":"boolean","nullable":true}},"required":["postingRestriction","preStayCharging","postStayCharging","videoCheckout","allowAutoCheckin","autoSettlement","autoSettlementType","autoSettlementFreq","creditLimitAutoPay"]},"OracleTaxTypeEmbeddable":{"type":"object","properties":{"code":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["code","description"]},"OracleBedTaxReportingEmbeddable":{"type":"object","properties":{"taxRegistrationNo":{"type":"number","nullable":true}},"required":["taxRegistrationNo"]},"OracleFolioTextEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"row":{"type":"number","nullable":true}},"required":["text","row"]},"OracleCompAccountingEmbeddable":{"type":"object","properties":{"compType":{"type":"string","nullable":true},"authorizer":{"type":"string","nullable":true},"compPostings":{"type":"string","nullable":true}},"required":["compType","authorizer","compPostings"]},"OracleReservationPreConfiguredRoutingInstructionEmbeddable":{"type":"object","properties":{"authorizerInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizerInfoEmbeddable"}]},"ratePlanCode":{"type":"string","nullable":true},"profileType":{"type":"string","nullable":true},"promotionCode":{"type":"string","nullable":true}},"required":["authorizerInfo","ratePlanCode","profileType","promotionCode"]},"OracleAuthorizerInfoEmbeddable":{"type":"object","properties":{"authorizerId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"authorizerUserName":{"type":"string","nullable":true},"authorizerName":{"type":"string","nullable":true},"authorizerRateCode":{"type":"string","nullable":true},"inheritAuthorizerRateCode":{"type":"boolean","nullable":true}},"required":["authorizerId","authorizerUserName","authorizerName","authorizerRateCode","inheritAuthorizerRateCode"]},"OracleDepositEmbeddable":{"type":"object","properties":{"amountPaid":{"type":"number","nullable":true},"dueDate":{"format":"date-time","type":"string","nullable":true},"postingDate":{"format":"date-time","type":"string","nullable":true},"hasPaid":{"type":"boolean","nullable":true},"hasOutstanding":{"type":"boolean","nullable":true},"amountRequired":{"type":"number","nullable":true},"amountOwed":{"type":"number","nullable":true}},"required":["amountPaid","dueDate","postingDate","hasPaid","hasOutstanding","amountRequired","amountOwed"]},"OracleMobileNotificationsEmbeddable":{"type":"object","properties":{"roomReady":{"type":"string","nullable":true},"keyReady":{"type":"string","nullable":true},"checkoutMessageReceived":{"type":"boolean","nullable":true},"requiresAction":{"type":"boolean","nullable":true},"errorMessage":{"type":"string","nullable":true}},"required":["roomReady","keyReady","checkoutMessageReceived","requiresAction","errorMessage"]},"OracleReservationCommunicationEmbeddable":{"type":"object","properties":{"telephones":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTelephoneInfoEmbeddable"}]},"emails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailInfoEmbeddable"}]}},"required":["telephones","emails"]},"OracleTelephoneInfoEmbeddable":{"type":"object","properties":{"telephoneInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleTelephoneEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["telephoneInfo","hasMore","totalResults","count"]},"OracleTelephoneEmbeddable":{"type":"object","properties":{"telephone":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePhoneNumberEmbeddable"}]},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["telephone","id","type"]},"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]},"OracleEmailInfoEmbeddable":{"type":"object","properties":{"emailInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleEmailEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["emailInfo","hasMore","totalResults","count"]},"OracleAdvanceCheckInEmbeddable":{"type":"object","properties":{"advanceCheckedIn":{"type":"boolean","nullable":true},"expectedReturnTime":{"format":"date-time","type":"string","nullable":true},"eTRComments":{"type":"string","nullable":true}},"required":["advanceCheckedIn","expectedReturnTime","eTRComments"]},"OracleCancellationInfoEmbeddable":{"type":"object","properties":{"description":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true}},"required":["description","code","date"]},"OracleFiscalInfoEmbeddable":{"type":"object","properties":{"partnerCode":{"type":"string","nullable":true},"fiscalStatus":{"type":"string","nullable":true},"fiscalPayloadType":{"type":"string","nullable":true}},"required":["partnerCode","fiscalStatus","fiscalPayloadType"]},"PartouchePurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"unique_id":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"visits_last_casino":{"type":"string","nullable":true},"visits_last_date":{"format":"date-time","type":"string","nullable":true},"visits_7_day":{"type":"number","nullable":true},"visits_1_month":{"type":"number","nullable":true},"visits_3_month":{"type":"number","nullable":true},"visits_6_month":{"type":"number","nullable":true},"visits_12_month":{"type":"number","nullable":true},"visits_18_month":{"type":"number","nullable":true},"visits_24_month":{"type":"number","nullable":true},"visits_36_month":{"type":"number","nullable":true},"visits_total":{"type":"number","nullable":true}},"required":["id","unique_id","id_contact","visits_last_casino","visits_last_date","visits_7_day","visits_1_month","visits_3_month","visits_6_month","visits_12_month","visits_18_month","visits_24_month","visits_36_month","visits_total"]},"ComoPurchaseMetadatasEmbeddable":{"type":"object","properties":{"BusinessLogo":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"CurrencySymbol":{"type":"string","nullable":true},"UserAction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserActionEmbeddable"}]},"TextDirection":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"MemberIndex":{"type":"string","nullable":true},"Purchase":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookPurchaseEmbeddable"}]},"RegionIsoCode":{"type":"string","nullable":true},"BusinessName":{"type":"string","nullable":true},"RelativeSum":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"CurrencyIsoCode":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"TimeZone":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"TotalSum":{"type":"string","nullable":true},"Rule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookRuleEmbeddable"}]},"Confirmation":{"type":"string","nullable":true}},"required":["BusinessLogo","UserKey","LocationID","BranchID","Source","CurrencySymbol","UserAction","TextDirection","PosID","PurchaseKey","MemberIndex","Purchase","RegionIsoCode","BusinessName","RelativeSum","MembershipKey","CurrencyIsoCode","TimeStamp","TimeZone","NumOfMembers","TotalSum","Rule","Confirmation"]},"ComoApiWebhookUserActionEmbeddable":{"type":"object","properties":{"Labels":{"type":"object","nullable":true},"Action":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"ApiKey":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"PurchaseUID":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Verification":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"Public":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true}},"required":["Labels","Action","TransactionSourceName","ApiKey","TransactionSource","LastUpdate","UserKey","PurchaseUID","LocationID","Verification","MembershipKey","Public","BranchID","TimeStamp","Source","TransactionID","PosID","PurchaseKey","Kind","CreatedOn","Key"]},"ComoApiWebhookPurchaseEmbeddable":{"type":"object","properties":{"TransactionSourceVersion":{"type":"string","nullable":true},"ItemKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"ApiKey":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserKeyEmbeddable"}]},"BranchID":{"type":"string","nullable":true},"UserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookPurchaseItemEmbeddable"}},"CreatedOn":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"Cancelled":{"type":"string","nullable":true},"Cashier":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"EntityId":{"type":"string","nullable":true},"UID":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"RedeemItemsResponse":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemResponseEmbeddable"}},"TotalSum":{"type":"string","nullable":true},"UsedGeneralMembership":{"type":"string","nullable":true},"RedeemItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemEmbeddable"}},"IsCancellation":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"BusinessID":{"type":"string","nullable":true},"MembershipKeys":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["TransactionSourceVersion","ItemKeys","ApiKey","LastUpdate","UserKey","BranchID","UserKeys","TransactionID","PosID","Kind","Items","CreatedOn","Status","TransactionSourceName","TransactionSource","Cancelled","Cashier","TimeStamp","EntityId","UID","NumOfMembers","RedeemItemsResponse","TotalSum","UsedGeneralMembership","RedeemItems","IsCancellation","Key","BusinessID","MembershipKeys"]},"ComoApiWebhookUserKeyEmbeddable":{"type":"object","properties":{"kind":{"type":"string","nullable":true},"appId":{"type":"string","nullable":true},"namespace":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"complete":{"type":"string","nullable":true}},"required":["kind","appId","namespace","id","complete"]},"ComoApiWebhookPurchaseItemEmbeddable":{"type":"object","properties":{"DepartmentCode":{"type":"string","nullable":true},"ItemCode":{"type":"string","nullable":true},"Action":{"type":"string","nullable":true},"LineID":{"type":"string","nullable":true},"Price":{"type":"string","nullable":true},"GrossPrice":{"type":"string","nullable":true},"ItemName":{"type":"string","nullable":true},"DepartmentName":{"type":"string","nullable":true},"Quantity":{"type":"string","nullable":true}},"required":["DepartmentCode","ItemCode","Action","LineID","Price","GrossPrice","ItemName","DepartmentName","Quantity"]},"ComoApiWebhookRedeemItemResponseEmbeddable":{"type":"object","properties":{"redeemResponseVersion":{"type":"string","nullable":true},"Result":{"type":"string","nullable":true}},"required":["redeemResponseVersion","Result"]},"ComoApiWebhookRedeemItemEmbeddable":{"type":"object","properties":{"AssetKey":{"type":"string","nullable":true},"AppliedAmount":{"type":"string","nullable":true}},"required":["AssetKey","AppliedAmount"]},"ComoApiWebhookRuleEmbeddable":{"type":"object","properties":{"ID":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true}},"required":["ID","Tag"]},"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"AutoGestionPurchaseMetadatasEmbeddable":{"type":"object","properties":{"vehicle":{"$ref":"#/components/schemas/AutoGestionVehicleItemEmbeddable"},"depositary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"seller":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"buyer":{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"},"transaction":{"$ref":"#/components/schemas/AutoGestionTransactionDetailsEmbeddable"},"company":{"$ref":"#/components/schemas/AutoGestionPurchaseCompanyEmbeddable"}},"required":["vehicle","depositary","seller","buyer","transaction","company"]},"AutoGestionVehicleItemEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"carmaker":{"type":"string"},"model":{"type":"string"},"energy":{"type":"string"},"motorisation":{"type":"string"},"transmission":{"type":"string"},"finishing":{"type":"string","nullable":true}},"required":["id","carmaker","model","energy","motorisation","transmission","finishing"]},"AutoGestionTransactionDetailsEmbeddable":{"type":"object","properties":{"transaction_type":{"allOf":[{"$ref":"#/components/schemas/AutoGestionTransactionType"}]},"transaction_date":{"type":"string"}},"required":["transaction_type","transaction_date"]},"AutoGestionTransactionType":{"type":"string","enum":["deposit_sale","sale"]},"AutoGestionPurchaseCompanyEmbeddable":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"TheForkPurchaseMetadatasEmbeddable":{"type":"object","properties":{"status":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationStatus"}]},"reservationChannel":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationChannel"}]},"reservationUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"mealDate":{"type":"string"},"partySize":{"type":"number"},"offerUuid":{"type":"string","nullable":true},"customerNote":{"type":"string","nullable":true},"customerUuid":{"type":"string","nullable":true},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationCustomFieldEmbeddable"}},"offerDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationOfferDetailsEmbeddable"}]},"utmTrackingInformation":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationUtmTrackingEmbeddable"}},"billAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationBillAmountEmbeddable"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string","nullable":true}},"required":["status","reservationChannel","reservationUuid","restaurantUuid","mealDate","partySize","offerUuid","customerNote","customerUuid","customFields","offerDetails","utmTrackingInformation","billAmount","createdAt","updatedAt"]},"TheForkReservationStatus":{"type":"string","enum":["RECORDED","CONFIRMED","CANCELED","NO_SHOW","REQUESTED","REFUSED","REJECTED"]},"TheForkReservationChannel":{"type":"string","enum":["TripAdvisor","Michelin","Booking Module","Offline","TheFork","TheFork Manager API","Walk-in","Google","Cross Sell"]},"TheForkReservationCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"TheForkReservationOfferDetailsEmbeddable":{"type":"object","properties":{"offerType":{"type":"object"},"name":{"type":"object","nullable":true},"discountPercentage":{"type":"number","nullable":true},"presetMenuType":{"type":"object"},"price":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true}},"required":["offerType","name","discountPercentage","presetMenuType","price","currency"]},"TheForkReservationUtmTrackingEmbeddable":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}},"required":["key","value"]},"TheForkReservationBillAmountEmbeddable":{"type":"object","properties":{"totalPrice":{"type":"number"},"currency":{"type":"string"}},"required":["totalPrice","currency"]},"Chr365PurchaseMetadatasEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"externalId":{"type":"string","nullable":true},"createdAt":{"format":"date-time","type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true},"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"isEnded":{"type":"boolean","nullable":true},"stayData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365StayEmbeddable"}]},"visitData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365VisitEmbeddable"}]},"bookingData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365BookingEmbeddable"}]},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["type","hospitalityUnitUuid","externalId","createdAt","date","startDate","endDate","isEnded","stayData","visitData","bookingData","client"]},"Chr365StayEmbeddable":{"type":"object","properties":{"hospitalityUnitUuid":{"type":"string","nullable":true},"bookingStatus":{"type":"string","nullable":true},"bookingUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"acquisitonChannel":{"type":"string","nullable":true},"isCheckedIn":{"type":"boolean","nullable":true},"checkedInAt":{"type":"string","nullable":true},"arrivalDateTime":{"type":"string","nullable":true},"isCheckout":{"type":"boolean","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]},"nights":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/Chr365StayNightEmbeddable"}}},"required":["hospitalityUnitUuid","bookingStatus","bookingUuid","createdAt","startDate","endDate","acquisitonChannel","isCheckedIn","checkedInAt","arrivalDateTime","isCheckout","client","nights"]},"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"Chr365StayNightEmbeddable":{"type":"object","properties":{"adultCount":{"type":"number","nullable":true},"childrenCount":{"type":"number","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"ratePlan":{"type":"string","nullable":true}},"required":["adultCount","childrenCount","startDate","endDate","ratePlan"]},"Chr365VisitEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"guestCount":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","createdAt","guestCount","dateTime","hospitalityUnitUuid","client"]},"Chr365BookingEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"posUuid":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"bookedSeats":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","posUuid","hospitalityUnitUuid","createdAt","bookedSeats","dateTime","client"]},"PartnerPurchaseCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]}}}}
```

## The PartnerPurchaseListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerPurchaseListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1},"from":{"type":"string","description":"Date range start","nullable":true},"to":{"type":"string","description":"Date range end","nullable":true},"stores":{"description":"Store IDs to filter purchases","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"customers":{"description":"Customer IDs to filter purchases","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"externalIds":{"description":"External IDs to filter purchases","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string"}},"sources":{"description":"Data sources to filter purchases","minItems":1,"items":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"]},"nullable":true,"type":"array"}}}}}}
```

## The PartnerPurchaseListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerPurchaseListingOutput":{"type":"object","properties":{"items":{"description":"List of purchases","type":"array","items":{"$ref":"#/components/schemas/PartnerPurchase"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerPurchase":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"storeId":{"type":"string","description":"Store identifier"},"storeName":{"type":"string","description":"Store name"},"customer":{"nullable":true,"description":"Customer associated with the purchase","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerCustomer"}]},"date":{"format":"date-time","type":"string","description":"Date of the purchase"},"startDate":{"format":"date-time","type":"string","description":"Start date of the purchase validity (eg. for hotel reservations)"},"endDate":{"format":"date-time","type":"string","description":"End date of the purchase validity (eg. for hotel reservations)"},"externalId":{"type":"string","description":"External identifier of the purchase"},"source":{"description":"Source of the purchase","allOf":[{"$ref":"#/components/schemas/DataSource"}]},"metadata":{"description":"Metadata associated with the purchase","allOf":[{"$ref":"#/components/schemas/PurchaseMetadatasEmbeddable"}]},"attributes":{"description":"Custom attribute values associated with the purchase","type":"array","items":{"$ref":"#/components/schemas/PartnerPurchaseCustomAttributeValue"}}},"required":["id","createdAt","updatedAt","storeId","storeName","customer","date","startDate","endDate","externalId","source","metadata","attributes"]},"PartnerCustomer":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"description":{"type":"string","nullable":true,"description":"Customer description","default":null},"company":{"type":"string","nullable":true,"description":"Customer company name","default":null},"firstName":{"type":"string","nullable":true,"description":"Customer first name","default":null},"lastName":{"type":"string","nullable":true,"description":"Customer last name","default":null},"displayName":{"type":"string","nullable":true,"description":"Customer display name\nThis is usually a concatenation of first name and last name","default":null},"language":{"nullable":true,"description":"Language preference of the customer","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"phoneNumber":{"type":"string","nullable":true,"description":"Phone number of the customer","default":null},"email":{"type":"string","nullable":true,"description":"Email address of the customer","default":null},"emailBounced":{"type":"boolean","description":"Indicates if the customer's email has bounced"},"civility":{"type":"string","nullable":true,"description":"Civility of the customer (e.g., Mr., Ms., etc.)","default":null},"tags":{"description":"A list of tags associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerTag"}},"emailOptin":{"type":"boolean","description":"Indicates if the customer has opted in for email communications"},"smsOptin":{"type":"boolean","description":"Indicates if the customer has opted in for SMS communications"},"zenchefId":{"type":"string","nullable":true,"description":"ID of the customer in Zenchef system","default":null},"ubereatsId":{"type":"string","nullable":true,"description":"ID of the customer in UberEats system","default":null},"deliverooId":{"type":"string","nullable":true,"description":"ID of the customer in Deliveroo system","default":null},"zeltyId":{"type":"string","nullable":true,"description":"ID of the customer in Zelty system","default":null},"sevenroomsId":{"type":"string","nullable":true,"description":"ID of the customer in Sevenrooms system","default":null},"metaId":{"type":"string","nullable":true,"description":"ID of the customer in Meta system (Facebook/Instagram)","default":null},"mewsId":{"type":"string","nullable":true,"description":"ID of the customer in Mews system","default":null},"oracleId":{"type":"string","nullable":true,"description":"ID of the customer in Oracle system","default":null},"partoucheId":{"type":"string","nullable":true,"description":"ID of the customer in Partouche system","default":null},"comoId":{"type":"string","nullable":true,"description":"ID of the customer in Como system","default":null},"theForkId":{"type":"string","nullable":true,"description":"ID of the customer in TheFork system","default":null},"chr365Id":{"type":"string","nullable":true,"description":"ID of the customer in Chr365 system","default":null},"type":{"nullable":true,"description":"Type of the customer (e.g., Individual, Company, etc.)","default":null,"enum":["Unknown","Purchaser","Reviewer","Both"],"type":"string"},"feedbackCount":{"type":"number","description":"Number of feedbacks provided by the customer"},"purchaseCount":{"type":"number","description":"Number of purchases made by the customer"},"averageFeedbackRating":{"type":"string","nullable":true,"description":"Average feedback rating given by the customer","default":null},"dataSources":{"description":"Data sources associated with the customer","type":"array","items":{"$ref":"#/components/schemas/DataSource"}},"metadata":{"description":"Metadata associated with the customer","allOf":[{"$ref":"#/components/schemas/CustomerMetadatasEmbeddable"}]},"attributes":{"description":"Custom attribute values associated with the customer","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomerCustomAttributeValue"}}},"required":["id","createdAt","updatedAt","description","company","firstName","lastName","displayName","phoneNumber","email","emailBounced","civility","tags","emailOptin","smsOptin","zenchefId","ubereatsId","deliverooId","zeltyId","sevenroomsId","metaId","mewsId","oracleId","partoucheId","comoId","theForkId","chr365Id","type","feedbackCount","purchaseCount","averageFeedbackRating","dataSources","metadata","attributes"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerCustomerTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]},"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"},"CustomerMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business customer metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessCustomerMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef customer metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta customer metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaCustomerMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce customer metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforceCustomerMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo customer metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooCustomerMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor customer metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorCustomerMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking customer metadatas.","allOf":[{"$ref":"#/components/schemas/BookingCustomerMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats customer metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsCustomerMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms customer metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsCustomerMetadatasEmbeddable"}]},"facebook":{"nullable":true,"description":"Facebook customer metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookCustomerMetadatasEmbeddable"}]},"instagram":{"nullable":true,"description":"Instagram customer metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramCustomerMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp customer metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppCustomerMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews customer metadatas.","allOf":[{"$ref":"#/components/schemas/MewsCustomerMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle customer metadatas.","allOf":[{"$ref":"#/components/schemas/OracleCustomerMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche customer metadatas.","allOf":[{"$ref":"#/components/schemas/PartoucheCustomerMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como customer metadatas.","allOf":[{"$ref":"#/components/schemas/ComoCustomerMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion customer metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork customer metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkCustomerMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"},"chr365":{"nullable":true,"description":"Chr365 customer metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365CustomerMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia customer metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaCustomerMetadatasEmbeddable"}]}}},"GoogleMyBusinessCustomerMetadatasEmbeddable":{"type":"object","properties":{"displayName":{"type":"string","nullable":true},"profilePhotoUrl":{"type":"string","nullable":true},"isAnonymous":{"type":"boolean","nullable":true}},"required":["displayName","profilePhotoUrl","isAnonymous"]},"ZeltyCustomerMetadatasEmbeddable":{"type":"object","properties":{"metadata":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"remote_id":{"type":"string","nullable":true},"nice_name":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"fname":{"type":"string","nullable":true},"company":{"type":"string","nullable":true},"card":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"phone2":{"type":"string","nullable":true},"mail":{"type":"string","nullable":true},"birthday":{"type":"string","nullable":true},"balance":{"type":"number","nullable":true},"personal_info":{"type":"string","nullable":true},"loyalty":{"type":"number","nullable":true},"registration":{"type":"string","nullable":true},"default_address":{"type":"number","nullable":true},"billing_address":{"type":"number","nullable":true},"sms_optin":{"type":"boolean","nullable":true},"mail_optin":{"type":"boolean","nullable":true},"turnover":{"type":"number","nullable":true},"nb_orders":{"type":"number","nullable":true},"last_order_date":{"type":"string","nullable":true},"other":{"type":"string","nullable":true},"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}},"country_code":{"type":"string","nullable":true}},"required":["metadata","id","uuid","remote_id","nice_name","updated_at","name","fname","company","card","phone","phone2","mail","birthday","balance","personal_info","loyalty","registration","default_address","billing_address","sms_optin","mail_optin","turnover","nb_orders","last_order_date","other","addresses","country_code"]},"ZeltyAddressEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street_num":{"type":"string","nullable":true},"zip_code":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"formatted_address":{"type":"string","nullable":true},"google_id":{"type":"string","nullable":true},"location":{"nullable":true,"type":"array","items":{"type":"number"}},"address_more":{"type":"string","nullable":true},"floor":{"type":"string","nullable":true},"door":{"type":"string","nullable":true},"building":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["id","remote_id","name","street","street_num","zip_code","city","formatted_address","google_id","location","address_more","floor","door","building","code"]},"ZenchefCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"deleted_at":{"type":"string","nullable":true},"owner_id":{"type":"number","nullable":true},"restaurantid":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"retention_rate_label":{"type":"string","nullable":true},"retention_rate":{"type":"number","nullable":true},"company":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"account_id":{"type":"number","nullable":true},"customer_social_id":{"type":"string","nullable":true},"customer_company_id":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"professional_email":{"type":"string","nullable":true},"professional_phone":{"type":"string","nullable":true},"birthdate":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"membershipnum":{"type":"string","nullable":true},"vip":{"type":"number","nullable":true},"has_no_show":{"type":"number","nullable":true},"is_new":{"type":"number","nullable":true},"is_blacklisted":{"type":"number","nullable":true},"allergies":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"has_opt_in_market_mail":{"type":"number","nullable":true},"has_opt_in_review_mail":{"type":"number","nullable":true},"imported_nb_bookings":{"type":"number","nullable":true},"non_duplicate_with":{"type":"string","nullable":true},"optins":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefCustomerOptinEmbeddable"}}},"required":["id","created_at","updated_at","deleted_at","owner_id","restaurantid","restaurant_id","retention_rate_label","retention_rate","company","status","account_id","customer_social_id","customer_company_id","lastname","firstname","civility","email","phone","professional_email","professional_phone","birthdate","address","city","zip","country","lang","membershipnum","vip","has_no_show","is_new","is_blacklisted","allergies","comment","unsubscribed","has_opt_in_market_mail","has_opt_in_review_mail","imported_nb_bookings","non_duplicate_with","optins"]},"ZenchefCustomerOptinEmbeddable":{"type":"object","properties":{"id":{"type":"number"},"customer_sheet_id":{"type":"number"},"type":{"type":"object"},"value":{"type":"boolean","nullable":true},"is_last":{"type":"number"},"created_at":{"type":"string","nullable":true}},"required":["id","customer_sheet_id","type","value","is_last","created_at"]},"JuxtaCustomerMetadatasEmbeddable":{"type":"object","properties":{"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["patient_fullname","patient_firstname","patient_lastname","phone_number","email"]},"SalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforceCustomerMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforceCustomerMetadatasEmbeddable":{"type":"object","properties":{"EXTERNAL_ID__c":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["EXTERNAL_ID__c","Centre_du_RDV__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DeliverooCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"frequency":{"type":"number","nullable":true}},"required":["id","frequency"]},"TripAdvisorCustomerMetadatasEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"},"username":{"type":"string","nullable":true}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl","username"]},"BookingCustomerMetadatasEmbeddable":{"type":"object","properties":{"yourname":{"type":"string","nullable":true}},"required":["yourname"]},"UbereatsCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileURL":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"isEatsPassSubscriber":{"type":"boolean","nullable":true},"numOrders":{"type":"number","nullable":true}},"required":["name","profileURL","uuid","isEatsPassSubscriber","numOrders"]},"SevenroomsCustomerMetadatasEmbeddable":{"type":"object","properties":{"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true}},"required":["first_name","last_name","email","phone_number","client_id","venue_group_client_id","client_reference_code","external_client_id","source_client_id","reservation_sms_opt_in"]},"FacebookCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"name_format":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true}},"required":["id","profile_pic","first_name","last_name","name","name_format","gender"]},"InstagramCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"biography":{"type":"string","nullable":true},"profile_picture_url":{"type":"string","nullable":true},"profile_pic":{"type":"string","nullable":true},"followers_count":{"type":"string","nullable":true},"follows_count":{"type":"string","nullable":true},"media_count":{"type":"string","nullable":true},"username":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"website":{"type":"string","nullable":true}},"required":["id","biography","profile_picture_url","profile_pic","followers_count","follows_count","media_count","username","name","website"]},"WhatsAppCustomerMetadatasEmbeddable":{"type":"object","properties":{"wa_id":{"type":"string","nullable":true},"profile":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppProfileCustomerMetadatasEmbeddable"}]}},"required":["wa_id","profile"]},"WhatsAppProfileCustomerMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"MewsCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsCustomerEmbeddable"}]},"documents":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsDocumentEmbeddable"}}},"required":["customer","documents"]},"MewsCustomerEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ChainId":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"SecondLastName":{"type":"string","nullable":true},"Title":{"type":"string","nullable":true},"Sex":{"type":"string","nullable":true},"NationalityCode":{"type":"string","nullable":true},"LanguageCode":{"type":"string","nullable":true},"BirthDate":{"type":"string","nullable":true},"BirthPlace":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"Phone":{"type":"string","nullable":true},"TaxIdentificationNumber":{"type":"string","nullable":true},"LoyaltyCode":{"type":"string","nullable":true},"AccountingCode":{"type":"string","nullable":true},"BillingCode":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"CarRegistrationNumber":{"type":"string","nullable":true},"Classifications":{"nullable":true,"type":"array","items":{"type":"string"}},"Options":{"nullable":true,"type":"array","items":{"type":"string"}},"Address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAddressEmbeddable"}]},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ItalianDestinationCode":{"type":"string","nullable":true},"ItalianFiscalCode":{"type":"string","nullable":true},"CompanyId":{"type":"string","nullable":true},"MergeTargetId":{"type":"string","nullable":true},"ActivityState":{"type":"string","nullable":true},"CitizenNumber":{"type":"string","nullable":true},"MotherName":{"type":"string","nullable":true},"FatherName":{"type":"string","nullable":true},"Occupation":{"type":"string","nullable":true},"HasOtaEmail":{"type":"boolean","nullable":true},"Passport":{"type":"string","nullable":true},"IdentityCard":{"type":"string","nullable":true},"Visa":{"type":"string","nullable":true},"DriversLicense":{"type":"string","nullable":true},"AddressId":{"type":"string","nullable":true},"CategoryId":{"type":"string","nullable":true},"BirthDateUtc":{"type":"string","nullable":true},"IsActive":{"type":"boolean","nullable":true},"IsUpdatedByMe":{"type":"boolean","nullable":true}},"required":["Id","ChainId","Number","FirstName","LastName","SecondLastName","Title","Sex","NationalityCode","LanguageCode","BirthDate","BirthPlace","Email","Phone","TaxIdentificationNumber","LoyaltyCode","AccountingCode","BillingCode","Notes","CarRegistrationNumber","Classifications","Options","Address","CreatedUtc","UpdatedUtc","ItalianDestinationCode","ItalianFiscalCode","CompanyId","MergeTargetId","ActivityState","CitizenNumber","MotherName","FatherName","Occupation","HasOtaEmail","Passport","IdentityCard","Visa","DriversLicense","AddressId","CategoryId","BirthDateUtc","IsActive","IsUpdatedByMe"]},"MewsAddressEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"Line1":{"type":"string","nullable":true},"Line2":{"type":"string","nullable":true},"City":{"type":"string","nullable":true},"PostalCode":{"type":"string","nullable":true},"CountryCode":{"type":"string","nullable":true},"CountrySubdivisionCode":{"type":"string","nullable":true},"Latitude":{"type":"number","nullable":true},"Longitude":{"type":"number","nullable":true}},"required":["Id","Line1","Line2","City","PostalCode","CountryCode","CountrySubdivisionCode","Latitude","Longitude"]},"MewsDocumentEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"CustomerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"Expiration":{"type":"string","nullable":true},"Issuance":{"type":"string","nullable":true},"IssuingCountryCode":{"type":"string","nullable":true},"IssuingCity":{"type":"string","nullable":true}},"required":["Id","CustomerId","Type","Number","Expiration","Issuance","IssuingCountryCode","IssuingCity"]},"OracleCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleMembershipDetailsEmbeddable":{"type":"object","properties":{"membershipId":{"type":"number","nullable":true},"programCode":{"type":"string","nullable":true},"bonusCode":{"type":"string","nullable":true},"membershipTypeDesc":{"type":"string","nullable":true},"membershipLevelDesc":{"type":"string","nullable":true},"accountId":{"type":"string","nullable":true},"membershipLevel":{"type":"string","nullable":true},"playerRanking":{"type":"number","nullable":true}},"required":["membershipId","programCode","bonusCode","membershipTypeDesc","membershipLevelDesc","accountId","membershipLevel","playerRanking"]},"OracleNationalityEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"displayCountryFlag":{"type":"boolean","nullable":true},"isoCode":{"type":"string","nullable":true}},"required":["value","code","displayCountryFlag","isoCode"]},"OracleVIPEmbeddable":{"type":"object","properties":{"vipCode":{"type":"string","nullable":true},"vipDescription":{"type":"string","nullable":true}},"required":["vipCode","vipDescription"]},"OracleGuestAddressEmbeddable":{"type":"object","properties":{"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"streetAddress":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"excludeNoCity":{"type":"boolean","nullable":true}},"required":["cityName","postalCode","state","streetAddress","country","excludeNoCity"]},"OracleCountryEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"code":{"type":"string","nullable":true}},"required":["value","code"]},"OracleAnonymizationEmbeddable":{"type":"object","properties":{"anonymizationStatus":{"type":"string","nullable":true}},"required":["anonymizationStatus"]},"OracleAccompanyGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}}},"required":["firstName","lastName","fullName","registrationCardNo","profileIdList"]},"OracleReservationIdEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["id","type"]},"OracleGuestLastStayInformationEmbeddable":{"type":"object","properties":{"lastStayDate":{"format":"date-time","type":"string","nullable":true},"lastStayRoom":{"type":"string","nullable":true},"lastStayRate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalStay":{"type":"number","nullable":true}},"required":["lastStayDate","lastStayRoom","lastStayRate","totalStay"]},"OracleRateEmbeddable":{"type":"object","properties":{"amount":{"type":"number","nullable":true},"currencyCode":{"type":"string","nullable":true}},"required":["amount","currencyCode"]},"PartoucheCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"mail":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"civility":{"type":"number","nullable":true},"optout":{"type":"boolean","nullable":true},"optout_source":{"type":"string","nullable":true},"testuser":{"type":"boolean","nullable":true},"only_text":{"type":"boolean","nullable":true},"subscribe_source":{"type":"string","nullable":true},"subscribe_source_detail":{"type":"string","nullable":true},"created_dt":{"format":"date-time","type":"string","nullable":true},"modified_dt":{"format":"date-time","type":"string","nullable":true},"optout_dt":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"bouncecnt":{"type":"number","nullable":true},"bouncedt":{"format":"date-time","type":"string","nullable":true},"mobile":{"type":"string","nullable":true},"valide_email":{"type":"boolean","nullable":true},"valide_print":{"type":"boolean","nullable":true},"valide_sms":{"type":"boolean","nullable":true},"abo_email":{"type":"boolean","nullable":true},"abo_sms":{"type":"boolean","nullable":true},"abo_print":{"type":"boolean","nullable":true},"casino_rattachement":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"today":{"format":"date-time","type":"string","nullable":true},"do_not_contact":{"type":"boolean","nullable":true}},"required":["id","mail","name","firstname","lastname","civility","optout","optout_source","testuser","only_text","subscribe_source","subscribe_source_detail","created_dt","modified_dt","optout_dt","language","bouncecnt","bouncedt","mobile","valide_email","valide_print","valide_sms","abo_email","abo_sms","abo_print","casino_rattachement","id_contact","today","do_not_contact"]},"ComoCustomerMetadatasEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoCustomerMembershipEmbeddable"}]},"assets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoCustomerAssetEmbeddable"}}},"required":["membership","assets"]},"ComoCustomerMembershipEmbeddable":{"type":"object","properties":{"MembershipStatus":{"type":"string","nullable":true},"AccumulatedPoints":{"type":"string","nullable":true},"Email":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"BudgetWeighted":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Points":{"type":"string","nullable":true},"AllowEmail":{"type":"string","nullable":true},"Consent":{"type":"string","nullable":true},"Assets":{"nullable":true,"type":"array","items":{"type":"object"}},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"RegistrationSource":{"type":"string","nullable":true},"WeightedPoints":{"type":"string","nullable":true},"AllowSMS":{"type":"string","nullable":true},"UnweightedBudgetPoints":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"FirstName":{"type":"string","nullable":true},"ConsentForHub":{"type":"string","nullable":true},"PreviousUserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"EntityId":{"type":"string","nullable":true},"CommonExtID":{"type":"string","nullable":true},"PhoneNumber":{"type":"string","nullable":true},"LastName":{"type":"string","nullable":true},"Tag":{"nullable":true,"type":"array","items":{"type":"string"}},"BudgetAccumulatedUnweighted":{"type":"string","nullable":true},"BudgetUnweighted":{"type":"string","nullable":true},"BudgetAccumulatedWeighted":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"ComoMemberID":{"type":"string","nullable":true}},"required":["MembershipStatus","AccumulatedPoints","Email","LastUpdate","BudgetWeighted","UserKey","LocationID","Points","AllowEmail","Consent","Assets","Kind","CreatedOn","RegistrationSource","WeightedPoints","AllowSMS","UnweightedBudgetPoints","Status","FirstName","ConsentForHub","PreviousUserKeys","EntityId","CommonExtID","PhoneNumber","LastName","Tag","BudgetAccumulatedUnweighted","BudgetUnweighted","BudgetAccumulatedWeighted","Key","ComoMemberID"]},"ComoCustomerAssetEmbeddable":{"type":"object","properties":{"template":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"key":{"type":"string","nullable":true},"status":{"type":"string","nullable":true}},"required":["template","type","key","status"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"AutoGestionCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"thoroughfare":{"type":"string","nullable":true},"premise":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"locality":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}},"required":["firstname","lastname","email","phone","thoroughfare","premise","postal_code","locality","country"]},"TheForkCustomerMetadatasEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"email":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"phone":{"type":"string","nullable":true},"birthDate":{"type":"string","nullable":true},"locale":{"type":"string"},"civility":{"type":"string","nullable":true},"rank":{"type":"string","nullable":true},"computedRank":{"type":"string","nullable":true},"isVip":{"type":"boolean","nullable":true},"address":{"type":"string","nullable":true},"allergiesAndIntolerances":{"nullable":true,"type":"array","items":{"type":"string"}},"dietaryRestrictions":{"nullable":true,"type":"array","items":{"type":"string"}},"favFood":{"type":"string","nullable":true},"favDrinks":{"type":"string","nullable":true},"favSeating":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"originRestaurantUuid":{"type":"string","nullable":true},"originRestaurantName":{"type":"string","nullable":true},"creationDate":{"type":"string"},"lastUpdateDate":{"type":"string"},"isPromoter":{"type":"boolean","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"zipcode":{"type":"string","nullable":true},"optins":{"$ref":"#/components/schemas/TheForkCustomerOptinsEmbeddable"},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkCustomerCustomFieldEmbeddable"}}},"required":["customerUuid","email","firstName","lastName","phone","birthDate","locale","civility","rank","computedRank","isVip","address","allergiesAndIntolerances","dietaryRestrictions","favFood","favDrinks","favSeating","notes","originRestaurantUuid","originRestaurantName","creationDate","lastUpdateDate","isPromoter","secondaryPhone","country","city","zipcode","optins","customFields"]},"TheForkCustomerOptinsEmbeddable":{"type":"object","properties":{"restaurantNewsletter":{"type":"boolean"}},"required":["restaurantNewsletter"]},"TheForkCustomerCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"Chr365CustomerMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string"},"lastName":{"type":"string"},"firstName":{"type":"string"},"email":{"type":"string"},"nationality":{"type":"string"},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string"},"gender":{"type":"string"},"phonePrefix":{"type":"string"},"age":{"type":"number","nullable":true},"language":{"type":"string"}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"ExpediaCustomerMetadatasEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"PartnerCustomerCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."},"PurchaseMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business purchase metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessPurchaseMetadatasEmbeddable"}]},"zelty":{"nullable":true,"description":"Zelty purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasEmbeddable"}]},"juxta":{"nullable":true,"description":"Juxta purchase metadatas.","allOf":[{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasEmbeddable"}]},"salesforce":{"nullable":true,"description":"Salesforce purchase metadatas.","allOf":[{"$ref":"#/components/schemas/SalesforcePurchaseMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo purchase metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooPurchaseMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats purchase metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms purchase metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasEmbeddable"}]},"mews":{"nullable":true,"description":"Mews purchase metadatas.","allOf":[{"$ref":"#/components/schemas/MewsPurchaseMetadatasEmbeddable"}]},"oracle":{"nullable":true,"description":"Oracle purchase metadatas.","allOf":[{"$ref":"#/components/schemas/OraclePurchaseMetadatasEmbeddable"}]},"partouche":{"nullable":true,"description":"Partouche purchase metadatas.","allOf":[{"$ref":"#/components/schemas/PartouchePurchaseMetadatasEmbeddable"}]},"como":{"nullable":true,"description":"Como purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ComoPurchaseMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience purchase metadatas.","allOf":[{"$ref":"#/components/schemas/ExperiencePurchaseMetadatasEmbeddable"}]},"autoGestion":{"nullable":true,"description":"AutoGestion purchase metadatas.","allOf":[{"$ref":"#/components/schemas/AutoGestionPurchaseMetadatasEmbeddable"}]},"theFork":{"nullable":true,"description":"TheFork purchase metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkPurchaseMetadatasEmbeddable"}]},"chr365":{"nullable":true,"description":"Chr365 purchase metadatas.","allOf":[{"$ref":"#/components/schemas/Chr365PurchaseMetadatasEmbeddable"}]},"import":{"type":"object","nullable":true,"description":"Custom import data"}}},"GoogleMyBusinessPurchaseMetadatasEmbeddable":{"type":"object","properties":{}},"ZeltyPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"uuid":{"type":"string","nullable":true},"id_restaurant":{"type":"number","nullable":true},"remote_id":{"type":"string","nullable":true},"ref":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"closed_at":{"type":"string","nullable":true},"due_date":{"type":"string","nullable":true},"mode":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"channel":{"type":"string","nullable":true},"virtual_brand_name":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceDetailEmbeddable"}]},"seats":{"type":"number","nullable":true},"table":{"type":"number","nullable":true},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyAddressEmbeddable"}]},"transactions":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTransactionEmbeddable"}},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyOrderEntryEmbeddable"}},"comment":{"type":"string","nullable":true},"device_id":{"type":"number","nullable":true},"first_name":{"type":"string","nullable":true},"closed_by_device_id":{"type":"number","nullable":true},"user":{"type":"string","nullable":true},"delivery_started":{"type":"string","nullable":true},"delivery_ended":{"type":"string","nullable":true},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyCustomerMetadatasEmbeddable"}]}},"required":["id","uuid","id_restaurant","remote_id","ref","created_at","closed_at","due_date","mode","status","channel","virtual_brand_name","source","price","seats","table","address","transactions","items","comment","device_id","first_name","closed_by_device_id","user","delivery_started","delivery_ended","customer"]},"ZeltyPriceDetailEmbeddable":{"type":"object","properties":{"final_amount_inc_tax":{"type":"number","nullable":true},"final_amount_exc_tax":{"type":"number","nullable":true},"discounts":{"nullable":true,"type":"array","items":{"type":"object"}},"taxes":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}}},"required":["final_amount_inc_tax","final_amount_exc_tax","discounts","taxes"]},"ZeltyTaxEmbeddable":{"type":"object","properties":{"rate":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"amount":{"type":"number","nullable":true},"inc_tax":{"type":"number","nullable":true},"exc_tax":{"type":"number","nullable":true}},"required":["rate","name","amount","inc_tax","exc_tax"]},"ZeltyTransactionEmbeddable":{"type":"object","properties":{"device_id":{"type":"number","nullable":true},"price":{"type":"number","nullable":true},"date":{"type":"string","nullable":true},"method":{"type":"string","nullable":true}},"required":["device_id","price","date","method"]},"ZeltyOrderEntryEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZeltyModifierEmbeddable"}}},"required":["id","name","type","item_id","price","tax","modifiers"]},"ZeltyPriceEmbeddable":{"type":"object","properties":{"base_original_amount_inc_tax":{"type":"number","nullable":true},"original_amount_inc_tax":{"type":"number","nullable":true},"discounted_amount_inc_tax":{"type":"number","nullable":true},"final_amount_inc_tax":{"type":"number","nullable":true},"tax":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyTaxEmbeddable"}]}},"required":["base_original_amount_inc_tax","original_amount_inc_tax","discounted_amount_inc_tax","final_amount_inc_tax","tax"]},"ZeltyModifierEmbeddable":{"type":"object","properties":{"modifiers":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"item_id":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZeltyPriceEmbeddable"}]}},"required":["modifiers","id","type","name","item_id","quantity","price"]},"ZenchefPurchaseMetadatasEmbeddable":{"type":"object","properties":{"tables":{"nullable":true,"default":[],"type":"array","items":{"type":"object"}},"id":{"type":"number"},"type":{"type":"string"},"partner_id":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"resto_id":{"type":"number","nullable":true},"resto_name":{"type":"string","nullable":true},"to":{"type":"string","nullable":true},"day":{"type":"string","nullable":true},"time":{"type":"string","nullable":true},"nb_guests":{"type":"number","nullable":true},"slots_count":{"type":"string","nullable":true},"civility":{"type":"string","nullable":true},"firstname":{"type":"string","nullable":true},"lastname":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"private_comment":{"type":"string","nullable":true},"allergies":{"type":"string","nullable":true},"cancel_reason_id":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"moment":{"type":"string","nullable":true},"type_client":{"type":"string","nullable":true},"type_event":{"type":"string","nullable":true},"budget":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"reply_date":{"type":"string","nullable":true},"treatment":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"is_walk_in":{"type":"number","nullable":true},"waiting_list_for":{"type":"string","nullable":true},"is_reconfirmed":{"type":"number","nullable":true},"is_canceled_late":{"type":"number","nullable":true},"waiting_reconfirmation":{"type":"string","nullable":true},"is_locked":{"type":"boolean","nullable":true},"is_not_destockable":{"type":"boolean","nullable":true},"is_virtual_menu_sent":{"type":"number","nullable":true},"review":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"unsubscribed":{"type":"boolean","nullable":true},"attendance_customer":{"type":"number","nullable":true},"customer_sheet_id":{"type":"number","nullable":true},"waiter_id":{"type":"string","nullable":true},"custom_field":{"type":"string","nullable":true},"prescriber_id":{"type":"string","nullable":true},"is_risky":{"type":"boolean","nullable":true},"is_safe":{"type":"boolean","nullable":true},"status_updated_at":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"source_id":{"type":"number","nullable":true},"shift_date":{"type":"string","nullable":true},"waiting_inside_for":{"type":"string","nullable":true},"seated_substatus":{"type":"string","nullable":true},"phase":{"type":"string","nullable":true},"shift_slot":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefShiftSlotEmbeddable"}]},"shift_slot_id":{"type":"number","nullable":true},"customersheet":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefCustomerMetadatasEmbeddable"}]},"restaurant":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantEmbeddable"}]}},"required":["tables","id","type","partner_id","reservation_type","restaurant_id","resto_id","resto_name","to","day","time","nb_guests","slots_count","civility","firstname","lastname","country","phone_number","email","comment","private_comment","allergies","cancel_reason_id","zip","lang","moment","type_client","type_event","budget","date","status","reply_date","treatment","url","is_walk_in","waiting_list_for","is_reconfirmed","is_canceled_late","waiting_reconfirmation","is_locked","is_not_destockable","is_virtual_menu_sent","review","review_reminder","unsubscribed","attendance_customer","customer_sheet_id","waiter_id","custom_field","prescriber_id","is_risky","is_safe","status_updated_at","created_at","updated_at","source_id","shift_date","waiting_inside_for","seated_substatus","phase","shift_slot","shift_slot_id","customersheet","restaurant"]},"ZenchefShiftSlotEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"slot_name":{"type":"string","nullable":true},"slot_id":{"type":"number","nullable":true},"interval_in_minutes":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"shift":{"$ref":"#/components/schemas/ZenchefShiftEmbeddable"}},"required":["name","slot_name","slot_id","interval_in_minutes","id","shift"]},"ZenchefShiftEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"ZenchefRestaurantEmbeddable":{"type":"object","properties":{"state":{"type":"object","nullable":true},"tracking_phone":{"type":"object","nullable":true},"accounting":{"type":"object","nullable":true},"reservation_auto_conf_max":{"type":"object","nullable":true},"ereputation":{"type":"object","nullable":true},"ereputation_activation_code":{"type":"object","nullable":true},"completion":{"type":"object","nullable":true},"to_be_deleted_at":{"type":"object","nullable":true},"deleted_at":{"type":"object","nullable":true},"date_start_contract_updated_at":{"type":"object","nullable":true},"date_end_free_trial":{"type":"object","nullable":true},"amount_method":{"type":"object","nullable":true},"twilio_phone":{"type":"object","nullable":true},"newsletter_counters_calculated_at":{"type":"object","nullable":true},"socials":{"type":"object","nullable":true},"module_html":{"type":"object","nullable":true},"module_video":{"type":"object","nullable":true},"module_virtual_tour":{"type":"object","nullable":true},"custom_link":{"type":"object","nullable":true},"custom_button":{"type":"object","nullable":true},"facebook_app":{"type":"object","nullable":true},"custom_web_setting":{"type":"object","nullable":true},"custom_web_stylesheet":{"type":"object","nullable":true},"tag_params":{"type":"object","nullable":true},"suggested_restaurants":{"type":"object","nullable":true},"voucher_param":{"type":"object","nullable":true},"restaurant_payment_param":{"type":"object","nullable":true},"restaurant_payment_providers":{"nullable":true,"type":"array","items":{"type":"object"}},"certifications":{"type":"object","nullable":true},"command_comment":{"type":"object","nullable":true},"comment":{"type":"object","nullable":true},"charge_param":{"type":"object","nullable":true},"backoffice_param":{"type":"object","nullable":true},"cancelation_param":{"type":"object","nullable":true},"waiters":{"nullable":true,"type":"array","items":{"type":"object"}},"groups":{"nullable":true,"type":"array","items":{"type":"object"}},"price_plan":{"type":"object","nullable":true},"stock_table_param":{"type":"object","nullable":true},"acl_packs":{"nullable":true,"type":"array","items":{"type":"object"}},"restaurant_params":{"nullable":true,"type":"array","items":{"type":"object"}},"user_acls":{"nullable":true,"type":"array","items":{"type":"object"}},"seatingPlanParams":{"type":"object","nullable":true},"legalNotice":{"type":"object","nullable":true},"bookingParams":{"type":"object","nullable":true},"commandParams":{"type":"object","nullable":true},"restaurant_prepayment_param":{"type":"object","nullable":true},"restaurant_imprint_param":{"type":"object","nullable":true},"acls":{"nullable":true,"type":"array","items":{"type":"object"}},"publishers":{"nullable":true,"type":"array","items":{"type":"object"}},"reviewDistributions":{"nullable":true,"type":"array","items":{"type":"object"}},"id":{"type":"number","nullable":true},"owner_id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"address_2":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"longitude":{"type":"string","nullable":true},"latitude":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"capacity":{"type":"number","nullable":true},"avg_budget":{"type":"string","nullable":true},"website":{"type":"string","nullable":true},"facebook":{"type":"string","nullable":true},"twitter":{"type":"string","nullable":true},"instagram":{"type":"string","nullable":true},"google_plus":{"type":"string","nullable":true},"tripadvisor":{"type":"string","nullable":true},"moving":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"phone_2":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"reservation_email":{"type":"string","nullable":true},"reservation_phone":{"type":"string","nullable":true},"reservation_phone_sms":{"type":"string","nullable":true},"charge_emails":{"type":"string","nullable":true},"reconfirmation_emails":{"type":"string","nullable":true},"prepay_emails":{"type":"string","nullable":true},"command_emails":{"type":"string","nullable":true},"sms_oadc":{"type":"string","nullable":true},"reservation":{"type":"number","nullable":true},"reservation_notifications":{"type":"number","nullable":true},"delivery":{"type":"number","nullable":true},"actived_phone_tracking":{"type":"number","nullable":true},"metro":{"type":"string","nullable":true},"train":{"type":"string","nullable":true},"velo":{"type":"string","nullable":true},"autolib":{"type":"string","nullable":true},"parking":{"type":"string","nullable":true},"bus":{"type":"string","nullable":true},"delivery_url":{"type":"string","nullable":true},"reservation_url":{"type":"string","nullable":true},"wap_vhost":{"type":"string","nullable":true},"subdomain":{"type":"string","nullable":true},"web_vhost":{"type":"string","nullable":true},"web_subdomain":{"type":"string","nullable":true},"www_redirect":{"type":"string","nullable":true},"page_title":{"type":"string","nullable":true},"own_website":{"type":"number","nullable":true},"analytics":{"type":"string","nullable":true},"tag_manager":{"type":"string","nullable":true},"facebook_pixel_id":{"type":"string","nullable":true},"theme":{"type":"string","nullable":true},"button_theme":{"type":"string","nullable":true},"color":{"type":"string","nullable":true},"business_type":{"type":"string","nullable":true},"is_client":{"type":"number","nullable":true},"is_ambassador":{"type":"number","nullable":true},"has_been_client":{"type":"number","nullable":true},"client_type":{"type":"string","nullable":true},"price_plan_id":{"type":"number","nullable":true},"recovery_at":{"type":"string","nullable":true},"is_recovery":{"type":"number","nullable":true},"closed":{"type":"number","nullable":true},"sms_credits":{"type":"number","nullable":true},"reservation_auto_conf":{"type":"number","nullable":true},"auto_modified":{"type":"string","nullable":true},"booking_widget_time_interval":{"type":"string","nullable":true},"is_blocking_waiting":{"type":"number","nullable":true},"custom_web_setting_id":{"type":"string","nullable":true},"sf_opportunity_id":{"type":"string","nullable":true},"sf_account_id":{"type":"string","nullable":true},"cbee_account_id":{"type":"string","nullable":true},"z_account_id":{"type":"string","nullable":true},"invokit_id":{"type":"number","nullable":true},"company_id":{"type":"number","nullable":true},"parent_id":{"type":"string","nullable":true},"country_id":{"type":"number","nullable":true},"google_rating":{"type":"number","nullable":true},"ereputation_id":{"type":"string","nullable":true},"ereputation_url":{"type":"string","nullable":true},"date_start_contract":{"type":"string","nullable":true},"nb_reservation_total":{"type":"string","nullable":true},"revenue_total":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"mail_reviews":{"type":"number","nullable":true},"private_reviews":{"type":"number","nullable":true},"private_reviews_reply_displaying":{"type":"number","nullable":true},"private_reviews_period":{"type":"number","nullable":true},"booking_reminder_hours":{"type":"number","nullable":true},"disable_3263":{"type":"number","nullable":true},"new_booking_widget":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"enable_cache":{"type":"number","nullable":true},"privatisation_emails":{"type":"string","nullable":true},"contact_emails":{"type":"string","nullable":true},"review_emails":{"type":"string","nullable":true},"tracking_app_id":{"type":"string","nullable":true},"calldesk_phone":{"type":"string","nullable":true},"optin":{"type":"string","nullable":true},"has_pin":{"type":"boolean","nullable":true},"pin":{"type":"string","nullable":true},"pin_required_from":{"type":"number","nullable":true},"has_room_map":{"type":"number","nullable":true},"has_prepayment":{"type":"number","nullable":true},"has_precharge":{"type":"number","nullable":true},"has_group_search":{"type":"number","nullable":true},"has_automatic_status":{"type":"number","nullable":true},"has_room_selection_on_widget":{"type":"boolean","nullable":true},"is_room_selection_mandatory":{"type":"boolean","nullable":true},"test":{"type":"number","nullable":true},"review_reminder":{"type":"number","nullable":true},"is_white_label":{"type":"number","nullable":true},"close_commands":{"type":"number","nullable":true},"open_commands":{"type":"number","nullable":true},"commands_auto_conf":{"type":"number","nullable":true},"rooms":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantRoomEmbeddable"}},"tables":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableEmbeddable"}},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantCountryEmbeddable"}]},"display_name":{"type":"string","nullable":true},"valid_gtc":{"type":"boolean","nullable":true},"current_gtc":{"type":"string","nullable":true},"has_virtual_menu":{"type":"boolean","nullable":true},"has_active_prepayment_connection":{"type":"boolean","nullable":true},"has_active_imprint_connection":{"type":"boolean","nullable":true},"has_active_payment_connection":{"type":"boolean","nullable":true},"is_payment_connection_required":{"type":"boolean","nullable":true},"is_prepayment_connection_required":{"type":"boolean","nullable":true},"is_imprint_connection_required":{"type":"boolean","nullable":true},"is_stripe_connection_required":{"type":"boolean","nullable":true},"has_connected_vouchers":{"type":"boolean","nullable":true},"country_iso2":{"type":"string","nullable":true}},"required":["state","tracking_phone","accounting","reservation_auto_conf_max","ereputation","ereputation_activation_code","completion","to_be_deleted_at","deleted_at","date_start_contract_updated_at","date_end_free_trial","amount_method","twilio_phone","newsletter_counters_calculated_at","socials","module_html","module_video","module_virtual_tour","custom_link","custom_button","facebook_app","custom_web_setting","custom_web_stylesheet","tag_params","suggested_restaurants","voucher_param","restaurant_payment_param","restaurant_payment_providers","certifications","command_comment","comment","charge_param","backoffice_param","cancelation_param","waiters","groups","price_plan","stock_table_param","acl_packs","restaurant_params","user_acls","seatingPlanParams","legalNotice","bookingParams","commandParams","restaurant_prepayment_param","restaurant_imprint_param","acls","publishers","reviewDistributions","id","owner_id","name","address","address_2","zip","city","type","longitude","latitude","timezone","lang","capacity","avg_budget","website","facebook","twitter","instagram","google_plus","tripadvisor","moving","phone","phone_2","fax","email","first_name","last_name","reservation_email","reservation_phone","reservation_phone_sms","charge_emails","reconfirmation_emails","prepay_emails","command_emails","sms_oadc","reservation","reservation_notifications","delivery","actived_phone_tracking","metro","train","velo","autolib","parking","bus","delivery_url","reservation_url","wap_vhost","subdomain","web_vhost","web_subdomain","www_redirect","page_title","own_website","analytics","tag_manager","facebook_pixel_id","theme","button_theme","color","business_type","is_client","is_ambassador","has_been_client","client_type","price_plan_id","recovery_at","is_recovery","closed","sms_credits","reservation_auto_conf","auto_modified","booking_widget_time_interval","is_blocking_waiting","custom_web_setting_id","sf_opportunity_id","sf_account_id","cbee_account_id","z_account_id","invokit_id","company_id","parent_id","country_id","google_rating","ereputation_id","ereputation_url","date_start_contract","nb_reservation_total","revenue_total","slug","mail_reviews","private_reviews","private_reviews_reply_displaying","private_reviews_period","booking_reminder_hours","disable_3263","new_booking_widget","created_at","updated_at","enable_cache","privatisation_emails","contact_emails","review_emails","tracking_app_id","calldesk_phone","optin","has_pin","pin","pin_required_from","has_room_map","has_prepayment","has_precharge","has_group_search","has_automatic_status","has_room_selection_on_widget","is_room_selection_mandatory","test","review_reminder","is_white_label","close_commands","open_commands","commands_auto_conf","rooms","tables","country","display_name","valid_gtc","current_gtc","has_virtual_menu","has_active_prepayment_connection","has_active_imprint_connection","has_active_payment_connection","is_payment_connection_required","is_prepayment_connection_required","is_imprint_connection_required","is_stripe_connection_required","has_connected_vouchers","country_iso2"]},"ZenchefRestaurantRoomEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name_translations":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ZenchefRestaurantNameTranslationsEmbeddable"}]},"capacity":{"type":"number","nullable":true},"description":{"type":"string","nullable":true},"restaurant_id":{"type":"number","nullable":true},"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"has_sea":{"type":"number","nullable":true},"has_sand":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true}},"required":["id","name_translations","capacity","description","restaurant_id","width","height","position","has_sea","has_sand","created_at","updated_at"]},"ZenchefRestaurantNameTranslationsEmbeddable":{"type":"object","properties":{"en":{"type":"string","nullable":true}},"required":["en"]},"ZenchefRestaurantTableEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"booking_room_id":{"type":"number","nullable":true},"x":{"type":"number","nullable":true},"y":{"type":"number","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"rotation":{"type":"number","nullable":true},"table_type_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"laravel_through_key":{"type":"number","nullable":true},"table_combinations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ZenchefRestaurantTableCombinationEmbeddable"}}},"required":["id","name","booking_room_id","x","y","min","max","rotation","table_type_id","created_at","updated_at","laravel_through_key","table_combinations"]},"ZenchefRestaurantTableCombinationEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"name":{"type":"string","nullable":true},"min":{"type":"number","nullable":true},"max":{"type":"number","nullable":true},"position":{"type":"number","nullable":true},"is_group":{"type":"number","nullable":true},"is_bookable":{"type":"number","nullable":true},"restaurant_id":{"type":"number","nullable":true},"booking_room_id":{"type":"number","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"pivot":{"type":"object","nullable":true}},"required":["id","name","min","max","position","is_group","is_bookable","restaurant_id","booking_room_id","created_at","updated_at","pivot"]},"ZenchefRestaurantCountryEmbeddable":{"type":"object","properties":{"oadc":{"type":"object","nullable":true},"id":{"type":"number","nullable":true},"iso":{"type":"string","nullable":true},"iso3":{"type":"string","nullable":true},"default_lang":{"type":"string","nullable":true},"available_locales":{"nullable":true,"type":"array","items":{"type":"string"}},"title":{"type":"string","nullable":true},"en":{"type":"string","nullable":true},"fr":{"type":"string","nullable":true},"es":{"type":"string","nullable":true},"pt":{"type":"string","nullable":true},"de":{"type":"string","nullable":true},"it":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"active":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"vat":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true},"timezone":{"type":"string","nullable":true},"phone_support":{"type":"string","nullable":true},"taxes":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["oadc","id","iso","iso3","default_lang","available_locales","title","en","fr","es","pt","de","it","code","active","currency","created_at","updated_at","vat","locale","timezone","phone_support","taxes"]},"JuxtaPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"center_id":{"type":"string","nullable":true},"center_name":{"type":"string","nullable":true},"practitioner_fullname":{"type":"string","nullable":true},"patient_fullname":{"type":"string","nullable":true},"patient_firstname":{"type":"string","nullable":true},"patient_lastname":{"type":"string","nullable":true},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"date":{"type":"string","nullable":true}},"required":["id","center_id","center_name","practitioner_fullname","patient_fullname","patient_firstname","patient_lastname","phone_number","email","date"]},"SalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"dentego":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseMetadatasEmbeddable"}]}},"required":["dentego"]},"DentegoSalesforcePurchaseMetadatasEmbeddable":{"type":"object","properties":{"attributes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DentegoSalesforcePurchaseAttributesEmbeddable"}]},"Id":{"type":"string","nullable":true},"WhoId":{"type":"string","nullable":true},"WhatId":{"type":"string","nullable":true},"WhoCount":{"type":"number","nullable":true},"WhatCount":{"type":"number","nullable":true},"Subject":{"type":"string","nullable":true},"Location":{"type":"string","nullable":true},"Centre_du_RDV__c":{"type":"string","nullable":true},"IsAllDayEvent":{"type":"boolean","nullable":true},"ActivityDateTime":{"type":"string","nullable":true},"ActivityDate":{"type":"string","nullable":true},"DurationInMinutes":{"type":"number","nullable":true},"StartDateTime":{"type":"string","nullable":true},"EndDateTime":{"type":"string","nullable":true},"EndDate":{"type":"string","nullable":true},"Description":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"OwnerId":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"IsPrivate":{"type":"boolean","nullable":true},"ShowAs":{"type":"string","nullable":true},"IsDeleted":{"type":"boolean","nullable":true},"IsChild":{"type":"boolean","nullable":true},"IsGroupEvent":{"type":"boolean","nullable":true},"GroupEventType":{"type":"string","nullable":true},"CreatedDate":{"type":"string","nullable":true},"CreatedById":{"type":"string","nullable":true},"LastModifiedDate":{"type":"string","nullable":true},"LastModifiedById":{"type":"string","nullable":true},"SystemModstamp":{"type":"string","nullable":true},"IsArchived":{"type":"boolean","nullable":true},"RecurrenceActivityId":{"type":"string","nullable":true},"IsRecurrence":{"type":"boolean","nullable":true},"RecurrenceStartDateTime":{"type":"string","nullable":true},"RecurrenceEndDateOnly":{"type":"string","nullable":true},"RecurrenceTimeZoneSidKey":{"type":"string","nullable":true},"RecurrenceType":{"type":"string","nullable":true},"RecurrenceInterval":{"type":"string","nullable":true},"RecurrenceDayOfWeekMask":{"type":"string","nullable":true},"RecurrenceDayOfMonth":{"type":"string","nullable":true},"RecurrenceInstance":{"type":"string","nullable":true},"RecurrenceMonthOfYear":{"type":"string","nullable":true},"ReminderDateTime":{"type":"string","nullable":true},"IsReminderSet":{"type":"boolean","nullable":true},"EventSubtype":{"type":"string","nullable":true},"IsRecurrence2Exclusion":{"type":"boolean","nullable":true},"Recurrence2PatternText":{"type":"string","nullable":true},"Recurrence2PatternVersion":{"type":"string","nullable":true},"IsRecurrence2":{"type":"boolean","nullable":true},"IsRecurrence2Exception":{"type":"boolean","nullable":true},"Recurrence2PatternStartDate":{"type":"string","nullable":true},"Recurrence2PatternTimeZone":{"type":"string","nullable":true},"EXTERNAL_ID__c":{"type":"string","nullable":true},"Type_de_RDV__c":{"type":"string","nullable":true},"EnddatepourProcessbuilder__c":{"type":"string","nullable":true},"Statut__c":{"type":"string","nullable":true},"Pas_de_R_ponse__c":{"type":"boolean","nullable":true},"Motif_du_RDV__c":{"type":"string","nullable":true},"Pas_int_ress__c":{"type":"boolean","nullable":true},"Recontacter_ce_soir__c":{"type":"boolean","nullable":true},"Commentaire_support_Th_o__c":{"type":"string","nullable":true},"X1er_contact_par_SMS__c":{"type":"boolean","nullable":true},"Nombre_de_RDV_non_honor__c":{"type":"number","nullable":true},"Action_r_alis_e__c":{"type":"string","nullable":true},"Commentaire_li_l_action_r_alis_e__c":{"type":"string","nullable":true},"Recontacter_le__c":{"type":"string","nullable":true},"KO__c":{"type":"boolean","nullable":true},"Date_du_RDV__c":{"type":"string","nullable":true},"Commentaire_li_e_la_t_che__c":{"type":"string","nullable":true},"RDV_plant__c":{"type":"number","nullable":true},"Is_RDV__c":{"type":"number","nullable":true},"Logiciel_met__c":{"type":"string","nullable":true},"Date_d_annulation_du_RDV__c":{"type":"string","nullable":true},"RDV_ADMIN__c":{"type":"number","nullable":true},"DateFlow__c":{"type":"string","nullable":true},"Mail__c":{"type":"string","nullable":true},"Mobile__c":{"type":"string","nullable":true},"isFinished__c":{"type":"boolean","nullable":true},"techSentToHelloCustomer__c":{"type":"boolean","nullable":true},"P_rim_tre_r_gional__c":{"type":"string","nullable":true},"Etat_de_confirmation__c":{"type":"string","nullable":true},"Traite_dans_Doctolib__c":{"type":"boolean","nullable":true},"Date_d_envoi_de_la_confirmation__c":{"type":"string","nullable":true},"Date_de_r_ponse__c":{"type":"string","nullable":true},"Type_de_demande__c":{"type":"string","nullable":true},"Aujourd_hui__c":{"type":"string","nullable":true},"Voyant__c":{"type":"string","nullable":true},"Event_date_1er_RDV__c":{"type":"string","nullable":true},"RDV_NP__c":{"type":"boolean","nullable":true},"Date_de_prise_du_RDV__c":{"type":"string","nullable":true}},"required":["attributes","Id","WhoId","WhatId","WhoCount","WhatCount","Subject","Location","Centre_du_RDV__c","IsAllDayEvent","ActivityDateTime","ActivityDate","DurationInMinutes","StartDateTime","EndDateTime","EndDate","Description","AccountId","OwnerId","Type","IsPrivate","ShowAs","IsDeleted","IsChild","IsGroupEvent","GroupEventType","CreatedDate","CreatedById","LastModifiedDate","LastModifiedById","SystemModstamp","IsArchived","RecurrenceActivityId","IsRecurrence","RecurrenceStartDateTime","RecurrenceEndDateOnly","RecurrenceTimeZoneSidKey","RecurrenceType","RecurrenceInterval","RecurrenceDayOfWeekMask","RecurrenceDayOfMonth","RecurrenceInstance","RecurrenceMonthOfYear","ReminderDateTime","IsReminderSet","EventSubtype","IsRecurrence2Exclusion","Recurrence2PatternText","Recurrence2PatternVersion","IsRecurrence2","IsRecurrence2Exception","Recurrence2PatternStartDate","Recurrence2PatternTimeZone","EXTERNAL_ID__c","Type_de_RDV__c","EnddatepourProcessbuilder__c","Statut__c","Pas_de_R_ponse__c","Motif_du_RDV__c","Pas_int_ress__c","Recontacter_ce_soir__c","Commentaire_support_Th_o__c","X1er_contact_par_SMS__c","Nombre_de_RDV_non_honor__c","Action_r_alis_e__c","Commentaire_li_l_action_r_alis_e__c","Recontacter_le__c","KO__c","Date_du_RDV__c","Commentaire_li_e_la_t_che__c","RDV_plant__c","Is_RDV__c","Logiciel_met__c","Date_d_annulation_du_RDV__c","RDV_ADMIN__c","DateFlow__c","Mail__c","Mobile__c","isFinished__c","techSentToHelloCustomer__c","P_rim_tre_r_gional__c","Etat_de_confirmation__c","Traite_dans_Doctolib__c","Date_d_envoi_de_la_confirmation__c","Date_de_r_ponse__c","Type_de_demande__c","Aujourd_hui__c","Voyant__c","Event_date_1er_RDV__c","RDV_NP__c","Date_de_prise_du_RDV__c"]},"DentegoSalesforcePurchaseAttributesEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"url":{"type":"string","nullable":true}},"required":["type","url"]},"DeliverooPurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooItemsMetadatasEmbeddable"}},"restaurant_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"status":{"type":"string","nullable":true},"rejection_reason":{"type":"string","nullable":true},"order_number":{"type":"string","nullable":true},"timeline":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooTimelineMetadatasEmbeddable"}]},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPurchaseCustomerMetadatasEmbeddable"}]},"paid_in_cash":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"short_drn":{"type":"string","nullable":true},"drn_id":{"type":"string","nullable":true}},"required":["id","items","restaurant_id","amount","status","rejection_reason","order_number","timeline","customer","paid_in_cash","short_drn","drn_id"]},"DeliverooItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooModifiersMetadatasEmbeddable"}},"category_name":{"type":"string","nullable":true}},"required":["name","quantity","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooModifiersMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooTimelineMetadatasEmbeddable":{"type":"object","properties":{"placed_at":{"type":"string","nullable":true}},"required":["placed_at"]},"DeliverooPurchaseCustomerMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true}},"required":["id"]},"UbereatsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"supportIssues":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRootEmbeddable"}}},"orderId":{"type":"string","nullable":true},"requestedAt":{"type":"number","nullable":true},"orderStateChanges":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOrderStateChangeEmbeddable"}},"orderUUID":{"type":"string","nullable":true},"checkoutInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCheckoutInfoEmbeddable"}},"marketplaceFeeRate":{"type":"string","nullable":true},"netPayout":{"type":"string","nullable":true},"issueSummary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsIssueSummaryEmbeddable"}]},"items":{"type":"array","items":{"required":true,"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsItemEmbeddable"}}}},"required":["supportIssues","orderId","requestedAt","orderStateChanges","orderUUID","checkoutInfo","marketplaceFeeRate","netPayout","issueSummary","items"]},"UbereatsPurchaseSupportIssueRootEmbeddable":{"type":"object","properties":{"issue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueEmbeddable"}]},"records":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportIssueRecordEmbeddable"}},"sessionUUID":{"type":"string","nullable":true}},"required":["issue","records","sessionUUID"]},"UbereatsPurchaseSupportIssueEmbeddable":{"type":"object","properties":{"issueType":{"type":"string","nullable":true},"refundPolicy":{"type":"string","nullable":true},"refundStrategy":{"type":"string","nullable":true},"merchantPayPolicy":{"type":"string","nullable":true},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportOrderEmbeddable"}]}},"required":["issueType","refundPolicy","refundStrategy","merchantPayPolicy","order"]},"UbereatsPurchaseSupportOrderEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemEmbeddable"}},"feedback":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}},"adjustLineItems":{"type":"string","nullable":true}},"required":["uuid","items","feedback","adjustLineItems"]},"UbereatsPurchaseSupportItemEmbeddable":{"type":"object","properties":{"item":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportItemDetailsEmbeddable"}]},"feedback":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportFeedbackEmbeddable"}]},"issueType":{"type":"string","nullable":true},"itemIssueType":{"type":"string","nullable":true},"itemIssueTypeV2":{"type":"string","nullable":true},"refundValueInCents":{"type":"number","nullable":true},"baseAmountAdjustment":{"type":"string","nullable":true}},"required":["item","feedback","issueType","itemIssueType","itemIssueTypeV2","refundValueInCents","baseAmountAdjustment"]},"UbereatsPurchaseSupportItemDetailsEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"alert":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"itemId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"isEntree":{"type":"boolean","nullable":true},"quantity":{"type":"number","nullable":true},"endorsement":{"type":"string","nullable":true},"isOrderable":{"type":"boolean","nullable":true},"sectionUuid":{"type":"string","nullable":true},"bundledItems":{"nullable":true,"type":"array","items":{"type":"object"}},"externalData":{"type":"string","nullable":true},"itemQuantity":{"type":"number","nullable":true},"suspendUntil":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true},"alcoholicItems":{"type":"string","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationEmbeddable"}},"subsectionUuid":{"type":"string","nullable":true},"itemDescription":{"type":"string","nullable":true},"allergyUserInput":{"type":"string","nullable":true},"customizationV2s":{"nullable":true,"type":"array","items":{"type":"object"}},"customizationsV2":{"type":"object","nullable":true},"specialInstructions":{"type":"string","nullable":true},"shoppingCartItemUuid":{"type":"string","nullable":true},"fulfillmentIssueAction":{"type":"string","nullable":true}},"required":["uuid","alert","price","title","itemId","imageUrl","isEntree","quantity","endorsement","isOrderable","sectionUuid","bundledItems","externalData","itemQuantity","suspendUntil","attentionTags","alcoholicItems","customizations","subsectionUuid","itemDescription","allergyUserInput","customizationV2s","customizationsV2","specialInstructions","shoppingCartItemUuid","fulfillmentIssueAction"]},"UbereatsPurchaseSupportCustomizationEmbeddable":{"type":"object","properties":{"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"uuid":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsPurchaseSupportCustomizationOptionEmbeddable"}},"displayOrder":{"type":"number","nullable":true},"maxPermitted":{"type":"number","nullable":true},"minPermitted":{"type":"number","nullable":true},"customizationTemplateUuid":{"type":"string","nullable":true},"parentCustomizationOptionUuid":{"type":"string","nullable":true}},"required":["tags","uuid","title","options","displayOrder","maxPermitted","minPermitted","customizationTemplateUuid","parentCustomizationOptionUuid"]},"UbereatsPurchaseSupportCustomizationOptionEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"optionUUID":{"type":"string","nullable":true},"displayOrder":{"type":"number","nullable":true},"externalData":{"type":"string","nullable":true},"attentionTags":{"type":"string","nullable":true}},"required":["uuid","price","title","quantity","optionUUID","displayOrder","externalData","attentionTags"]},"UbereatsPurchaseSupportFeedbackEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"type":"string"}},"feedbackType":{"type":"string","nullable":true}},"required":["text","options","feedbackType"]},"UbereatsPurchaseSupportIssueRecordEmbeddable":{"type":"object","properties":{"action":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionEmbeddable"}]},"createdAt":{"type":"string","nullable":true}},"required":["action","createdAt"]},"UbereatsPurchaseSupportActionEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"image":{"type":"string","nullable":true},"token":{"type":"string","nullable":true},"value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UbereatsPurchaseSupportActionValueEmbeddable"}]},"dispute":{"type":"string","nullable":true},"feedback":{"type":"string","nullable":true},"promotion":{"type":"string","nullable":true},"actionType":{"type":"string","nullable":true},"preChargebackInfo":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["text","uuid","image","token","value","dispute","feedback","promotion","actionType","preChargebackInfo","preChargebackDisputeAction"]},"UbereatsPurchaseSupportActionValueEmbeddable":{"type":"object","properties":{"value":{"type":"number","nullable":true},"feeValue":{"type":"number","nullable":true},"taxValue":{"type":"number","nullable":true},"breakdown":{"type":"string","nullable":true},"foodValue":{"type":"number","nullable":true},"valueRange":{"type":"string","nullable":true},"currencyCode":{"type":"string","nullable":true},"displayValue":{"type":"string","nullable":true},"amountBreakdown":{"type":"string","nullable":true}},"required":["value","feeValue","taxValue","breakdown","foodValue","valueRange","currencyCode","displayValue","amountBreakdown"]},"UbereatsOrderStateChangeEmbeddable":{"type":"object","properties":{"changedAt":{"type":"string","nullable":true},"orderState":{"type":"string","nullable":true}},"required":["changedAt","orderState"]},"UbereatsCheckoutInfoEmbeddable":{"type":"object","properties":{"key":{"type":"string","nullable":true},"amount":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"descriptionKey":{"type":"string","nullable":true}},"required":["key","amount","label","descriptionKey"]},"UbereatsIssueSummaryEmbeddable":{"type":"object","properties":{"adjustmentAmount":{"type":"string","nullable":true},"customerRefund":{"type":"string","nullable":true},"failureReason":{"type":"string","nullable":true},"fees":{"type":"string","nullable":true},"issueType":{"type":"string","nullable":true},"numMissingItems":{"type":"number","nullable":true},"orderJobState":{"type":"string","nullable":true},"payout":{"type":"string","nullable":true},"refundNotChargedToMerchant":{"type":"string","nullable":true},"isMerchantNotYetChargedback":{"type":"boolean","nullable":true},"possibleChargebackAmount":{"type":"string","nullable":true},"possibleChargebackProcessingTime":{"type":"string","nullable":true},"preChargebackDisputeAction":{"type":"string","nullable":true}},"required":["adjustmentAmount","customerRefund","failureReason","fees","issueType","numMissingItems","orderJobState","payout","refundNotChargedToMerchant","isMerchantNotYetChargedback","possibleChargebackAmount","possibleChargebackProcessingTime","preChargebackDisputeAction"]},"UbereatsItemEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"uuid":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"customizations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsCustomizationEmbeddable"}},"issueType":{"type":"string","nullable":true}},"required":["title","uuid","price","quantity","customizations","issueType"]},"UbereatsCustomizationEmbeddable":{"type":"object","properties":{"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"options":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsOptionEmbeddable"}}},"required":["title","price","options"]},"UbereatsOptionEmbeddable":{"type":"object","properties":{"customizations":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"price":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true}},"required":["customizations","title","price","quantity"]},"SevenroomsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"auto_assignments":{"type":"object"},"problems":{"type":"object","nullable":true},"id":{"type":"string","nullable":true},"venue_id":{"type":"string","nullable":true},"venue_group_id":{"type":"string","nullable":true},"venue_group_client_id":{"type":"string","nullable":true},"client_id":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"source_client_id":{"type":"string","nullable":true},"external_user_id":{"type":"string","nullable":true},"external_id":{"type":"string","nullable":true},"external_reference_code":{"type":"string","nullable":true},"external_client_id":{"type":"string","nullable":true},"user":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/UserEmbeddable"}]},"tags":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TagEmbeddable"}},"phone_number":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"pos_tickets":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PosTicketEmbeddable"}},"reference_code":{"type":"string","nullable":true},"client_reference_code":{"type":"string","nullable":true},"time_slot_iso":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"status_display":{"type":"string","nullable":true},"status_simple":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"table_numbers":{"nullable":true,"type":"array","items":{"type":"string"}},"venue_seating_area_name":{"type":"string","nullable":true},"venue_seating_area_id":{"type":"string","nullable":true},"max_guests":{"type":"number","nullable":true},"is_vip":{"type":"boolean","nullable":true},"booked_by":{"type":"string","nullable":true},"date":{"type":"string","nullable":true},"real_datetime_of_slot":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"client_requests":{"type":"string","nullable":true},"arrival_time":{"type":"string","nullable":true},"duration":{"type":"number","nullable":true},"using_default_duration":{"type":"boolean","nullable":true},"send_reminder_email":{"type":"boolean","nullable":true},"updated":{"type":"string","nullable":true},"check_numbers":{"type":"string","nullable":true},"shift_persistent_id":{"type":"string","nullable":true},"left_time":{"type":"string","nullable":true},"postal_code":{"type":"string","nullable":true},"comps_price_type":{"type":"string","nullable":true},"modify_reservation_link":{"type":"string","nullable":true},"reservation_type":{"type":"string","nullable":true},"seated_time":{"type":"string","nullable":true},"reservation_sms_opt_in":{"type":"boolean","nullable":true},"arrived_guests":{"type":"number","nullable":true},"state":{"type":"string","nullable":true},"send_reminder_sms":{"type":"boolean","nullable":true},"address_2":{"type":"string","nullable":true},"min_price":{"type":"number","nullable":true},"custom_fields":{"type":"array","items":{"type":"object"}},"policy":{"type":"string","nullable":true},"served_by":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"loyalty_id":{"type":"string","nullable":true},"mf_ratio_male":{"type":"number","nullable":true},"mf_ratio_female":{"type":"number","nullable":true},"comps":{"type":"string","nullable":true},"loyalty_rank":{"type":"string","nullable":true},"paid_by":{"type":"string","nullable":true},"loyalty_tier":{"type":"string","nullable":true},"shift_category":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"cost_option":{"type":"number","nullable":true},"created":{"type":"string","nullable":true},"access_persistent_id":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"total_payment":{"type":"number","nullable":true},"prepayment":{"type":"number","nullable":true},"deleted":{"type":"string","nullable":true},"prepayment_total":{"type":"number","nullable":true},"prepayment_net":{"type":"number","nullable":true},"prepayment_service_charge":{"type":"number","nullable":true},"prepayment_tax":{"type":"number","nullable":true},"prepayment_gratuity":{"type":"number","nullable":true},"onsite_payment":{"type":"number","nullable":true},"onsite_payment_net":{"type":"number","nullable":true},"onsite_payment_tax":{"type":"number","nullable":true},"onsite_payment_gratuity":{"type":"number","nullable":true},"onsite_payment_total":{"type":"number","nullable":true},"total_net_payment":{"type":"number","nullable":true},"total_gross_payment":{"type":"number","nullable":true},"upgrades":{"nullable":true,"type":"array","items":{"type":"object"}}},"required":["auto_assignments","problems","id","venue_id","venue_group_id","venue_group_client_id","client_id","first_name","last_name","source_client_id","external_user_id","external_id","external_reference_code","external_client_id","user","tags","phone_number","email","pos_tickets","reference_code","client_reference_code","time_slot_iso","status","status_display","status_simple","rating","table_numbers","venue_seating_area_name","venue_seating_area_id","max_guests","is_vip","booked_by","date","real_datetime_of_slot","notes","client_requests","arrival_time","duration","using_default_duration","send_reminder_email","updated","check_numbers","shift_persistent_id","left_time","postal_code","comps_price_type","modify_reservation_link","reservation_type","seated_time","reservation_sms_opt_in","arrived_guests","state","send_reminder_sms","address_2","min_price","custom_fields","policy","served_by","address","loyalty_id","mf_ratio_male","mf_ratio_female","comps","loyalty_rank","paid_by","loyalty_tier","shift_category","country","cost_option","created","access_persistent_id","city","total_payment","prepayment","deleted","prepayment_total","prepayment_net","prepayment_service_charge","prepayment_tax","prepayment_gratuity","onsite_payment","onsite_payment_net","onsite_payment_tax","onsite_payment_gratuity","onsite_payment_total","total_net_payment","total_gross_payment","upgrades"]},"UserEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","name"]},"TagEmbeddable":{"type":"object","properties":{"group":{"type":"string","nullable":true},"group_display":{"type":"string","nullable":true},"tag":{"type":"string","nullable":true},"tag_display":{"type":"string","nullable":true},"color":{"type":"string","nullable":true}},"required":["group","group_display","tag","tag_display","color"]},"PosTicketEmbeddable":{"type":"object","properties":{"_pos_type_version":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"tax":{"type":"number","nullable":true},"subtotal":{"type":"number","nullable":true},"service_charge":{"type":"number","nullable":true},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ItemEmbeddable"}},"ticket_id":{"type":"string","nullable":true},"local_pos_ticket_id":{"type":"string","nullable":true},"employee_name":{"type":"string","nullable":true},"employee_id":{"type":"string","nullable":true},"total":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"table_no":{"type":"string","nullable":true},"start_time":{"type":"string","nullable":true},"end_time":{"type":"string","nullable":true},"admin_fee":{"type":"number","nullable":true},"booking_id":{"type":"string","nullable":true}},"required":["_pos_type_version","source","tax","subtotal","service_charge","items","ticket_id","local_pos_ticket_id","employee_name","employee_id","total","status","table_no","start_time","end_time","admin_fee","booking_id"]},"ItemEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"price":{"type":"number","nullable":true},"quantity":{"type":"number","nullable":true},"status":{"type":"string","nullable":true},"modifiers":{"nullable":true,"type":"array","items":{"type":"string"}},"notes":{"type":"string","nullable":true},"course":{"type":"string","nullable":true}},"required":["name","price","quantity","status","modifiers","notes","course"]},"MewsPurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationEmbeddable"}]},"orderItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsOrderItemEmbeddable"}}},"required":["reservation","orderItems"]},"MewsReservationEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"nullable":true,"enum":["Customer","Company"],"type":"string"},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"BookerId":{"type":"string","nullable":true},"ScheduledStartUtc":{"type":"string","nullable":true},"ActualStartUtc":{"type":"string","nullable":true},"ScheduledEndUtc":{"type":"string","nullable":true},"ActualEndUtc":{"type":"string","nullable":true},"EndUtc":{"type":"string","nullable":true},"Number":{"type":"string","nullable":true},"State":{"nullable":true,"enum":["Inquired","Confirmed","Started","Processed","Canceled","Optional","Requested"],"type":"string"},"Origin":{"nullable":true,"enum":["Distributor","ChannelManager","Commander","Import","Connector","Navigator"],"type":"string"},"CommanderOrigin":{"nullable":true,"enum":["InPerson","Channel","Phone","Email","Website","Message","CallCenter","RoomingList"],"type":"string"},"OriginDetails":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"CancelledUtc":{"type":"string","nullable":true},"VoucherId":{"type":"string","nullable":true},"BusinessSegmentId":{"type":"string","nullable":true},"RateId":{"type":"string","nullable":true},"CreditCardId":{"type":"string","nullable":true},"GroupId":{"type":"string","nullable":true},"RequestedResourceCategoryId":{"type":"string","nullable":true},"AssignedResourceId":{"type":"string","nullable":true},"AvailabilityBlockId":{"type":"string","nullable":true},"PartnerCompanyId":{"type":"string","nullable":true},"TravelAgencyId":{"type":"string","nullable":true},"AssignedResourceLocked":{"type":"boolean","nullable":true},"ChannelNumber":{"type":"string","nullable":true},"ChannelManagerNumber":{"type":"string","nullable":true},"CancellationReason":{"nullable":true,"enum":["Other","ConfirmationMissed","BookedElsewhere","ForceMajeure","GuestComplaint","NoShow","PriceTooHigh","ServiceNotAvailable","InputError","InvalidPayment","TravelAgency","RequestedByGuest","Update","BookingAbandoned","RequestedByBooker"],"type":"string"},"ReleasedUtc":{"type":"string","nullable":true},"Purpose":{"nullable":true,"enum":["Leisure","Business","Student"],"type":"string"},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsReservationOptionsEmbeddable"}]},"QrCodeData":{"type":"string","nullable":true},"PersonCounts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsReservationPersonCountEmbeddable"}}},"required":["Id","ServiceId","AccountId","AccountType","CreatorProfileId","UpdaterProfileId","BookerId","ScheduledStartUtc","ActualStartUtc","ScheduledEndUtc","ActualEndUtc","EndUtc","Number","State","Origin","CommanderOrigin","OriginDetails","CreatedUtc","UpdatedUtc","CancelledUtc","VoucherId","BusinessSegmentId","RateId","CreditCardId","GroupId","RequestedResourceCategoryId","AssignedResourceId","AvailabilityBlockId","PartnerCompanyId","TravelAgencyId","AssignedResourceLocked","ChannelNumber","ChannelManagerNumber","CancellationReason","ReleasedUtc","Purpose","Options","QrCodeData","PersonCounts"]},"MewsReservationOptionsEmbeddable":{"type":"object","properties":{"OwnerCheckedIn":{"type":"boolean","nullable":true},"AllCompanionsCheckedIn":{"type":"boolean","nullable":true},"AnyCompanionCheckedIn":{"type":"boolean","nullable":true},"ConnectorCheckIn":{"type":"boolean","nullable":true}},"required":["OwnerCheckedIn","AllCompanionsCheckedIn","AnyCompanionCheckedIn","ConnectorCheckIn"]},"MewsReservationPersonCountEmbeddable":{"type":"object","properties":{"AgeCategoryId":{"type":"string","nullable":true},"Count":{"type":"number","nullable":true}},"required":["AgeCategoryId","Count"]},"MewsOrderItemEmbeddable":{"type":"object","properties":{"Id":{"type":"string","nullable":true},"EnterpriseId":{"type":"string","nullable":true},"AccountId":{"type":"string","nullable":true},"AccountType":{"type":"string","nullable":true},"ServiceId":{"type":"string","nullable":true},"ServiceOrderId":{"type":"string","nullable":true},"Notes":{"type":"string","nullable":true},"BillId":{"type":"string","nullable":true},"BillingName":{"type":"string","nullable":true},"AccountingCategoryId":{"type":"string","nullable":true},"ExternalIdentifier":{"type":"string","nullable":true},"UnitCount":{"type":"number","nullable":true},"UnitAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"Amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"OriginalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountValueEmbeddable"}]},"RevenueType":{"type":"string","nullable":true},"CreatorProfileId":{"type":"string","nullable":true},"UpdaterProfileId":{"type":"string","nullable":true},"CreatedUtc":{"type":"string","nullable":true},"UpdatedUtc":{"type":"string","nullable":true},"ConsumedUtc":{"type":"string","nullable":true},"CanceledUtc":{"type":"string","nullable":true},"ClosedUtc":{"type":"string","nullable":true},"StartUtc":{"type":"string","nullable":true},"ClaimedUtc":{"type":"string","nullable":true},"AccountingState":{"type":"string","nullable":true},"Type":{"type":"string","nullable":true},"Options":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemOptionsEmbeddable"}]},"Data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataEmbeddable"}]}},"required":["Id","EnterpriseId","AccountId","AccountType","ServiceId","ServiceOrderId","Notes","BillId","BillingName","AccountingCategoryId","ExternalIdentifier","UnitCount","UnitAmount","Amount","OriginalAmount","RevenueType","CreatorProfileId","UpdaterProfileId","CreatedUtc","UpdatedUtc","ConsumedUtc","CanceledUtc","ClosedUtc","StartUtc","ClaimedUtc","AccountingState","Type","Options","Data"]},"MewsAmountValueEmbeddable":{"type":"object","properties":{"Currency":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"GrossValue":{"type":"number","nullable":true},"TaxValues":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsTaxValueEmbeddable"}},"Breakdown":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsAmountBreakdownEmbeddable"}]}},"required":["Currency","NetValue","GrossValue","TaxValues","Breakdown"]},"MewsTaxValueEmbeddable":{"type":"object","properties":{"Code":{"type":"string","nullable":true},"Value":{"type":"number","nullable":true}},"required":["Code","Value"]},"MewsAmountBreakdownEmbeddable":{"type":"object","properties":{"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MewsAmountBreakdownItemEmbeddable"}}},"required":["Items"]},"MewsAmountBreakdownItemEmbeddable":{"type":"object","properties":{"TaxRateCode":{"type":"string","nullable":true},"NetValue":{"type":"number","nullable":true},"TaxValue":{"type":"number","nullable":true}},"required":["TaxRateCode","NetValue","TaxValue"]},"MewsOrderItemOptionsEmbeddable":{"type":"object","properties":{"CanceledWithReservation":{"type":"boolean","nullable":true}},"required":["CanceledWithReservation"]},"MewsOrderItemDataEmbeddable":{"type":"object","properties":{"Discriminator":{"type":"string","nullable":true},"Rebate":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataRebateEmbeddable"}]},"Product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MewsOrderItemDataProductEmbeddable"}]}},"required":["Discriminator","Rebate","Product"]},"MewsOrderItemDataRebateEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"RebatedItemId":{"type":"string","nullable":true}},"required":["ProductId","RebatedItemId"]},"MewsOrderItemDataProductEmbeddable":{"type":"object","properties":{"ProductId":{"type":"string","nullable":true},"AgeCategoryId":{"type":"string","nullable":true}},"required":["ProductId","AgeCategoryId"]},"OraclePurchaseMetadatasEmbeddable":{"type":"object","properties":{"reservationIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"externalReferences":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleExternalReferenceEmbeddable"}},"roomStay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationRoomStayEmbeddable"}]},"departureReservationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepartureReservationInfoEmbeddable"}]},"reservationGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationGuestEmbeddable"}]},"sharedGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSharedGuestEmbeddable"}},"attachedProfiles":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAttachedProfileEmbeddable"}},"reservationPaymentMethod":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPaymentMethodEmbeddable"}]},"reservationFolioWindows":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationFolioWindowEmbeddable"}},"commissionsInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCommissionsInfoEmbeddable"}]},"specials":{"type":"string","nullable":true},"displayColor":{"type":"string","nullable":true},"displayColorDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDisplayColorDetailsEmbeddable"}]},"reservationIndicators":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIndicatorEmbeddable"}},"roomStatus":{"type":"string","nullable":true},"searchMatches":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleSearchMatchEmbeddable"}},"sourceOfSale":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleSourceOfSaleEmbeddable"}]},"waitlist":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleWaitlistEmbeddable"}]},"queue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueEmbeddable"}]},"housekeeping":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleHousekeepingEmbeddable"}]},"cashiering":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCashieringEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"deposit":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleDepositEmbeddable"}]},"allowedActions":{"nullable":true,"type":"array","items":{"type":"string"}},"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"mobileNotifications":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMobileNotificationsEmbeddable"}]},"reservationCommunication":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationCommunicationEmbeddable"}]},"advanceCheckIn":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAdvanceCheckInEmbeddable"}]},"welcomeOffer":{"type":"boolean","nullable":true},"cancellationInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCancellationInfoEmbeddable"}]},"keyCount":{"type":"number","nullable":true},"hotelId":{"type":"string","nullable":true},"hotelName":{"type":"string","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStayReservation":{"type":"boolean","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true},"computedReservationStatus":{"type":"string","nullable":true},"walkInIndicator":{"type":"boolean","nullable":true},"accessRestriction":{"type":"string","nullable":true},"commissionPayoutTo":{"type":"string","nullable":true},"paymentMethod":{"type":"string","nullable":true},"preRegistered":{"type":"boolean","nullable":true},"openFolio":{"type":"boolean","nullable":true},"allowMobileCheckout":{"type":"boolean","nullable":true},"allowMobileViewFolio":{"type":"boolean","nullable":true},"optedForCommunication":{"type":"boolean","nullable":true},"roomFeatures":{"type":"string","nullable":true},"fiscalInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleFiscalInfoEmbeddable"}]}},"required":["reservationIdList","externalReferences","roomStay","departureReservationInfo","reservationGuest","sharedGuests","attachedProfiles","reservationPaymentMethod","reservationFolioWindows","commissionsInfo","specials","displayColor","displayColorDetails","reservationIndicators","roomStatus","searchMatches","sourceOfSale","waitlist","queue","housekeeping","cashiering","taxType","deposit","allowedActions","revenuesAndBalances","mobileNotifications","reservationCommunication","advanceCheckIn","welcomeOffer","cancellationInfo","keyCount","hotelId","hotelName","expectedServiceTime","roomStayReservation","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","reservationStatus","computedReservationStatus","walkInIndicator","accessRestriction","commissionPayoutTo","paymentMethod","preRegistered","openFolio","allowMobileCheckout","allowMobileViewFolio","optedForCommunication","roomFeatures","fiscalInfo"]},"OracleExternalReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true},"idContext":{"type":"string","nullable":true}},"required":["id","idExtension","idContext"]},"OracleReservationRoomStayEmbeddable":{"type":"object","properties":{"arrivalDate":{"format":"date-time","type":"string","nullable":true},"departureDate":{"format":"date-time","type":"string","nullable":true},"originalTimeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTimeSpanEmbeddable"}]},"expectedTimes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleExpectedTimesEmbeddable"}]},"adultCount":{"type":"number","nullable":true},"childCount":{"type":"number","nullable":true},"roomClass":{"type":"string","nullable":true},"roomType":{"type":"string","nullable":true},"numberOfRooms":{"type":"number","nullable":true},"roomId":{"type":"string","nullable":true},"roomOwnershipType":{"type":"string","nullable":true},"ratePlanCode":{"type":"string","nullable":true},"rateAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"points":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTotalPointsEmbeddable"}]},"rateSuppressed":{"type":"boolean","nullable":true},"reservationBlock":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationBlockEmbeddable"}]},"bookingChannelCode":{"type":"string","nullable":true},"linkCode":{"type":"string","nullable":true},"fixedRate":{"type":"boolean","nullable":true},"totalAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guarantee":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuaranteeEmbeddable"}]},"promotion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePromotionEmbeddable"}]},"marketCode":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true},"sourceCodeDescription":{"type":"string","nullable":true},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomTypeCharged":{"type":"string","nullable":true},"depositPayments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"guestServiceStatus":{"type":"string","nullable":true},"scheduledCheckoutTime":{"format":"date-time","type":"string","nullable":true},"roomNumberLocked":{"type":"boolean","nullable":true},"pseudoRoom":{"type":"boolean","nullable":true},"assignedByAI":{"type":"boolean","nullable":true},"upgradedByAI":{"type":"boolean","nullable":true},"roomAvailableNights":{"type":"number","nullable":true}},"required":["arrivalDate","departureDate","originalTimeSpan","expectedTimes","adultCount","childCount","roomClass","roomType","numberOfRooms","roomId","roomOwnershipType","ratePlanCode","rateAmount","points","rateSuppressed","reservationBlock","bookingChannelCode","linkCode","fixedRate","totalAmount","guarantee","promotion","marketCode","sourceCode","sourceCodeDescription","balance","compBalance","roomTypeCharged","depositPayments","guestServiceStatus","scheduledCheckoutTime","roomNumberLocked","pseudoRoom","assignedByAI","upgradedByAI","roomAvailableNights"]},"OracleTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true}},"required":["startDate","endDate","duration"]},"OracleExpectedTimesEmbeddable":{"type":"object","properties":{"reservationExpectedArrivalTime":{"format":"date-time","type":"string","nullable":true},"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true}},"required":["reservationExpectedArrivalTime","reservationExpectedDepartureTime"]},"OracleTotalPointsEmbeddable":{"type":"object","properties":{"awardsType":{"type":"string","nullable":true},"points":{"type":"number","nullable":true}},"required":["awardsType","points"]},"OracleReservationBlockEmbeddable":{"type":"object","properties":{"blockIdList":{"nullable":true,"type":"array","items":{"type":"string"}},"blockName":{"type":"string","nullable":true},"hotelId":{"type":"string","nullable":true}},"required":["blockIdList","blockName","hotelId"]},"OracleGuaranteeEmbeddable":{"type":"object","properties":{"guaranteeCode":{"type":"string","nullable":true},"shortDescription":{"type":"string","nullable":true},"onHold":{"type":"boolean","nullable":true}},"required":["guaranteeCode","shortDescription","onHold"]},"OraclePromotionEmbeddable":{"type":"object","properties":{"promotionCode":{"type":"string","nullable":true},"promotionName":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}},"required":["promotionCode","promotionName","couponCode"]},"OracleDepartureReservationInfoEmbeddable":{"type":"object","properties":{"reservationExpectedDepartureTime":{"format":"date-time","type":"string","nullable":true},"reservationStatus":{"type":"string","nullable":true}},"required":["reservationExpectedDepartureTime","reservationStatus"]},"OracleReservationGuestEmbeddable":{"type":"object","properties":{"membership":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleMembershipDetailsEmbeddable"}]},"namePrefix":{"type":"string","nullable":true},"givenName":{"type":"string","nullable":true},"alternateGivenName":{"type":"string","nullable":true},"middleName":{"type":"string","nullable":true},"surname":{"type":"string","nullable":true},"alternateSurname":{"type":"string","nullable":true},"nameTitle":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"birthDate":{"format":"date-time","type":"string","nullable":true},"language":{"type":"string","nullable":true},"nationality":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleNationalityEmbeddable"}]},"vip":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleVIPEmbeddable"}]},"address":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestAddressEmbeddable"}]},"anonymization":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAnonymizationEmbeddable"}]},"accompanyGuests":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleAccompanyGuestEmbeddable"}},"guestLastStayInformation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestLastStayInformationEmbeddable"}]},"guestRestrictedCode":{"type":"string","nullable":true},"guestRestrictedReasonDesc":{"type":"string","nullable":true},"guestRestricted":{"type":"boolean","nullable":true},"registrationCardNo":{"type":"string","nullable":true},"nameType":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["membership","namePrefix","givenName","alternateGivenName","middleName","surname","alternateSurname","nameTitle","fullName","phoneNumber","email","birthDate","language","nationality","vip","address","anonymization","accompanyGuests","guestLastStayInformation","guestRestrictedCode","guestRestrictedReasonDesc","guestRestricted","registrationCardNo","nameType","id","type"]},"OracleSharedGuestEmbeddable":{"type":"object","properties":{"profileId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleProfileIdEmbeddable"}]},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"fullName":{"type":"string","nullable":true}},"required":["profileId","firstName","lastName","fullName"]},"OracleProfileIdEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"idExtension":{"type":"number","nullable":true}},"required":["type","id","idExtension"]},"OracleAttachedProfileEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"profileIdList":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}},"reservationProfileType":{"type":"string","nullable":true}},"required":["name","profileIdList","reservationProfileType"]},"OracleReservationPaymentMethodEmbeddable":{"type":"object","properties":{"paymentCard":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePaymentCardEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"authorizationRule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizationRuleEmbeddable"}]},"emailFolioInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailFolioInfoEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"folioView":{"type":"number","nullable":true}},"required":["paymentCard","balance","authorizationRule","emailFolioInfo","paymentMethod","description","folioView"]},"OraclePaymentCardEmbeddable":{"type":"object","properties":{"cardId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"currentAuthorizedAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalAmountNeeded":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"approvalCode":{"type":"string","nullable":true},"cardType":{"type":"string","nullable":true},"userDefinedCardType":{"type":"string","nullable":true},"cardNumber":{"type":"string","nullable":true},"cardNumberMasked":{"type":"string","nullable":true},"cardNumberLast4Digits":{"type":"string","nullable":true},"expirationDate":{"format":"date-time","type":"string","nullable":true},"expirationDateMasked":{"type":"string","nullable":true},"expirationDateExpired":{"type":"boolean","nullable":true},"cardHolderName":{"type":"string","nullable":true},"storeToCreditCardWallet":{"type":"boolean","nullable":true},"processing":{"type":"string","nullable":true},"swiped":{"type":"boolean","nullable":true},"cardPresent":{"type":"boolean","nullable":true},"cardOrToken":{"type":"string","nullable":true},"citId":{"type":"string","nullable":true}},"required":["cardId","currentAuthorizedAmount","approvalAmountNeeded","approvalCode","cardType","userDefinedCardType","cardNumber","cardNumberMasked","cardNumberLast4Digits","expirationDate","expirationDateMasked","expirationDateExpired","cardHolderName","storeToCreditCardWallet","processing","swiped","cardPresent","cardOrToken","citId"]},"OracleAuthorizationRuleEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"percent":{"type":"number","nullable":true}},"required":["code","amount","percent"]},"OracleEmailFolioInfoEmbeddable":{"type":"object","properties":{"email":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailEmbeddable"}]},"emailFolio":{"type":"boolean","nullable":true},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","emailFolio","id","type"]},"OracleEmailEmbeddable":{"type":"object","properties":{"emailAddress":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"emailFormat":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true}},"required":["emailAddress","type","typeDescription","emailFormat","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId"]},"OracleReservationFolioWindowEmbeddable":{"type":"object","properties":{"payeeInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePayeeInfoEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"paymentMethod":{"type":"string","nullable":true},"folioWindowNo":{"type":"number","nullable":true}},"required":["payeeInfo","balance","paymentMethod","folioWindowNo"]},"OraclePayeeInfoEmbeddable":{"type":"object","properties":{"payeeId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"payeeName":{"type":"string","nullable":true},"payeeAddress":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAddressEmbeddable"}]}},"required":["payeeId","payeeName","payeeAddress"]},"OracleAddressEmbeddable":{"type":"object","properties":{"isValidated":{"type":"boolean","nullable":true},"addressLine":{"nullable":true,"type":"array","items":{"type":"string"}},"cityName":{"type":"string","nullable":true},"postalCode":{"type":"string","nullable":true},"cityExtension":{"type":"string","nullable":true},"county":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"country":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCountryEmbeddable"}]},"language":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"typeDescription":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"updateReservations":{"type":"boolean","nullable":true},"barCode":{"type":"string","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true},"regionCode":{"type":"string","nullable":true}},"required":["isValidated","addressLine","cityName","postalCode","cityExtension","county","state","country","language","type","typeDescription","primaryInd","updateReservations","barCode","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate","regionCode"]},"OracleCommissionsInfoEmbeddable":{"type":"object","properties":{"commissionsPaid":{"type":"boolean","nullable":true},"commissionNotesAvailable":{"type":"boolean","nullable":true}},"required":["commissionsPaid","commissionNotesAvailable"]},"OracleDisplayColorDetailsEmbeddable":{"type":"object","properties":{"displayColor":{"type":"string","nullable":true},"colorDefinition":{"type":"string","nullable":true},"colorDescription":{"type":"string","nullable":true}},"required":["displayColor","colorDefinition","colorDescription"]},"OracleReservationIndicatorEmbeddable":{"type":"object","properties":{"indicatorName":{"type":"string","nullable":true},"count":{"type":"number","nullable":true}},"required":["indicatorName","count"]},"OracleSearchMatchEmbeddable":{"type":"object","properties":{"attribute":{"type":"string","nullable":true},"value":{"type":"string","nullable":true}},"required":["attribute","value"]},"OracleSourceOfSaleEmbeddable":{"type":"object","properties":{"sourceType":{"type":"string","nullable":true},"sourceCode":{"type":"string","nullable":true}},"required":["sourceType","sourceCode"]},"OracleWaitlistEmbeddable":{"type":"object","properties":{"reasonDescription":{"type":"string","nullable":true},"priorityDescription":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"reasonCode":{"type":"string","nullable":true},"priorityCode":{"type":"string","nullable":true},"telephone":{"type":"string","nullable":true}},"required":["reasonDescription","priorityDescription","description","reasonCode","priorityCode","telephone"]},"OracleQueueEmbeddable":{"type":"object","properties":{"timeSpan":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleQueueTimeSpanEmbeddable"}]},"guestTextInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleGuestTextInfoEmbeddable"}]},"priority":{"type":"number","nullable":true},"averageQueueTimeToCheckIn":{"type":"number","nullable":true},"averageQueueTimeCurrentReservations":{"type":"number","nullable":true},"queueDate":{"format":"date-time","type":"string","nullable":true}},"required":["timeSpan","guestTextInfo","priority","averageQueueTimeToCheckIn","averageQueueTimeCurrentReservations","queueDate"]},"OracleQueueTimeSpanEmbeddable":{"type":"object","properties":{"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"duration":{"type":"string","nullable":true},"durationInSeconds":{"type":"number","nullable":true}},"required":["startDate","endDate","duration","durationInSeconds"]},"OracleGuestTextInfoEmbeddable":{"type":"object","properties":{"sentTime":{"format":"date-time","type":"string","nullable":true},"sentBy":{"type":"string","nullable":true}},"required":["sentTime","sentBy"]},"OracleHousekeepingEmbeddable":{"type":"object","properties":{"instructions":{"type":"string","nullable":true},"turndownRequested":{"type":"boolean","nullable":true},"expectedServiceTime":{"type":"string","nullable":true},"roomStatus":{"type":"string","nullable":true},"frontOfficeStatus":{"type":"string","nullable":true},"housekeepingStatus":{"type":"string","nullable":true}},"required":["instructions","turndownRequested","expectedServiceTime","roomStatus","frontOfficeStatus","housekeepingStatus"]},"OracleCashieringEmbeddable":{"type":"object","properties":{"revenuesAndBalances":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRevenuesAndBalancesEmbeddable"}]},"billingPrivileges":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBillingPrivilegesEmbeddable"}]},"taxType":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTaxTypeEmbeddable"}]},"bedTaxReporting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleBedTaxReportingEmbeddable"}]},"folioTexts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleFolioTextEmbeddable"}},"compAccounting":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleCompAccountingEmbeddable"}]},"reservationPreConfiguredRoutingInstruction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationPreConfiguredRoutingInstructionEmbeddable"}]},"lastRoomAndTaxPostedDate":{"format":"date-time","type":"string","nullable":true},"reverseCheckInAllowed":{"type":"boolean","nullable":true},"reverseAdvanceCheckInAllowed":{"type":"boolean","nullable":true},"transactionsPosted":{"type":"boolean","nullable":true}},"required":["revenuesAndBalances","billingPrivileges","taxType","bedTaxReporting","folioTexts","compAccounting","reservationPreConfiguredRoutingInstruction","lastRoomAndTaxPostedDate","reverseCheckInAllowed","reverseAdvanceCheckInAllowed","transactionsPosted"]},"OracleRevenuesAndBalancesEmbeddable":{"type":"object","properties":{"totalFixedCharge":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalPayment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"roomRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"foodAndBevRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"otherRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"nonRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"totalRevenue":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"balance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]},"compBalance":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleRateEmbeddable"}]}},"required":["totalFixedCharge","totalPayment","roomRevenue","foodAndBevRevenue","otherRevenue","nonRevenue","totalRevenue","balance","compBalance"]},"OracleBillingPrivilegesEmbeddable":{"type":"object","properties":{"postingRestriction":{"type":"boolean","nullable":true},"preStayCharging":{"type":"boolean","nullable":true},"postStayCharging":{"type":"boolean","nullable":true},"videoCheckout":{"type":"boolean","nullable":true},"allowAutoCheckin":{"type":"boolean","nullable":true},"autoSettlement":{"type":"boolean","nullable":true},"autoSettlementType":{"type":"string","nullable":true},"autoSettlementFreq":{"type":"number","nullable":true},"creditLimitAutoPay":{"type":"boolean","nullable":true}},"required":["postingRestriction","preStayCharging","postStayCharging","videoCheckout","allowAutoCheckin","autoSettlement","autoSettlementType","autoSettlementFreq","creditLimitAutoPay"]},"OracleTaxTypeEmbeddable":{"type":"object","properties":{"code":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["code","description"]},"OracleBedTaxReportingEmbeddable":{"type":"object","properties":{"taxRegistrationNo":{"type":"number","nullable":true}},"required":["taxRegistrationNo"]},"OracleFolioTextEmbeddable":{"type":"object","properties":{"text":{"type":"string","nullable":true},"row":{"type":"number","nullable":true}},"required":["text","row"]},"OracleCompAccountingEmbeddable":{"type":"object","properties":{"compType":{"type":"string","nullable":true},"authorizer":{"type":"string","nullable":true},"compPostings":{"type":"string","nullable":true}},"required":["compType","authorizer","compPostings"]},"OracleReservationPreConfiguredRoutingInstructionEmbeddable":{"type":"object","properties":{"authorizerInfo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleAuthorizerInfoEmbeddable"}]},"ratePlanCode":{"type":"string","nullable":true},"profileType":{"type":"string","nullable":true},"promotionCode":{"type":"string","nullable":true}},"required":["authorizerInfo","ratePlanCode","profileType","promotionCode"]},"OracleAuthorizerInfoEmbeddable":{"type":"object","properties":{"authorizerId":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleReservationIdEmbeddable"}]},"authorizerUserName":{"type":"string","nullable":true},"authorizerName":{"type":"string","nullable":true},"authorizerRateCode":{"type":"string","nullable":true},"inheritAuthorizerRateCode":{"type":"boolean","nullable":true}},"required":["authorizerId","authorizerUserName","authorizerName","authorizerRateCode","inheritAuthorizerRateCode"]},"OracleDepositEmbeddable":{"type":"object","properties":{"amountPaid":{"type":"number","nullable":true},"dueDate":{"format":"date-time","type":"string","nullable":true},"postingDate":{"format":"date-time","type":"string","nullable":true},"hasPaid":{"type":"boolean","nullable":true},"hasOutstanding":{"type":"boolean","nullable":true},"amountRequired":{"type":"number","nullable":true},"amountOwed":{"type":"number","nullable":true}},"required":["amountPaid","dueDate","postingDate","hasPaid","hasOutstanding","amountRequired","amountOwed"]},"OracleMobileNotificationsEmbeddable":{"type":"object","properties":{"roomReady":{"type":"string","nullable":true},"keyReady":{"type":"string","nullable":true},"checkoutMessageReceived":{"type":"boolean","nullable":true},"requiresAction":{"type":"boolean","nullable":true},"errorMessage":{"type":"string","nullable":true}},"required":["roomReady","keyReady","checkoutMessageReceived","requiresAction","errorMessage"]},"OracleReservationCommunicationEmbeddable":{"type":"object","properties":{"telephones":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleTelephoneInfoEmbeddable"}]},"emails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OracleEmailInfoEmbeddable"}]}},"required":["telephones","emails"]},"OracleTelephoneInfoEmbeddable":{"type":"object","properties":{"telephoneInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleTelephoneEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["telephoneInfo","hasMore","totalResults","count"]},"OracleTelephoneEmbeddable":{"type":"object","properties":{"telephone":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/OraclePhoneNumberEmbeddable"}]},"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["telephone","id","type"]},"OraclePhoneNumberEmbeddable":{"type":"object","properties":{"phoneTechType":{"type":"string","nullable":true},"phoneUseType":{"type":"string","nullable":true},"phoneUseTypeDescription":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"extension":{"type":"string","nullable":true},"primaryInd":{"type":"boolean","nullable":true},"orderSequence":{"type":"number","nullable":true},"createDateTime":{"format":"date-time","type":"string","nullable":true},"creatorId":{"type":"string","nullable":true},"lastModifyDateTime":{"format":"date-time","type":"string","nullable":true},"lastModifierId":{"type":"string","nullable":true},"purgeDate":{"format":"date-time","type":"string","nullable":true}},"required":["phoneTechType","phoneUseType","phoneUseTypeDescription","phoneNumber","extension","primaryInd","orderSequence","createDateTime","creatorId","lastModifyDateTime","lastModifierId","purgeDate"]},"OracleEmailInfoEmbeddable":{"type":"object","properties":{"emailInfo":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/OracleEmailEmbeddable"}},"hasMore":{"type":"boolean","nullable":true},"totalResults":{"type":"number","nullable":true},"count":{"type":"number","nullable":true}},"required":["emailInfo","hasMore","totalResults","count"]},"OracleAdvanceCheckInEmbeddable":{"type":"object","properties":{"advanceCheckedIn":{"type":"boolean","nullable":true},"expectedReturnTime":{"format":"date-time","type":"string","nullable":true},"eTRComments":{"type":"string","nullable":true}},"required":["advanceCheckedIn","expectedReturnTime","eTRComments"]},"OracleCancellationInfoEmbeddable":{"type":"object","properties":{"description":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true}},"required":["description","code","date"]},"OracleFiscalInfoEmbeddable":{"type":"object","properties":{"partnerCode":{"type":"string","nullable":true},"fiscalStatus":{"type":"string","nullable":true},"fiscalPayloadType":{"type":"string","nullable":true}},"required":["partnerCode","fiscalStatus","fiscalPayloadType"]},"PartouchePurchaseMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"number","nullable":true},"unique_id":{"type":"string","nullable":true},"id_contact":{"type":"string","nullable":true},"visits_last_casino":{"type":"string","nullable":true},"visits_last_date":{"format":"date-time","type":"string","nullable":true},"visits_7_day":{"type":"number","nullable":true},"visits_1_month":{"type":"number","nullable":true},"visits_3_month":{"type":"number","nullable":true},"visits_6_month":{"type":"number","nullable":true},"visits_12_month":{"type":"number","nullable":true},"visits_18_month":{"type":"number","nullable":true},"visits_24_month":{"type":"number","nullable":true},"visits_36_month":{"type":"number","nullable":true},"visits_total":{"type":"number","nullable":true}},"required":["id","unique_id","id_contact","visits_last_casino","visits_last_date","visits_7_day","visits_1_month","visits_3_month","visits_6_month","visits_12_month","visits_18_month","visits_24_month","visits_36_month","visits_total"]},"ComoPurchaseMetadatasEmbeddable":{"type":"object","properties":{"BusinessLogo":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"CurrencySymbol":{"type":"string","nullable":true},"UserAction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserActionEmbeddable"}]},"TextDirection":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"MemberIndex":{"type":"string","nullable":true},"Purchase":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookPurchaseEmbeddable"}]},"RegionIsoCode":{"type":"string","nullable":true},"BusinessName":{"type":"string","nullable":true},"RelativeSum":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"CurrencyIsoCode":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"TimeZone":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"TotalSum":{"type":"string","nullable":true},"Rule":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookRuleEmbeddable"}]},"Confirmation":{"type":"string","nullable":true}},"required":["BusinessLogo","UserKey","LocationID","BranchID","Source","CurrencySymbol","UserAction","TextDirection","PosID","PurchaseKey","MemberIndex","Purchase","RegionIsoCode","BusinessName","RelativeSum","MembershipKey","CurrencyIsoCode","TimeStamp","TimeZone","NumOfMembers","TotalSum","Rule","Confirmation"]},"ComoApiWebhookUserActionEmbeddable":{"type":"object","properties":{"Labels":{"type":"object","nullable":true},"Action":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"ApiKey":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"type":"string","nullable":true},"PurchaseUID":{"type":"string","nullable":true},"LocationID":{"type":"string","nullable":true},"Verification":{"type":"string","nullable":true},"MembershipKey":{"type":"string","nullable":true},"Public":{"type":"string","nullable":true},"BranchID":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"Source":{"type":"string","nullable":true},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"PurchaseKey":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"CreatedOn":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true}},"required":["Labels","Action","TransactionSourceName","ApiKey","TransactionSource","LastUpdate","UserKey","PurchaseUID","LocationID","Verification","MembershipKey","Public","BranchID","TimeStamp","Source","TransactionID","PosID","PurchaseKey","Kind","CreatedOn","Key"]},"ComoApiWebhookPurchaseEmbeddable":{"type":"object","properties":{"TransactionSourceVersion":{"type":"string","nullable":true},"ItemKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"ApiKey":{"type":"string","nullable":true},"LastUpdate":{"type":"string","nullable":true},"UserKey":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ComoApiWebhookUserKeyEmbeddable"}]},"BranchID":{"type":"string","nullable":true},"UserKeys":{"nullable":true,"type":"array","items":{"type":"string"}},"TransactionID":{"type":"string","nullable":true},"PosID":{"type":"string","nullable":true},"Kind":{"type":"string","nullable":true},"Items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookPurchaseItemEmbeddable"}},"CreatedOn":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"TransactionSourceName":{"type":"string","nullable":true},"TransactionSource":{"type":"string","nullable":true},"Cancelled":{"type":"string","nullable":true},"Cashier":{"type":"string","nullable":true},"TimeStamp":{"type":"string","nullable":true},"EntityId":{"type":"string","nullable":true},"UID":{"type":"string","nullable":true},"NumOfMembers":{"type":"string","nullable":true},"RedeemItemsResponse":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemResponseEmbeddable"}},"TotalSum":{"type":"string","nullable":true},"UsedGeneralMembership":{"type":"string","nullable":true},"RedeemItems":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ComoApiWebhookRedeemItemEmbeddable"}},"IsCancellation":{"type":"string","nullable":true},"Key":{"type":"string","nullable":true},"BusinessID":{"type":"string","nullable":true},"MembershipKeys":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["TransactionSourceVersion","ItemKeys","ApiKey","LastUpdate","UserKey","BranchID","UserKeys","TransactionID","PosID","Kind","Items","CreatedOn","Status","TransactionSourceName","TransactionSource","Cancelled","Cashier","TimeStamp","EntityId","UID","NumOfMembers","RedeemItemsResponse","TotalSum","UsedGeneralMembership","RedeemItems","IsCancellation","Key","BusinessID","MembershipKeys"]},"ComoApiWebhookUserKeyEmbeddable":{"type":"object","properties":{"kind":{"type":"string","nullable":true},"appId":{"type":"string","nullable":true},"namespace":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"complete":{"type":"string","nullable":true}},"required":["kind","appId","namespace","id","complete"]},"ComoApiWebhookPurchaseItemEmbeddable":{"type":"object","properties":{"DepartmentCode":{"type":"string","nullable":true},"ItemCode":{"type":"string","nullable":true},"Action":{"type":"string","nullable":true},"LineID":{"type":"string","nullable":true},"Price":{"type":"string","nullable":true},"GrossPrice":{"type":"string","nullable":true},"ItemName":{"type":"string","nullable":true},"DepartmentName":{"type":"string","nullable":true},"Quantity":{"type":"string","nullable":true}},"required":["DepartmentCode","ItemCode","Action","LineID","Price","GrossPrice","ItemName","DepartmentName","Quantity"]},"ComoApiWebhookRedeemItemResponseEmbeddable":{"type":"object","properties":{"redeemResponseVersion":{"type":"string","nullable":true},"Result":{"type":"string","nullable":true}},"required":["redeemResponseVersion","Result"]},"ComoApiWebhookRedeemItemEmbeddable":{"type":"object","properties":{"AssetKey":{"type":"string","nullable":true},"AppliedAmount":{"type":"string","nullable":true}},"required":["AssetKey","AppliedAmount"]},"ComoApiWebhookRuleEmbeddable":{"type":"object","properties":{"ID":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true}},"required":["ID","Tag"]},"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"AutoGestionPurchaseMetadatasEmbeddable":{"type":"object","properties":{"vehicle":{"$ref":"#/components/schemas/AutoGestionVehicleItemEmbeddable"},"depositary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"seller":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"}]},"buyer":{"$ref":"#/components/schemas/AutoGestionCustomerMetadatasEmbeddable"},"transaction":{"$ref":"#/components/schemas/AutoGestionTransactionDetailsEmbeddable"},"company":{"$ref":"#/components/schemas/AutoGestionPurchaseCompanyEmbeddable"}},"required":["vehicle","depositary","seller","buyer","transaction","company"]},"AutoGestionVehicleItemEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"carmaker":{"type":"string"},"model":{"type":"string"},"energy":{"type":"string"},"motorisation":{"type":"string"},"transmission":{"type":"string"},"finishing":{"type":"string","nullable":true}},"required":["id","carmaker","model","energy","motorisation","transmission","finishing"]},"AutoGestionTransactionDetailsEmbeddable":{"type":"object","properties":{"transaction_type":{"allOf":[{"$ref":"#/components/schemas/AutoGestionTransactionType"}]},"transaction_date":{"type":"string"}},"required":["transaction_type","transaction_date"]},"AutoGestionTransactionType":{"type":"string","enum":["deposit_sale","sale"]},"AutoGestionPurchaseCompanyEmbeddable":{"type":"object","properties":{"id":{"type":"string"}},"required":["id"]},"TheForkPurchaseMetadatasEmbeddable":{"type":"object","properties":{"status":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationStatus"}]},"reservationChannel":{"allOf":[{"$ref":"#/components/schemas/TheForkReservationChannel"}]},"reservationUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"mealDate":{"type":"string"},"partySize":{"type":"number"},"offerUuid":{"type":"string","nullable":true},"customerNote":{"type":"string","nullable":true},"customerUuid":{"type":"string","nullable":true},"customFields":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationCustomFieldEmbeddable"}},"offerDetails":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationOfferDetailsEmbeddable"}]},"utmTrackingInformation":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TheForkReservationUtmTrackingEmbeddable"}},"billAmount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReservationBillAmountEmbeddable"}]},"createdAt":{"type":"string"},"updatedAt":{"type":"string","nullable":true}},"required":["status","reservationChannel","reservationUuid","restaurantUuid","mealDate","partySize","offerUuid","customerNote","customerUuid","customFields","offerDetails","utmTrackingInformation","billAmount","createdAt","updatedAt"]},"TheForkReservationStatus":{"type":"string","enum":["RECORDED","CONFIRMED","CANCELED","NO_SHOW","REQUESTED","REFUSED","REJECTED"]},"TheForkReservationChannel":{"type":"string","enum":["TripAdvisor","Michelin","Booking Module","Offline","TheFork","TheFork Manager API","Walk-in","Google","Cross Sell"]},"TheForkReservationCustomFieldEmbeddable":{"type":"object","properties":{"labelUuid":{"type":"string"},"label":{"type":"string"},"type":{"type":"object"},"value":{"type":"string"},"valueUuid":{"type":"string","nullable":true}},"required":["labelUuid","label","type","value","valueUuid"]},"TheForkReservationOfferDetailsEmbeddable":{"type":"object","properties":{"offerType":{"type":"object"},"name":{"type":"object","nullable":true},"discountPercentage":{"type":"number","nullable":true},"presetMenuType":{"type":"object"},"price":{"type":"number","nullable":true},"currency":{"type":"string","nullable":true}},"required":["offerType","name","discountPercentage","presetMenuType","price","currency"]},"TheForkReservationUtmTrackingEmbeddable":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}},"required":["key","value"]},"TheForkReservationBillAmountEmbeddable":{"type":"object","properties":{"totalPrice":{"type":"number"},"currency":{"type":"string"}},"required":["totalPrice","currency"]},"Chr365PurchaseMetadatasEmbeddable":{"type":"object","properties":{"type":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"externalId":{"type":"string","nullable":true},"createdAt":{"format":"date-time","type":"string","nullable":true},"date":{"format":"date-time","type":"string","nullable":true},"startDate":{"format":"date-time","type":"string","nullable":true},"endDate":{"format":"date-time","type":"string","nullable":true},"isEnded":{"type":"boolean","nullable":true},"stayData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365StayEmbeddable"}]},"visitData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365VisitEmbeddable"}]},"bookingData":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365BookingEmbeddable"}]},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["type","hospitalityUnitUuid","externalId","createdAt","date","startDate","endDate","isEnded","stayData","visitData","bookingData","client"]},"Chr365StayEmbeddable":{"type":"object","properties":{"hospitalityUnitUuid":{"type":"string","nullable":true},"bookingStatus":{"type":"string","nullable":true},"bookingUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"acquisitonChannel":{"type":"string","nullable":true},"isCheckedIn":{"type":"boolean","nullable":true},"checkedInAt":{"type":"string","nullable":true},"arrivalDateTime":{"type":"string","nullable":true},"isCheckout":{"type":"boolean","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]},"nights":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/Chr365StayNightEmbeddable"}}},"required":["hospitalityUnitUuid","bookingStatus","bookingUuid","createdAt","startDate","endDate","acquisitonChannel","isCheckedIn","checkedInAt","arrivalDateTime","isCheckout","client","nights"]},"Chr365CustomerEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"nationality":{"type":"string","nullable":true},"address":{"type":"string","nullable":true},"zipCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"phonePrefix":{"type":"string","nullable":true},"age":{"type":"number","nullable":true},"language":{"type":"string","nullable":true}},"required":["uuid","lastName","firstName","email","nationality","address","zipCode","city","phone","gender","phonePrefix","age","language"]},"Chr365StayNightEmbeddable":{"type":"object","properties":{"adultCount":{"type":"number","nullable":true},"childrenCount":{"type":"number","nullable":true},"startDate":{"type":"string","nullable":true},"endDate":{"type":"string","nullable":true},"ratePlan":{"type":"string","nullable":true}},"required":["adultCount","childrenCount","startDate","endDate","ratePlan"]},"Chr365VisitEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"guestCount":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","createdAt","guestCount","dateTime","hospitalityUnitUuid","client"]},"Chr365BookingEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"posUuid":{"type":"string","nullable":true},"hospitalityUnitUuid":{"type":"string","nullable":true},"createdAt":{"type":"string","nullable":true},"bookedSeats":{"type":"number","nullable":true},"dateTime":{"type":"string","nullable":true},"client":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/Chr365CustomerEmbeddable"}]}},"required":["uuid","type","posUuid","hospitalityUnitUuid","createdAt","bookedSeats","dateTime","client"]},"PartnerPurchaseCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The PartnerImportPurchaseDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerImportPurchaseDto":{"type":"object","properties":{"externalId":{"type":"string","description":"External identifier (from another system, e.g. e-commerce order ID)","nullable":true},"metadata":{"type":"object","description":"Additional metadata to store with the purchase"},"storeId":{"type":"string","description":"Store identifier","format":"uuid"},"customerId":{"type":"string","description":"Customer identifier","format":"uuid"},"date":{"format":"date-time","type":"string","description":"Date of the purchase"},"startDate":{"format":"date-time","type":"string","description":"Start date of the purchase (e.g. for a service)"},"endDate":{"format":"date-time","type":"string","description":"End date of the purchase (e.g. for a service)"}},"required":["storeId","customerId","date","startDate","endDate"]}}}}
```

## The PartnerImportPurchaseBatchDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerImportPurchaseBatchDto":{"type":"object","properties":{"batch":{"maxItems":100,"type":"array","items":{"$ref":"#/components/schemas/PartnerImportPurchaseDto"}}},"required":["batch"]},"PartnerImportPurchaseDto":{"type":"object","properties":{"externalId":{"type":"string","description":"External identifier (from another system, e.g. e-commerce order ID)","nullable":true},"metadata":{"type":"object","description":"Additional metadata to store with the purchase"},"storeId":{"type":"string","description":"Store identifier","format":"uuid"},"customerId":{"type":"string","description":"Customer identifier","format":"uuid"},"date":{"format":"date-time","type":"string","description":"Date of the purchase"},"startDate":{"format":"date-time","type":"string","description":"Start date of the purchase (e.g. for a service)"},"endDate":{"format":"date-time","type":"string","description":"End date of the purchase (e.g. for a service)"}},"required":["storeId","customerId","date","startDate","endDate"]}}}}
```

## The PartnerProcessPurchaseDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerProcessPurchaseDto":{"type":"object","properties":{"purchaseId":{"type":"string","description":"ID of the purchase to process","format":"uuid"}},"required":["purchaseId"]}}}}
```

## The SurveySendingType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveySendingType":{"type":"string","enum":["SMS","EMAIL","WHATSAPP","EXTERNAL"],"description":"Type of survey sending"}}}}
```

## The SurveyTrackerStatus object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyTrackerStatus":{"type":"string","enum":["SCHEDULED","SENDING","SENT","DELIVERED","SPAMMED","BOUNCED","OPENED","LINK CLICKED","FAILED","MISSING CREDIT","CLOSED","REDIRECTED","PROCESSED"],"description":"Status of the survey tracker"}}}}
```

## The PartnerSurveyTracker object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyTracker":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"surveyId":{"type":"string","description":"Survey identifier"},"surveyName":{"type":"string","description":"Survey name"},"sendAt":{"format":"date-time","type":"string","description":"Estimate send date"},"sentAt":{"format":"date-time","type":"string","nullable":true,"description":"Actual send date when survey was sent","default":null},"resendAt":{"format":"date-time","type":"string","nullable":true,"description":"Date of resending the survey if it has not been completed within the time specified in the configuration","default":null},"resent":{"type":"boolean","description":"Determines whether a resend has been performed"},"sendingIndex":{"type":"number","description":"Index of the sending attempt (0 = first send, 1 = first resend, etc.)"},"customerId":{"type":"string","description":"Identifier of the customer associated with the survey tracker"},"purchaseId":{"type":"string","description":"Identifier of the purchase associated with the survey tracker"},"sendingType":{"description":"Type of survey sending","allOf":[{"$ref":"#/components/schemas/SurveySendingType"}]},"status":{"description":"Status of the survey tracker","allOf":[{"$ref":"#/components/schemas/SurveyTrackerStatus"}]},"link":{"type":"string","nullable":true,"description":"Link to access the survey\nOnly available after the survey has been sent","default":null},"newReviewLink":{"type":"string","nullable":true,"description":"Link of the external review page, if available (eg. Google Reviews)","default":null},"sentTo":{"type":"string","nullable":true,"description":"Email or phone number the survey was sent to\nOnly available after the survey has been sent","default":null},"switchedToSms":{"type":"boolean","description":"Indicates whether the survey was switched to SMS after failed whatsapp attempts"},"clicks":{"type":"number","description":"Number of clicks on the survey link"},"uniqueClicks":{"type":"number","description":"Number of unique clicks on the survey link"}},"required":["id","createdAt","updatedAt","surveyId","surveyName","sendAt","sentAt","resendAt","resent","sendingIndex","customerId","purchaseId","sendingType","status","link","newReviewLink","sentTo","switchedToSms","clicks","uniqueClicks"]},"SurveySendingType":{"type":"string","enum":["SMS","EMAIL","WHATSAPP","EXTERNAL"],"description":"Type of survey sending"},"SurveyTrackerStatus":{"type":"string","enum":["SCHEDULED","SENDING","SENT","DELIVERED","SPAMMED","BOUNCED","OPENED","LINK CLICKED","FAILED","MISSING CREDIT","CLOSED","REDIRECTED","PROCESSED"],"description":"Status of the survey tracker"}}}}
```

## The PartnerSurveyTrackerListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyTrackerListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1},"fromSendAt":{"type":"string","description":"Date range start (sendAt)","nullable":true},"toSendAt":{"type":"string","description":"Date range end (sendAt)","nullable":true},"purchases":{"description":"Purchase IDs to filter survey trackers","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"customers":{"description":"Customer IDs to filter survey trackers","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"statuses":{"description":"Statuses to filter survey trackers","minItems":1,"items":{"type":"string","enum":["SCHEDULED","SENDING","SENT","DELIVERED","SPAMMED","BOUNCED","OPENED","LINK CLICKED","FAILED","MISSING CREDIT","CLOSED","REDIRECTED","PROCESSED"]},"nullable":true,"type":"array"},"sendingTypes":{"description":"Sending types to filter survey trackers","minItems":1,"items":{"type":"string","enum":["SMS","EMAIL","WHATSAPP","EXTERNAL"]},"nullable":true,"type":"array"}}}}}}
```

## The PartnerSurveyTrackerListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyTrackerListingOutput":{"type":"object","properties":{"items":{"description":"List of survey trackers","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyTracker"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerSurveyTracker":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"surveyId":{"type":"string","description":"Survey identifier"},"surveyName":{"type":"string","description":"Survey name"},"sendAt":{"format":"date-time","type":"string","description":"Estimate send date"},"sentAt":{"format":"date-time","type":"string","nullable":true,"description":"Actual send date when survey was sent","default":null},"resendAt":{"format":"date-time","type":"string","nullable":true,"description":"Date of resending the survey if it has not been completed within the time specified in the configuration","default":null},"resent":{"type":"boolean","description":"Determines whether a resend has been performed"},"sendingIndex":{"type":"number","description":"Index of the sending attempt (0 = first send, 1 = first resend, etc.)"},"customerId":{"type":"string","description":"Identifier of the customer associated with the survey tracker"},"purchaseId":{"type":"string","description":"Identifier of the purchase associated with the survey tracker"},"sendingType":{"description":"Type of survey sending","allOf":[{"$ref":"#/components/schemas/SurveySendingType"}]},"status":{"description":"Status of the survey tracker","allOf":[{"$ref":"#/components/schemas/SurveyTrackerStatus"}]},"link":{"type":"string","nullable":true,"description":"Link to access the survey\nOnly available after the survey has been sent","default":null},"newReviewLink":{"type":"string","nullable":true,"description":"Link of the external review page, if available (eg. Google Reviews)","default":null},"sentTo":{"type":"string","nullable":true,"description":"Email or phone number the survey was sent to\nOnly available after the survey has been sent","default":null},"switchedToSms":{"type":"boolean","description":"Indicates whether the survey was switched to SMS after failed whatsapp attempts"},"clicks":{"type":"number","description":"Number of clicks on the survey link"},"uniqueClicks":{"type":"number","description":"Number of unique clicks on the survey link"}},"required":["id","createdAt","updatedAt","surveyId","surveyName","sendAt","sentAt","resendAt","resent","sendingIndex","customerId","purchaseId","sendingType","status","link","newReviewLink","sentTo","switchedToSms","clicks","uniqueClicks"]},"SurveySendingType":{"type":"string","enum":["SMS","EMAIL","WHATSAPP","EXTERNAL"],"description":"Type of survey sending"},"SurveyTrackerStatus":{"type":"string","enum":["SCHEDULED","SENDING","SENT","DELIVERED","SPAMMED","BOUNCED","OPENED","LINK CLICKED","FAILED","MISSING CREDIT","CLOSED","REDIRECTED","PROCESSED"],"description":"Status of the survey tracker"},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The PartnerGenerateSurveyTrackerDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerGenerateSurveyTrackerDto":{"type":"object","properties":{"surveyId":{"type":"string","nullable":true,"description":"Optional survey ID to filter the search for matching surveys.\nPlease note that the survey must be valid for the specific purchase.\nOtherwise, an error will be returned.","format":"uuid"},"purchaseId":{"type":"string","description":"Purchase identifier to generate the survey link for","format":"uuid"}},"required":["purchaseId"]}}}}
```

## The PartnerSurveyTrackerGenerationOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyTrackerGenerationOutput":{"type":"object","properties":{"items":{"description":"List of generated survey trackers","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyTracker"}}},"required":["items"]},"PartnerSurveyTracker":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"surveyId":{"type":"string","description":"Survey identifier"},"surveyName":{"type":"string","description":"Survey name"},"sendAt":{"format":"date-time","type":"string","description":"Estimate send date"},"sentAt":{"format":"date-time","type":"string","nullable":true,"description":"Actual send date when survey was sent","default":null},"resendAt":{"format":"date-time","type":"string","nullable":true,"description":"Date of resending the survey if it has not been completed within the time specified in the configuration","default":null},"resent":{"type":"boolean","description":"Determines whether a resend has been performed"},"sendingIndex":{"type":"number","description":"Index of the sending attempt (0 = first send, 1 = first resend, etc.)"},"customerId":{"type":"string","description":"Identifier of the customer associated with the survey tracker"},"purchaseId":{"type":"string","description":"Identifier of the purchase associated with the survey tracker"},"sendingType":{"description":"Type of survey sending","allOf":[{"$ref":"#/components/schemas/SurveySendingType"}]},"status":{"description":"Status of the survey tracker","allOf":[{"$ref":"#/components/schemas/SurveyTrackerStatus"}]},"link":{"type":"string","nullable":true,"description":"Link to access the survey\nOnly available after the survey has been sent","default":null},"newReviewLink":{"type":"string","nullable":true,"description":"Link of the external review page, if available (eg. Google Reviews)","default":null},"sentTo":{"type":"string","nullable":true,"description":"Email or phone number the survey was sent to\nOnly available after the survey has been sent","default":null},"switchedToSms":{"type":"boolean","description":"Indicates whether the survey was switched to SMS after failed whatsapp attempts"},"clicks":{"type":"number","description":"Number of clicks on the survey link"},"uniqueClicks":{"type":"number","description":"Number of unique clicks on the survey link"}},"required":["id","createdAt","updatedAt","surveyId","surveyName","sendAt","sentAt","resendAt","resent","sendingIndex","customerId","purchaseId","sendingType","status","link","newReviewLink","sentTo","switchedToSms","clicks","uniqueClicks"]},"SurveySendingType":{"type":"string","enum":["SMS","EMAIL","WHATSAPP","EXTERNAL"],"description":"Type of survey sending"},"SurveyTrackerStatus":{"type":"string","enum":["SCHEDULED","SENDING","SENT","DELIVERED","SPAMMED","BOUNCED","OPENED","LINK CLICKED","FAILED","MISSING CREDIT","CLOSED","REDIRECTED","PROCESSED"],"description":"Status of the survey tracker"}}}}
```

## The FormFieldRadiusStyle object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."}}}}
```

## The FontEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]}}}}
```

## The SurveyGeneralStyleEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"zoneColor":{"type":"string","description":"Form zone color."},"starBackgroundColor":{"type":"string","description":"Form star background color."},"starBorderColor":{"type":"string","description":"Form star border color."},"cardBorderColor":{"type":"string","description":"Card border color."},"cardBackgroundColor":{"type":"string","description":"Card background color."},"cardBorderRadius":{"description":"Card border radius style.\n@dev this must never be PILL","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","zoneColor","starBackgroundColor","starBorderColor","cardBorderColor","cardBackgroundColor","cardBorderRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]}}}}
```

## The FormHeaderEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormHeaderEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the form."},"subtitle":{"type":"string","nullable":true,"description":"The subtitle of the form.","default":null}},"required":["title","subtitle"]}}}}
```

## The FormBodyEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormBodyEmbeddable":{"type":"object","properties":{"buttonText":{"type":"string","description":"The text displayed on the form's submit button."}},"required":["buttonText"]}}}}
```

## The FormFooterEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormFooterEmbeddable":{"type":"object","properties":{"display":{"type":"boolean","description":"Whether to display the footer."},"displayLogo":{"type":"boolean","description":"Whether to display the logo in the footer."},"backgroundColor":{"type":"string","description":"The background color of the footer."},"title":{"type":"string","nullable":true,"description":"The title text displayed in the footer.","default":null},"text":{"type":"string","nullable":true,"description":"The main text content of the footer.","default":null},"textColor":{"type":"string","description":"The color of the text in the footer."},"iconColor":{"type":"string","description":"The color of the icon in the footer, if any."},"imagePosition":{"type":"number","description":"The position of the image in the footer."}},"required":["display","displayLogo","backgroundColor","title","text","textColor","iconColor","imagePosition"]}}}}
```

## The FormExternalLinkEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormExternalLinkEmbeddable":{"type":"object","properties":{"website":{"type":"string","nullable":true,"description":"The website URL associated with the form.","default":null},"twitter":{"type":"string","nullable":true,"description":"The Twitter profile URL associated with the form.","default":null},"facebook":{"type":"string","nullable":true,"description":"The Facebook profile URL associated with the form.","default":null},"instagram":{"type":"string","nullable":true,"description":"The Instagram profile URL associated with the form.","default":null},"linkedin":{"type":"string","nullable":true,"description":"The LinkedIn profile URL associated with the form.","default":null}},"required":["website","twitter","facebook","instagram","linkedin"]}}}}
```

## The FormSubmissionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormSubmissionEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the submission."},"subtitle":{"type":"string","description":"The subtitle of the submission."},"titleColor":{"type":"string","description":"The color of the title of the submission."},"subtitleColor":{"type":"string","description":"The color of the subtitle of the submission."}},"required":["title","subtitle","titleColor","subtitleColor"]}}}}
```

## The FormFieldLogicalOperator object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"}}}}
```

## The SurveyFieldType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"}}}}
```

## The PartnerSurveyField object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyField":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"dependencies":{"description":"The field dependencies IDs where this field is dependent on other fields","type":"array","items":{"type":"string"}},"dependencyOf":{"description":"The field dependencies ID where this field is a dependency","type":"array","items":{"type":"string"}},"group":{"type":"string","nullable":true,"description":"The group ID of the field, if any","default":null},"required":{"type":"boolean","description":"Determines if this field is required on submission"},"label":{"type":"string","description":"The label of the field"},"placeholder":{"type":"string","nullable":true,"description":"The placeholder text for the field","default":null},"verticalIndex":{"type":"number","description":"The vertical position index of the field"},"horizontalIndex":{"type":"number","description":"The horizontal position index of the field"},"values":{"nullable":true,"description":"Possible values of the form field.\nOnly used with dropdowns, radio and checkboxes.","default":null,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean","description":"Determines if the field allows other values.\nOnly used with dropdowns, radio and checkboxes."},"allowMinReplies":{"type":"boolean","description":"Determines if the field allows to set a minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"minReplies":{"type":"number","description":"Determines the minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMinReplies is true"},"allowMaxReplies":{"type":"boolean","description":"Determines if the field allows to set a maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"maxReplies":{"type":"number","description":"Determines the maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMaxReplies is true"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"type":{"description":"Survey field type","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]}},"required":["id","createdAt","updatedAt","dependencies","dependencyOf","group","required","label","placeholder","verticalIndex","horizontalIndex","values","allowCustomValue","allowMinReplies","minReplies","allowMaxReplies","maxReplies","operator","type"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"}}}}
```

## The PartnerSurveyFieldGroup object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyFieldGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Group name."},"verticalIndex":{"type":"number","description":"The vertical position index of the group"}},"required":["id","createdAt","updatedAt","name","verticalIndex"]}}}}
```

## The FormFieldComparisonOperator object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The FormDependencyValuesEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The PartnerSurveyFieldDependency object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyFieldDependency":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"field":{"type":"string","description":"The field id that depends on another field"},"dependsOnField":{"type":"string","description":"The field id that this field depends on"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"dependsOnFieldValues":{"description":"If the field is dependent, lists the values of the necessary fields.","type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","createdAt","updatedAt","field","dependsOnField","operator","dependsOnFieldValues"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The SurveyTargetType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyTargetType":{"type":"string","enum":["BRAND","STORE"],"description":"Target type"}}}}
```

## The PartnerSurveyTarget object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyTarget":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"type":{"description":"Target type","allOf":[{"$ref":"#/components/schemas/SurveyTargetType"}]},"enabled":{"type":"boolean","description":"Determines if the survey target is enabled."},"targetId":{"type":"string","description":"Target ID (brand or store)"},"targetName":{"type":"string","description":"Target name (brand or store)"},"newReviewUri":{"type":"string","nullable":true,"description":"External provider new review uri.","default":null}},"required":["id","createdAt","updatedAt","type","enabled","targetId","targetName","newReviewUri"]},"SurveyTargetType":{"type":"string","enum":["BRAND","STORE"],"description":"Target type"}}}}
```

## The SurveySendingChannel object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveySendingChannel":{"type":"string","enum":["SMS","EMAIL","WHATSAPP"],"description":"Determine the sending channels to be used by survey trackers"}}}}
```

## The SurveyResolicitationMode object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyResolicitationMode":{"type":"string","enum":["ACCOUNT","TARGET"],"description":"Determines the mode of resolicitation"}}}}
```

## The SurveyPreRedirectFormType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyPreRedirectFormType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","BUTTON","BINARY"]}}}}
```

## The SurveyTextEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]}}}}
```

## The SurveyButtonConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyButtonConfigEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"},"backgroundColor":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["text","color","backgroundColor","topic"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]}}}}
```

## The SurveyNpsConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyNpsConfigEmbeddable":{"type":"object","properties":{"startText":{"type":"string"},"endText":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["startText","endText","topic"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]}}}}
```

## The SurveyCsatStarConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyCsatStarConfigEmbeddable":{"type":"object","properties":{"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["topic"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]}}}}
```

## The SurveyCsatSmileyConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyCsatSmileyConfigEmbeddable":{"type":"object","properties":{"one":{"type":"string"},"two":{"type":"string"},"three":{"type":"string"},"four":{"type":"string"},"five":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["one","two","three","four","five","topic"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]}}}}
```

## The SurveyBinaryConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyBinaryConfigEmbeddable":{"type":"object","properties":{"satisfied":{"type":"string"},"unsatisfied":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["satisfied","unsatisfied","topic"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]}}}}
```

## The SurveyPreRedirectFormConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyPreRedirectFormConfigEmbeddable":{"type":"object","properties":{"type":{"allOf":[{"$ref":"#/components/schemas/SurveyPreRedirectFormType"}]},"threshold":{"type":"number"},"text":{"$ref":"#/components/schemas/SurveyTextEmbeddable"},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyButtonConfigEmbeddable"}]},"nps":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyNpsConfigEmbeddable"}]},"csatStar":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatStarConfigEmbeddable"}]},"csatSmiley":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatSmileyConfigEmbeddable"}]},"binary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyBinaryConfigEmbeddable"}]}},"required":["type","threshold","text","button","nps","csatStar","csatSmiley","binary"]},"SurveyPreRedirectFormType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","BUTTON","BINARY"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]},"SurveyButtonConfigEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"},"backgroundColor":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["text","color","backgroundColor","topic"]},"SurveyNpsConfigEmbeddable":{"type":"object","properties":{"startText":{"type":"string"},"endText":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["startText","endText","topic"]},"SurveyCsatStarConfigEmbeddable":{"type":"object","properties":{"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["topic"]},"SurveyCsatSmileyConfigEmbeddable":{"type":"object","properties":{"one":{"type":"string"},"two":{"type":"string"},"three":{"type":"string"},"four":{"type":"string"},"five":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["one","two","three","four","five","topic"]},"SurveyBinaryConfigEmbeddable":{"type":"object","properties":{"satisfied":{"type":"string"},"unsatisfied":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["satisfied","unsatisfied","topic"]}}}}
```

## The PartnerSurvey object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurvey":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Internal form name."},"description":{"type":"string","nullable":true,"description":"Internal form description.","default":null},"language":{"description":"Language in which the form is written.\nThis language is used to determine the source language for machine translation.","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"enabled":{"type":"boolean","description":"Determines if the form is enabled."},"autoTranslate":{"type":"boolean","description":"Whether to automatically translate the form."},"generalStyle":{"description":"@inheritDoc","allOf":[{"$ref":"#/components/schemas/SurveyGeneralStyleEmbeddable"}]},"header":{"description":"Form header embeddable.","allOf":[{"$ref":"#/components/schemas/FormHeaderEmbeddable"}]},"body":{"description":"Form body embeddable.","allOf":[{"$ref":"#/components/schemas/FormBodyEmbeddable"}]},"footer":{"description":"Form footer embeddable.","allOf":[{"$ref":"#/components/schemas/FormFooterEmbeddable"}]},"externalLink":{"description":"Form external link embeddable.","allOf":[{"$ref":"#/components/schemas/FormExternalLinkEmbeddable"}]},"submission":{"description":"Form submission embeddable.","allOf":[{"$ref":"#/components/schemas/FormSubmissionEmbeddable"}]},"logo":{"nullable":true,"description":"Form header logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"footerLogo":{"nullable":true,"description":"Form footer logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"cover":{"nullable":true,"description":"Form cover image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionImage":{"nullable":true,"description":"Form submission image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionCount":{"type":"number","description":"Number of submissions recorded for this form."},"fields":{"description":"List of survey fields","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyField"}},"fieldGroups":{"description":"List of survey field groups","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyFieldGroup"}},"fieldDependencies":{"description":"List of survey field dependencies","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyFieldDependency"}},"targets":{"description":"Survey target used to trigger the survey","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyTarget"}},"publiclyAvailable":{"type":"boolean","description":"Determines whether the survey can be requested publicly without specifying a tracker"},"supportEmail":{"nullable":true,"description":"Support email used for sending survey emails","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerSupportEmail"}]},"sendingChannels":{"description":"Determine the sending channels to be used by survey trackers","type":"array","items":{"$ref":"#/components/schemas/SurveySendingChannel"}},"solicitationThreshold":{"type":"number","description":"Determines the maximum time threshold for sending a survey.\nThis threshold corresponds to the difference between the purchase date and the date on which it was processed for survey dispatch, in seconds.\nIf it is exceeded, no survey will be sent."},"resolicitationDelay":{"type":"number","description":"Determine the time to wait before sending a new survey to the same customer, in seconds"},"resolicitationMode":{"description":"Determines the mode of resolicitation","allOf":[{"$ref":"#/components/schemas/SurveyResolicitationMode"}]},"preRedirect":{"type":"boolean","description":"Enable/Disable redirection to external satisfaction surveys before form submission\nIf true, preRedirectThreshold and preRedirectConfig must be set"},"preRedirectConfig":{"nullable":true,"description":"Determines the configuration of the pre-redirect form\nMandatory if pre-redirect is enabled","default":null,"allOf":[{"$ref":"#/components/schemas/SurveyPreRedirectFormConfigEmbeddable"}]},"postRedirect":{"type":"boolean","description":"Enable/Disable redirection to external satisfaction surveys before after submission\nIf true, postRedirectThreshold must be set\nDefault false"},"postRedirectThreshold":{"type":"number","nullable":true,"description":"Threshold at which to redirect the customer to the external satisfaction survey after submitting the form\nIf 0 is set, the redirection will always be made\n0 - 10","default":null},"emailLogo":{"nullable":true,"description":"Email logo image","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"emailCover":{"nullable":true,"description":"Email cover image","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]}},"required":["id","createdAt","updatedAt","name","description","language","enabled","autoTranslate","generalStyle","header","body","footer","externalLink","submission","logo","footerLogo","cover","submissionImage","submissionCount","fields","fieldGroups","fieldDependencies","targets","publiclyAvailable","supportEmail","sendingChannels","solicitationThreshold","resolicitationDelay","resolicitationMode","preRedirect","preRedirectConfig","postRedirect","postRedirectThreshold","emailLogo","emailCover"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"SurveyGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"zoneColor":{"type":"string","description":"Form zone color."},"starBackgroundColor":{"type":"string","description":"Form star background color."},"starBorderColor":{"type":"string","description":"Form star border color."},"cardBorderColor":{"type":"string","description":"Card border color."},"cardBackgroundColor":{"type":"string","description":"Card background color."},"cardBorderRadius":{"description":"Card border radius style.\n@dev this must never be PILL","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","zoneColor","starBackgroundColor","starBorderColor","cardBorderColor","cardBackgroundColor","cardBorderRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]},"FormHeaderEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the form."},"subtitle":{"type":"string","nullable":true,"description":"The subtitle of the form.","default":null}},"required":["title","subtitle"]},"FormBodyEmbeddable":{"type":"object","properties":{"buttonText":{"type":"string","description":"The text displayed on the form's submit button."}},"required":["buttonText"]},"FormFooterEmbeddable":{"type":"object","properties":{"display":{"type":"boolean","description":"Whether to display the footer."},"displayLogo":{"type":"boolean","description":"Whether to display the logo in the footer."},"backgroundColor":{"type":"string","description":"The background color of the footer."},"title":{"type":"string","nullable":true,"description":"The title text displayed in the footer.","default":null},"text":{"type":"string","nullable":true,"description":"The main text content of the footer.","default":null},"textColor":{"type":"string","description":"The color of the text in the footer."},"iconColor":{"type":"string","description":"The color of the icon in the footer, if any."},"imagePosition":{"type":"number","description":"The position of the image in the footer."}},"required":["display","displayLogo","backgroundColor","title","text","textColor","iconColor","imagePosition"]},"FormExternalLinkEmbeddable":{"type":"object","properties":{"website":{"type":"string","nullable":true,"description":"The website URL associated with the form.","default":null},"twitter":{"type":"string","nullable":true,"description":"The Twitter profile URL associated with the form.","default":null},"facebook":{"type":"string","nullable":true,"description":"The Facebook profile URL associated with the form.","default":null},"instagram":{"type":"string","nullable":true,"description":"The Instagram profile URL associated with the form.","default":null},"linkedin":{"type":"string","nullable":true,"description":"The LinkedIn profile URL associated with the form.","default":null}},"required":["website","twitter","facebook","instagram","linkedin"]},"FormSubmissionEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the submission."},"subtitle":{"type":"string","description":"The subtitle of the submission."},"titleColor":{"type":"string","description":"The color of the title of the submission."},"subtitleColor":{"type":"string","description":"The color of the subtitle of the submission."}},"required":["title","subtitle","titleColor","subtitleColor"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"PartnerSurveyField":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"dependencies":{"description":"The field dependencies IDs where this field is dependent on other fields","type":"array","items":{"type":"string"}},"dependencyOf":{"description":"The field dependencies ID where this field is a dependency","type":"array","items":{"type":"string"}},"group":{"type":"string","nullable":true,"description":"The group ID of the field, if any","default":null},"required":{"type":"boolean","description":"Determines if this field is required on submission"},"label":{"type":"string","description":"The label of the field"},"placeholder":{"type":"string","nullable":true,"description":"The placeholder text for the field","default":null},"verticalIndex":{"type":"number","description":"The vertical position index of the field"},"horizontalIndex":{"type":"number","description":"The horizontal position index of the field"},"values":{"nullable":true,"description":"Possible values of the form field.\nOnly used with dropdowns, radio and checkboxes.","default":null,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean","description":"Determines if the field allows other values.\nOnly used with dropdowns, radio and checkboxes."},"allowMinReplies":{"type":"boolean","description":"Determines if the field allows to set a minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"minReplies":{"type":"number","description":"Determines the minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMinReplies is true"},"allowMaxReplies":{"type":"boolean","description":"Determines if the field allows to set a maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"maxReplies":{"type":"number","description":"Determines the maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMaxReplies is true"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"type":{"description":"Survey field type","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]}},"required":["id","createdAt","updatedAt","dependencies","dependencyOf","group","required","label","placeholder","verticalIndex","horizontalIndex","values","allowCustomValue","allowMinReplies","minReplies","allowMaxReplies","maxReplies","operator","type"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"},"PartnerSurveyFieldGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Group name."},"verticalIndex":{"type":"number","description":"The vertical position index of the group"}},"required":["id","createdAt","updatedAt","name","verticalIndex"]},"PartnerSurveyFieldDependency":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"field":{"type":"string","description":"The field id that depends on another field"},"dependsOnField":{"type":"string","description":"The field id that this field depends on"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"dependsOnFieldValues":{"description":"If the field is dependent, lists the values of the necessary fields.","type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","createdAt","updatedAt","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"},"PartnerSurveyTarget":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"type":{"description":"Target type","allOf":[{"$ref":"#/components/schemas/SurveyTargetType"}]},"enabled":{"type":"boolean","description":"Determines if the survey target is enabled."},"targetId":{"type":"string","description":"Target ID (brand or store)"},"targetName":{"type":"string","description":"Target name (brand or store)"},"newReviewUri":{"type":"string","nullable":true,"description":"External provider new review uri.","default":null}},"required":["id","createdAt","updatedAt","type","enabled","targetId","targetName","newReviewUri"]},"SurveyTargetType":{"type":"string","enum":["BRAND","STORE"],"description":"Target type"},"PartnerSupportEmail":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"email":{"type":"string","description":"Outbound support email address"},"domain":{"type":"string","description":"Outbound support email domain part"},"forwardingEmail":{"type":"string","description":"Inbound support email address"},"default":{"type":"boolean","description":"Indicates if this is the default support email"},"enableInbound":{"type":"boolean","description":"Indicates if inbound email processing is enabled"},"externalDnsConfig":{"nullable":true,"description":"External DNS configuration to be applied by the user (only for EXTERNAL type)","default":null,"allOf":[{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEmbeddable"}]},"dkimVerified":{"type":"boolean","description":"Indicates if DKIM is verified"},"returnPathVerified":{"type":"boolean","description":"Indicates if return path is verified"}},"required":["id","createdAt","updatedAt","email","domain","forwardingEmail","default","enableInbound","externalDnsConfig","dkimVerified","returnPathVerified"]},"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]},"SurveySendingChannel":{"type":"string","enum":["SMS","EMAIL","WHATSAPP"],"description":"Determine the sending channels to be used by survey trackers"},"SurveyResolicitationMode":{"type":"string","enum":["ACCOUNT","TARGET"],"description":"Determines the mode of resolicitation"},"SurveyPreRedirectFormConfigEmbeddable":{"type":"object","properties":{"type":{"allOf":[{"$ref":"#/components/schemas/SurveyPreRedirectFormType"}]},"threshold":{"type":"number"},"text":{"$ref":"#/components/schemas/SurveyTextEmbeddable"},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyButtonConfigEmbeddable"}]},"nps":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyNpsConfigEmbeddable"}]},"csatStar":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatStarConfigEmbeddable"}]},"csatSmiley":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatSmileyConfigEmbeddable"}]},"binary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyBinaryConfigEmbeddable"}]}},"required":["type","threshold","text","button","nps","csatStar","csatSmiley","binary"]},"SurveyPreRedirectFormType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","BUTTON","BINARY"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]},"SurveyButtonConfigEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"},"backgroundColor":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["text","color","backgroundColor","topic"]},"SurveyNpsConfigEmbeddable":{"type":"object","properties":{"startText":{"type":"string"},"endText":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["startText","endText","topic"]},"SurveyCsatStarConfigEmbeddable":{"type":"object","properties":{"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["topic"]},"SurveyCsatSmileyConfigEmbeddable":{"type":"object","properties":{"one":{"type":"string"},"two":{"type":"string"},"three":{"type":"string"},"four":{"type":"string"},"five":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["one","two","three","four","five","topic"]},"SurveyBinaryConfigEmbeddable":{"type":"object","properties":{"satisfied":{"type":"string"},"unsatisfied":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["satisfied","unsatisfied","topic"]}}}}
```

## The PartnerSurveyListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1}}}}}}
```

## The PartnerSurveyListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyListingOutput":{"type":"object","properties":{"items":{"description":"List of surveys","type":"array","items":{"$ref":"#/components/schemas/PartnerSurvey"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerSurvey":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Internal form name."},"description":{"type":"string","nullable":true,"description":"Internal form description.","default":null},"language":{"description":"Language in which the form is written.\nThis language is used to determine the source language for machine translation.","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"enabled":{"type":"boolean","description":"Determines if the form is enabled."},"autoTranslate":{"type":"boolean","description":"Whether to automatically translate the form."},"generalStyle":{"description":"@inheritDoc","allOf":[{"$ref":"#/components/schemas/SurveyGeneralStyleEmbeddable"}]},"header":{"description":"Form header embeddable.","allOf":[{"$ref":"#/components/schemas/FormHeaderEmbeddable"}]},"body":{"description":"Form body embeddable.","allOf":[{"$ref":"#/components/schemas/FormBodyEmbeddable"}]},"footer":{"description":"Form footer embeddable.","allOf":[{"$ref":"#/components/schemas/FormFooterEmbeddable"}]},"externalLink":{"description":"Form external link embeddable.","allOf":[{"$ref":"#/components/schemas/FormExternalLinkEmbeddable"}]},"submission":{"description":"Form submission embeddable.","allOf":[{"$ref":"#/components/schemas/FormSubmissionEmbeddable"}]},"logo":{"nullable":true,"description":"Form header logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"footerLogo":{"nullable":true,"description":"Form footer logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"cover":{"nullable":true,"description":"Form cover image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionImage":{"nullable":true,"description":"Form submission image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionCount":{"type":"number","description":"Number of submissions recorded for this form."},"fields":{"description":"List of survey fields","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyField"}},"fieldGroups":{"description":"List of survey field groups","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyFieldGroup"}},"fieldDependencies":{"description":"List of survey field dependencies","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyFieldDependency"}},"targets":{"description":"Survey target used to trigger the survey","type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyTarget"}},"publiclyAvailable":{"type":"boolean","description":"Determines whether the survey can be requested publicly without specifying a tracker"},"supportEmail":{"nullable":true,"description":"Support email used for sending survey emails","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerSupportEmail"}]},"sendingChannels":{"description":"Determine the sending channels to be used by survey trackers","type":"array","items":{"$ref":"#/components/schemas/SurveySendingChannel"}},"solicitationThreshold":{"type":"number","description":"Determines the maximum time threshold for sending a survey.\nThis threshold corresponds to the difference between the purchase date and the date on which it was processed for survey dispatch, in seconds.\nIf it is exceeded, no survey will be sent."},"resolicitationDelay":{"type":"number","description":"Determine the time to wait before sending a new survey to the same customer, in seconds"},"resolicitationMode":{"description":"Determines the mode of resolicitation","allOf":[{"$ref":"#/components/schemas/SurveyResolicitationMode"}]},"preRedirect":{"type":"boolean","description":"Enable/Disable redirection to external satisfaction surveys before form submission\nIf true, preRedirectThreshold and preRedirectConfig must be set"},"preRedirectConfig":{"nullable":true,"description":"Determines the configuration of the pre-redirect form\nMandatory if pre-redirect is enabled","default":null,"allOf":[{"$ref":"#/components/schemas/SurveyPreRedirectFormConfigEmbeddable"}]},"postRedirect":{"type":"boolean","description":"Enable/Disable redirection to external satisfaction surveys before after submission\nIf true, postRedirectThreshold must be set\nDefault false"},"postRedirectThreshold":{"type":"number","nullable":true,"description":"Threshold at which to redirect the customer to the external satisfaction survey after submitting the form\nIf 0 is set, the redirection will always be made\n0 - 10","default":null},"emailLogo":{"nullable":true,"description":"Email logo image","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"emailCover":{"nullable":true,"description":"Email cover image","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]}},"required":["id","createdAt","updatedAt","name","description","language","enabled","autoTranslate","generalStyle","header","body","footer","externalLink","submission","logo","footerLogo","cover","submissionImage","submissionCount","fields","fieldGroups","fieldDependencies","targets","publiclyAvailable","supportEmail","sendingChannels","solicitationThreshold","resolicitationDelay","resolicitationMode","preRedirect","preRedirectConfig","postRedirect","postRedirectThreshold","emailLogo","emailCover"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"SurveyGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"zoneColor":{"type":"string","description":"Form zone color."},"starBackgroundColor":{"type":"string","description":"Form star background color."},"starBorderColor":{"type":"string","description":"Form star border color."},"cardBorderColor":{"type":"string","description":"Card border color."},"cardBackgroundColor":{"type":"string","description":"Card background color."},"cardBorderRadius":{"description":"Card border radius style.\n@dev this must never be PILL","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","zoneColor","starBackgroundColor","starBorderColor","cardBorderColor","cardBackgroundColor","cardBorderRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]},"FormHeaderEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the form."},"subtitle":{"type":"string","nullable":true,"description":"The subtitle of the form.","default":null}},"required":["title","subtitle"]},"FormBodyEmbeddable":{"type":"object","properties":{"buttonText":{"type":"string","description":"The text displayed on the form's submit button."}},"required":["buttonText"]},"FormFooterEmbeddable":{"type":"object","properties":{"display":{"type":"boolean","description":"Whether to display the footer."},"displayLogo":{"type":"boolean","description":"Whether to display the logo in the footer."},"backgroundColor":{"type":"string","description":"The background color of the footer."},"title":{"type":"string","nullable":true,"description":"The title text displayed in the footer.","default":null},"text":{"type":"string","nullable":true,"description":"The main text content of the footer.","default":null},"textColor":{"type":"string","description":"The color of the text in the footer."},"iconColor":{"type":"string","description":"The color of the icon in the footer, if any."},"imagePosition":{"type":"number","description":"The position of the image in the footer."}},"required":["display","displayLogo","backgroundColor","title","text","textColor","iconColor","imagePosition"]},"FormExternalLinkEmbeddable":{"type":"object","properties":{"website":{"type":"string","nullable":true,"description":"The website URL associated with the form.","default":null},"twitter":{"type":"string","nullable":true,"description":"The Twitter profile URL associated with the form.","default":null},"facebook":{"type":"string","nullable":true,"description":"The Facebook profile URL associated with the form.","default":null},"instagram":{"type":"string","nullable":true,"description":"The Instagram profile URL associated with the form.","default":null},"linkedin":{"type":"string","nullable":true,"description":"The LinkedIn profile URL associated with the form.","default":null}},"required":["website","twitter","facebook","instagram","linkedin"]},"FormSubmissionEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the submission."},"subtitle":{"type":"string","description":"The subtitle of the submission."},"titleColor":{"type":"string","description":"The color of the title of the submission."},"subtitleColor":{"type":"string","description":"The color of the subtitle of the submission."}},"required":["title","subtitle","titleColor","subtitleColor"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"PartnerSurveyField":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"dependencies":{"description":"The field dependencies IDs where this field is dependent on other fields","type":"array","items":{"type":"string"}},"dependencyOf":{"description":"The field dependencies ID where this field is a dependency","type":"array","items":{"type":"string"}},"group":{"type":"string","nullable":true,"description":"The group ID of the field, if any","default":null},"required":{"type":"boolean","description":"Determines if this field is required on submission"},"label":{"type":"string","description":"The label of the field"},"placeholder":{"type":"string","nullable":true,"description":"The placeholder text for the field","default":null},"verticalIndex":{"type":"number","description":"The vertical position index of the field"},"horizontalIndex":{"type":"number","description":"The horizontal position index of the field"},"values":{"nullable":true,"description":"Possible values of the form field.\nOnly used with dropdowns, radio and checkboxes.","default":null,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean","description":"Determines if the field allows other values.\nOnly used with dropdowns, radio and checkboxes."},"allowMinReplies":{"type":"boolean","description":"Determines if the field allows to set a minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"minReplies":{"type":"number","description":"Determines the minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMinReplies is true"},"allowMaxReplies":{"type":"boolean","description":"Determines if the field allows to set a maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"maxReplies":{"type":"number","description":"Determines the maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMaxReplies is true"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"type":{"description":"Survey field type","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]}},"required":["id","createdAt","updatedAt","dependencies","dependencyOf","group","required","label","placeholder","verticalIndex","horizontalIndex","values","allowCustomValue","allowMinReplies","minReplies","allowMaxReplies","maxReplies","operator","type"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"},"PartnerSurveyFieldGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Group name."},"verticalIndex":{"type":"number","description":"The vertical position index of the group"}},"required":["id","createdAt","updatedAt","name","verticalIndex"]},"PartnerSurveyFieldDependency":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"field":{"type":"string","description":"The field id that depends on another field"},"dependsOnField":{"type":"string","description":"The field id that this field depends on"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"dependsOnFieldValues":{"description":"If the field is dependent, lists the values of the necessary fields.","type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","createdAt","updatedAt","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"},"PartnerSurveyTarget":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"type":{"description":"Target type","allOf":[{"$ref":"#/components/schemas/SurveyTargetType"}]},"enabled":{"type":"boolean","description":"Determines if the survey target is enabled."},"targetId":{"type":"string","description":"Target ID (brand or store)"},"targetName":{"type":"string","description":"Target name (brand or store)"},"newReviewUri":{"type":"string","nullable":true,"description":"External provider new review uri.","default":null}},"required":["id","createdAt","updatedAt","type","enabled","targetId","targetName","newReviewUri"]},"SurveyTargetType":{"type":"string","enum":["BRAND","STORE"],"description":"Target type"},"PartnerSupportEmail":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"email":{"type":"string","description":"Outbound support email address"},"domain":{"type":"string","description":"Outbound support email domain part"},"forwardingEmail":{"type":"string","description":"Inbound support email address"},"default":{"type":"boolean","description":"Indicates if this is the default support email"},"enableInbound":{"type":"boolean","description":"Indicates if inbound email processing is enabled"},"externalDnsConfig":{"nullable":true,"description":"External DNS configuration to be applied by the user (only for EXTERNAL type)","default":null,"allOf":[{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEmbeddable"}]},"dkimVerified":{"type":"boolean","description":"Indicates if DKIM is verified"},"returnPathVerified":{"type":"boolean","description":"Indicates if return path is verified"}},"required":["id","createdAt","updatedAt","email","domain","forwardingEmail","default","enableInbound","externalDnsConfig","dkimVerified","returnPathVerified"]},"SupportEmailExternalDNSConfigEmbeddable":{"type":"object","properties":{"dkim":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"},"returnPath":{"$ref":"#/components/schemas/SupportEmailExternalDNSConfigEntryEmbeddable"}},"required":["dkim","returnPath"]},"SupportEmailExternalDNSConfigEntryEmbeddable":{"type":"object","properties":{"host":{"type":"string"},"type":{"type":"string"},"value":{"type":"string"}},"required":["host","type","value"]},"SurveySendingChannel":{"type":"string","enum":["SMS","EMAIL","WHATSAPP"],"description":"Determine the sending channels to be used by survey trackers"},"SurveyResolicitationMode":{"type":"string","enum":["ACCOUNT","TARGET"],"description":"Determines the mode of resolicitation"},"SurveyPreRedirectFormConfigEmbeddable":{"type":"object","properties":{"type":{"allOf":[{"$ref":"#/components/schemas/SurveyPreRedirectFormType"}]},"threshold":{"type":"number"},"text":{"$ref":"#/components/schemas/SurveyTextEmbeddable"},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyButtonConfigEmbeddable"}]},"nps":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyNpsConfigEmbeddable"}]},"csatStar":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatStarConfigEmbeddable"}]},"csatSmiley":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatSmileyConfigEmbeddable"}]},"binary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyBinaryConfigEmbeddable"}]}},"required":["type","threshold","text","button","nps","csatStar","csatSmiley","binary"]},"SurveyPreRedirectFormType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","BUTTON","BINARY"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]},"SurveyButtonConfigEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"},"backgroundColor":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["text","color","backgroundColor","topic"]},"SurveyNpsConfigEmbeddable":{"type":"object","properties":{"startText":{"type":"string"},"endText":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["startText","endText","topic"]},"SurveyCsatStarConfigEmbeddable":{"type":"object","properties":{"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["topic"]},"SurveyCsatSmileyConfigEmbeddable":{"type":"object","properties":{"one":{"type":"string"},"two":{"type":"string"},"three":{"type":"string"},"four":{"type":"string"},"five":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["one","two","three","four","five","topic"]},"SurveyBinaryConfigEmbeddable":{"type":"object","properties":{"satisfied":{"type":"string"},"unsatisfied":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["satisfied","unsatisfied","topic"]},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The FormGeneralStyleEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FormGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]}}}}
```

## The ContactFormFieldType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"}}}}
```

## The PartnerContactFormField object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerContactFormField":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"dependencies":{"description":"The field dependencies IDs where this field is dependent on other fields","type":"array","items":{"type":"string"}},"dependencyOf":{"description":"The field dependencies ID where this field is a dependency","type":"array","items":{"type":"string"}},"group":{"type":"string","nullable":true,"description":"The group ID of the field, if any","default":null},"required":{"type":"boolean","description":"Determines if this field is required on submission"},"label":{"type":"string","description":"The label of the field"},"placeholder":{"type":"string","nullable":true,"description":"The placeholder text for the field","default":null},"verticalIndex":{"type":"number","description":"The vertical position index of the field"},"horizontalIndex":{"type":"number","description":"The horizontal position index of the field"},"values":{"nullable":true,"description":"Possible values of the form field.\nOnly used with dropdowns, radio and checkboxes.","default":null,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean","description":"Determines if the field allows other values.\nOnly used with dropdowns, radio and checkboxes."},"allowMinReplies":{"type":"boolean","description":"Determines if the field allows to set a minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"minReplies":{"type":"number","description":"Determines the minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMinReplies is true"},"allowMaxReplies":{"type":"boolean","description":"Determines if the field allows to set a maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"maxReplies":{"type":"number","description":"Determines the maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMaxReplies is true"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"type":{"description":"Contact form field type","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]}},"required":["id","createdAt","updatedAt","dependencies","dependencyOf","group","required","label","placeholder","verticalIndex","horizontalIndex","values","allowCustomValue","allowMinReplies","minReplies","allowMaxReplies","maxReplies","operator","type"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"}}}}
```

## The PartnerContactFormFieldGroup object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerContactFormFieldGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Group name."},"verticalIndex":{"type":"number","description":"The vertical position index of the group"}},"required":["id","createdAt","updatedAt","name","verticalIndex"]}}}}
```

## The PartnerContactFormFieldDependency object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerContactFormFieldDependency":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"field":{"type":"string","description":"The field id that depends on another field"},"dependsOnField":{"type":"string","description":"The field id that this field depends on"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"dependsOnFieldValues":{"description":"If the field is dependent, lists the values of the necessary fields.","type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","createdAt","updatedAt","field","dependsOnField","operator","dependsOnFieldValues"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The PartnerContactForm object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerContactForm":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Internal form name."},"description":{"type":"string","nullable":true,"description":"Internal form description.","default":null},"language":{"description":"Language in which the form is written.\nThis language is used to determine the source language for machine translation.","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"enabled":{"type":"boolean","description":"Determines if the form is enabled."},"autoTranslate":{"type":"boolean","description":"Whether to automatically translate the form."},"generalStyle":{"description":"Determines the general style of the form.","allOf":[{"$ref":"#/components/schemas/FormGeneralStyleEmbeddable"}]},"header":{"description":"Form header embeddable.","allOf":[{"$ref":"#/components/schemas/FormHeaderEmbeddable"}]},"body":{"description":"Form body embeddable.","allOf":[{"$ref":"#/components/schemas/FormBodyEmbeddable"}]},"footer":{"description":"Form footer embeddable.","allOf":[{"$ref":"#/components/schemas/FormFooterEmbeddable"}]},"externalLink":{"description":"Form external link embeddable.","allOf":[{"$ref":"#/components/schemas/FormExternalLinkEmbeddable"}]},"submission":{"description":"Form submission embeddable.","allOf":[{"$ref":"#/components/schemas/FormSubmissionEmbeddable"}]},"logo":{"nullable":true,"description":"Form header logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"footerLogo":{"nullable":true,"description":"Form footer logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"cover":{"nullable":true,"description":"Form cover image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionImage":{"nullable":true,"description":"Form submission image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionCount":{"type":"number","description":"Number of submissions recorded for this form."},"fields":{"description":"List of contact form fields","type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormField"}},"fieldGroups":{"description":"List of contact form field groups","type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormFieldGroup"}},"fieldDependencies":{"description":"List of contact form field dependencies","type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormFieldDependency"}},"brandId":{"type":"string","description":"Brand ID targeted by the contact form"},"brandName":{"type":"string","description":"Brand name targeted by the contact form"}},"required":["id","createdAt","updatedAt","name","description","language","enabled","autoTranslate","generalStyle","header","body","footer","externalLink","submission","logo","footerLogo","cover","submissionImage","submissionCount","fields","fieldGroups","fieldDependencies","brandId","brandName"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"FormGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]},"FormHeaderEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the form."},"subtitle":{"type":"string","nullable":true,"description":"The subtitle of the form.","default":null}},"required":["title","subtitle"]},"FormBodyEmbeddable":{"type":"object","properties":{"buttonText":{"type":"string","description":"The text displayed on the form's submit button."}},"required":["buttonText"]},"FormFooterEmbeddable":{"type":"object","properties":{"display":{"type":"boolean","description":"Whether to display the footer."},"displayLogo":{"type":"boolean","description":"Whether to display the logo in the footer."},"backgroundColor":{"type":"string","description":"The background color of the footer."},"title":{"type":"string","nullable":true,"description":"The title text displayed in the footer.","default":null},"text":{"type":"string","nullable":true,"description":"The main text content of the footer.","default":null},"textColor":{"type":"string","description":"The color of the text in the footer."},"iconColor":{"type":"string","description":"The color of the icon in the footer, if any."},"imagePosition":{"type":"number","description":"The position of the image in the footer."}},"required":["display","displayLogo","backgroundColor","title","text","textColor","iconColor","imagePosition"]},"FormExternalLinkEmbeddable":{"type":"object","properties":{"website":{"type":"string","nullable":true,"description":"The website URL associated with the form.","default":null},"twitter":{"type":"string","nullable":true,"description":"The Twitter profile URL associated with the form.","default":null},"facebook":{"type":"string","nullable":true,"description":"The Facebook profile URL associated with the form.","default":null},"instagram":{"type":"string","nullable":true,"description":"The Instagram profile URL associated with the form.","default":null},"linkedin":{"type":"string","nullable":true,"description":"The LinkedIn profile URL associated with the form.","default":null}},"required":["website","twitter","facebook","instagram","linkedin"]},"FormSubmissionEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the submission."},"subtitle":{"type":"string","description":"The subtitle of the submission."},"titleColor":{"type":"string","description":"The color of the title of the submission."},"subtitleColor":{"type":"string","description":"The color of the subtitle of the submission."}},"required":["title","subtitle","titleColor","subtitleColor"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"PartnerContactFormField":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"dependencies":{"description":"The field dependencies IDs where this field is dependent on other fields","type":"array","items":{"type":"string"}},"dependencyOf":{"description":"The field dependencies ID where this field is a dependency","type":"array","items":{"type":"string"}},"group":{"type":"string","nullable":true,"description":"The group ID of the field, if any","default":null},"required":{"type":"boolean","description":"Determines if this field is required on submission"},"label":{"type":"string","description":"The label of the field"},"placeholder":{"type":"string","nullable":true,"description":"The placeholder text for the field","default":null},"verticalIndex":{"type":"number","description":"The vertical position index of the field"},"horizontalIndex":{"type":"number","description":"The horizontal position index of the field"},"values":{"nullable":true,"description":"Possible values of the form field.\nOnly used with dropdowns, radio and checkboxes.","default":null,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean","description":"Determines if the field allows other values.\nOnly used with dropdowns, radio and checkboxes."},"allowMinReplies":{"type":"boolean","description":"Determines if the field allows to set a minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"minReplies":{"type":"number","description":"Determines the minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMinReplies is true"},"allowMaxReplies":{"type":"boolean","description":"Determines if the field allows to set a maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"maxReplies":{"type":"number","description":"Determines the maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMaxReplies is true"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"type":{"description":"Contact form field type","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]}},"required":["id","createdAt","updatedAt","dependencies","dependencyOf","group","required","label","placeholder","verticalIndex","horizontalIndex","values","allowCustomValue","allowMinReplies","minReplies","allowMaxReplies","maxReplies","operator","type"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"},"PartnerContactFormFieldGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Group name."},"verticalIndex":{"type":"number","description":"The vertical position index of the group"}},"required":["id","createdAt","updatedAt","name","verticalIndex"]},"PartnerContactFormFieldDependency":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"field":{"type":"string","description":"The field id that depends on another field"},"dependsOnField":{"type":"string","description":"The field id that this field depends on"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"dependsOnFieldValues":{"description":"If the field is dependent, lists the values of the necessary fields.","type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","createdAt","updatedAt","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The PartnerContactFormListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerContactFormListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1}}}}}}
```

## The PartnerContactFormListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerContactFormListingOutput":{"type":"object","properties":{"items":{"description":"List of contact forms","type":"array","items":{"$ref":"#/components/schemas/PartnerContactForm"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerContactForm":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Internal form name."},"description":{"type":"string","nullable":true,"description":"Internal form description.","default":null},"language":{"description":"Language in which the form is written.\nThis language is used to determine the source language for machine translation.","allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"enabled":{"type":"boolean","description":"Determines if the form is enabled."},"autoTranslate":{"type":"boolean","description":"Whether to automatically translate the form."},"generalStyle":{"description":"Determines the general style of the form.","allOf":[{"$ref":"#/components/schemas/FormGeneralStyleEmbeddable"}]},"header":{"description":"Form header embeddable.","allOf":[{"$ref":"#/components/schemas/FormHeaderEmbeddable"}]},"body":{"description":"Form body embeddable.","allOf":[{"$ref":"#/components/schemas/FormBodyEmbeddable"}]},"footer":{"description":"Form footer embeddable.","allOf":[{"$ref":"#/components/schemas/FormFooterEmbeddable"}]},"externalLink":{"description":"Form external link embeddable.","allOf":[{"$ref":"#/components/schemas/FormExternalLinkEmbeddable"}]},"submission":{"description":"Form submission embeddable.","allOf":[{"$ref":"#/components/schemas/FormSubmissionEmbeddable"}]},"logo":{"nullable":true,"description":"Form header logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"footerLogo":{"nullable":true,"description":"Form footer logo.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"cover":{"nullable":true,"description":"Form cover image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionImage":{"nullable":true,"description":"Form submission image.","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"submissionCount":{"type":"number","description":"Number of submissions recorded for this form."},"fields":{"description":"List of contact form fields","type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormField"}},"fieldGroups":{"description":"List of contact form field groups","type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormFieldGroup"}},"fieldDependencies":{"description":"List of contact form field dependencies","type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormFieldDependency"}},"brandId":{"type":"string","description":"Brand ID targeted by the contact form"},"brandName":{"type":"string","description":"Brand name targeted by the contact form"}},"required":["id","createdAt","updatedAt","name","description","language","enabled","autoTranslate","generalStyle","header","body","footer","externalLink","submission","logo","footerLogo","cover","submissionImage","submissionCount","fields","fieldGroups","fieldDependencies","brandId","brandName"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"FormGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]},"FormHeaderEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the form."},"subtitle":{"type":"string","nullable":true,"description":"The subtitle of the form.","default":null}},"required":["title","subtitle"]},"FormBodyEmbeddable":{"type":"object","properties":{"buttonText":{"type":"string","description":"The text displayed on the form's submit button."}},"required":["buttonText"]},"FormFooterEmbeddable":{"type":"object","properties":{"display":{"type":"boolean","description":"Whether to display the footer."},"displayLogo":{"type":"boolean","description":"Whether to display the logo in the footer."},"backgroundColor":{"type":"string","description":"The background color of the footer."},"title":{"type":"string","nullable":true,"description":"The title text displayed in the footer.","default":null},"text":{"type":"string","nullable":true,"description":"The main text content of the footer.","default":null},"textColor":{"type":"string","description":"The color of the text in the footer."},"iconColor":{"type":"string","description":"The color of the icon in the footer, if any."},"imagePosition":{"type":"number","description":"The position of the image in the footer."}},"required":["display","displayLogo","backgroundColor","title","text","textColor","iconColor","imagePosition"]},"FormExternalLinkEmbeddable":{"type":"object","properties":{"website":{"type":"string","nullable":true,"description":"The website URL associated with the form.","default":null},"twitter":{"type":"string","nullable":true,"description":"The Twitter profile URL associated with the form.","default":null},"facebook":{"type":"string","nullable":true,"description":"The Facebook profile URL associated with the form.","default":null},"instagram":{"type":"string","nullable":true,"description":"The Instagram profile URL associated with the form.","default":null},"linkedin":{"type":"string","nullable":true,"description":"The LinkedIn profile URL associated with the form.","default":null}},"required":["website","twitter","facebook","instagram","linkedin"]},"FormSubmissionEmbeddable":{"type":"object","properties":{"title":{"type":"string","description":"The title of the submission."},"subtitle":{"type":"string","description":"The subtitle of the submission."},"titleColor":{"type":"string","description":"The color of the title of the submission."},"subtitleColor":{"type":"string","description":"The color of the subtitle of the submission."}},"required":["title","subtitle","titleColor","subtitleColor"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"PartnerContactFormField":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"dependencies":{"description":"The field dependencies IDs where this field is dependent on other fields","type":"array","items":{"type":"string"}},"dependencyOf":{"description":"The field dependencies ID where this field is a dependency","type":"array","items":{"type":"string"}},"group":{"type":"string","nullable":true,"description":"The group ID of the field, if any","default":null},"required":{"type":"boolean","description":"Determines if this field is required on submission"},"label":{"type":"string","description":"The label of the field"},"placeholder":{"type":"string","nullable":true,"description":"The placeholder text for the field","default":null},"verticalIndex":{"type":"number","description":"The vertical position index of the field"},"horizontalIndex":{"type":"number","description":"The horizontal position index of the field"},"values":{"nullable":true,"description":"Possible values of the form field.\nOnly used with dropdowns, radio and checkboxes.","default":null,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean","description":"Determines if the field allows other values.\nOnly used with dropdowns, radio and checkboxes."},"allowMinReplies":{"type":"boolean","description":"Determines if the field allows to set a minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"minReplies":{"type":"number","description":"Determines the minimum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMinReplies is true"},"allowMaxReplies":{"type":"boolean","description":"Determines if the field allows to set a maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios"},"maxReplies":{"type":"number","description":"Determines the maximum number of possible answers.\nApplies only to dropdowns, checkboxes and radios if allowMaxReplies is true"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"type":{"description":"Contact form field type","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]}},"required":["id","createdAt","updatedAt","dependencies","dependencyOf","group","required","label","placeholder","verticalIndex","horizontalIndex","values","allowCustomValue","allowMinReplies","minReplies","allowMaxReplies","maxReplies","operator","type"]},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"},"PartnerContactFormFieldGroup":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"Group name."},"verticalIndex":{"type":"number","description":"The vertical position index of the group"}},"required":["id","createdAt","updatedAt","name","verticalIndex"]},"PartnerContactFormFieldDependency":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"field":{"type":"string","description":"The field id that depends on another field"},"dependsOnField":{"type":"string","description":"The field id that this field depends on"},"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"dependsOnFieldValues":{"description":"If the field is dependent, lists the values of the necessary fields.","type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","createdAt","updatedAt","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The CustomAttributeTargetType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomAttributeTargetType":{"type":"string","enum":["FEEDBACK","CUSTOMER","PURCHASE"],"description":"The target type of the custom attribute."}}}}
```

## The SiftStringQuery object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The SiftNumberQuery object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The SiftStringArrayQuery object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The SiftBooleanQuery object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}}}}}
```

## The SiftUUIDQuery object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The CustomAttributeMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The CustomAttributePossibleValueMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}}}}}
```

## The CustomAttributeValueMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackContentCustomAttributeValueMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackTagMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackContentFeedbackTagMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentFeedbackTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackContentTagsPivotMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"tag":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}}},"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"tag":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}}},"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The SurveyReplyMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackContentSurveyReplyMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentSurveyReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SurveyReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The ContactFormReplyMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackContentContactFormReplyMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"ContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The StoreGroupMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The StoreStoreGroupMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"StoreStoreGroupMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The StoreMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"StoreMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"groups":{"$ref":"#/components/schemas/StoreStoreGroupMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"StoreStoreGroupMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The BrandMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"BrandMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The CustomerCustomAttributeValueMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The ZenchefCustomerMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}}}}}
```

## The ZeltyCustomerMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}}}}}
```

## The CustomerMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}}}}}
```

## The CustomerTagMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The CustomerCustomerTagMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The CustomerMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomerMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"description":{"$ref":"#/components/schemas/SiftStringQuery"},"firstName":{"$ref":"#/components/schemas/SiftStringQuery"},"lastName":{"$ref":"#/components/schemas/SiftStringQuery"},"displayName":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phoneNumber":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"attributes":{"$ref":"#/components/schemas/CustomerCustomAttributeValueMatcherEmbeddable"},"feedbackCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseAmount":{"$ref":"#/components/schemas/SiftNumberQuery"},"averageFeedbackRating":{"$ref":"#/components/schemas/SiftNumberQuery"},"dataSources":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"zenchefId":{"$ref":"#/components/schemas/SiftStringQuery"},"zeltyId":{"$ref":"#/components/schemas/SiftStringQuery"},"ubereatsId":{"$ref":"#/components/schemas/SiftStringQuery"},"sevenroomsId":{"$ref":"#/components/schemas/SiftStringQuery"},"metadatas":{"$ref":"#/components/schemas/CustomerMetadatasMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/CustomerCustomerTagMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}}}}}
```

## The PurchaseCustomAttributeValueMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PurchaseCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The ZenchefPurchaseMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The ZeltyPurchaseMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The JuxtaPurchaseMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The SevenroomsPurchaseMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}}}}}
```

## The OracleReservationRoomStayMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The OraclePurchaseMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The PurchaseMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasMatcherEmbeddable"},"juxta":{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasMatcherEmbeddable"},"oracle":{"$ref":"#/components/schemas/OraclePurchaseMetadatasMatcherEmbeddable"}}},"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}}}}}
```

## The PurchaseMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PurchaseMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"externalId":{"$ref":"#/components/schemas/SiftStringQuery"},"amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"attributes":{"$ref":"#/components/schemas/PurchaseCustomAttributeValueMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/PurchaseMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"CustomerMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"description":{"$ref":"#/components/schemas/SiftStringQuery"},"firstName":{"$ref":"#/components/schemas/SiftStringQuery"},"lastName":{"$ref":"#/components/schemas/SiftStringQuery"},"displayName":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phoneNumber":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"attributes":{"$ref":"#/components/schemas/CustomerCustomAttributeValueMatcherEmbeddable"},"feedbackCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseAmount":{"$ref":"#/components/schemas/SiftNumberQuery"},"averageFeedbackRating":{"$ref":"#/components/schemas/SiftNumberQuery"},"dataSources":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"zenchefId":{"$ref":"#/components/schemas/SiftStringQuery"},"zeltyId":{"$ref":"#/components/schemas/SiftStringQuery"},"ubereatsId":{"$ref":"#/components/schemas/SiftStringQuery"},"sevenroomsId":{"$ref":"#/components/schemas/SiftStringQuery"},"metadatas":{"$ref":"#/components/schemas/CustomerMetadatasMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/CustomerCustomerTagMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}}},"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"PurchaseCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"PurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasMatcherEmbeddable"},"juxta":{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasMatcherEmbeddable"},"oracle":{"$ref":"#/components/schemas/OraclePurchaseMetadatasMatcherEmbeddable"}}},"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}}}}}
```

## The SurveyMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"publiclyAvailable":{"$ref":"#/components/schemas/SiftBooleanQuery"},"sendingChannels":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The ContactFormMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ContactFormMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}}}}}
```

## The SurveyTrackerMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SurveyTrackerMatcherEmbeddable":{"type":"object","properties":{"sendingIndex":{"$ref":"#/components/schemas/SiftNumberQuery"},"sendingType":{"$ref":"#/components/schemas/SiftStringQuery"},"clicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"uniqueClicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The SupportEmailMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SupportEmailMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"default":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}}}}}
```

## The ZenchefFeedbackMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"external_site":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id_site":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"booking_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"guest_id":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"sexe":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/SiftNumberQuery"},"source_date":{"$ref":"#/components/schemas/SiftStringQuery"},"command_id":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"external_site":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id_site":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"booking_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"guest_id":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"sexe":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/SiftNumberQuery"},"source_date":{"$ref":"#/components/schemas/SiftStringQuery"},"command_id":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackMatcherEmbeddable":{"type":"object","properties":{"class":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"store":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"},"brand":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"purchase":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"},"survey":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"},"form":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"},"surveyTracker":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"},"supportEmail":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackMetadatasMatcherEmbeddable"},"allowAutoReply":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"StoreMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"groups":{"$ref":"#/components/schemas/StoreStoreGroupMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"StoreStoreGroupMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"BrandMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}}},"CustomerMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"description":{"$ref":"#/components/schemas/SiftStringQuery"},"firstName":{"$ref":"#/components/schemas/SiftStringQuery"},"lastName":{"$ref":"#/components/schemas/SiftStringQuery"},"displayName":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phoneNumber":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"attributes":{"$ref":"#/components/schemas/CustomerCustomAttributeValueMatcherEmbeddable"},"feedbackCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseAmount":{"$ref":"#/components/schemas/SiftNumberQuery"},"averageFeedbackRating":{"$ref":"#/components/schemas/SiftNumberQuery"},"dataSources":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"zenchefId":{"$ref":"#/components/schemas/SiftStringQuery"},"zeltyId":{"$ref":"#/components/schemas/SiftStringQuery"},"ubereatsId":{"$ref":"#/components/schemas/SiftStringQuery"},"sevenroomsId":{"$ref":"#/components/schemas/SiftStringQuery"},"metadatas":{"$ref":"#/components/schemas/CustomerMetadatasMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/CustomerCustomerTagMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}}},"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"PurchaseMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"externalId":{"$ref":"#/components/schemas/SiftStringQuery"},"amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"attributes":{"$ref":"#/components/schemas/PurchaseCustomAttributeValueMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/PurchaseMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}}},"PurchaseCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"PurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasMatcherEmbeddable"},"juxta":{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasMatcherEmbeddable"},"oracle":{"$ref":"#/components/schemas/OraclePurchaseMetadatasMatcherEmbeddable"}}},"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SurveyMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"publiclyAvailable":{"$ref":"#/components/schemas/SiftBooleanQuery"},"sendingChannels":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}}},"ContactFormMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}}},"SurveyTrackerMatcherEmbeddable":{"type":"object","properties":{"sendingIndex":{"$ref":"#/components/schemas/SiftNumberQuery"},"sendingType":{"$ref":"#/components/schemas/SiftStringQuery"},"clicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"uniqueClicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}}},"SupportEmailMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"default":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}}},"FeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"external_site":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id_site":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"booking_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"guest_id":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"sexe":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/SiftNumberQuery"},"source_date":{"$ref":"#/components/schemas/SiftStringQuery"},"command_id":{"$ref":"#/components/schemas/SiftStringQuery"}}}}}}
```

## The ZenchefFeedbackContentMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftNumberQuery"},"service_body":{"$ref":"#/components/schemas/SiftStringQuery"},"menu":{"$ref":"#/components/schemas/SiftNumberQuery"},"menu_body":{"$ref":"#/components/schemas/SiftStringQuery"},"ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"ambiance_body":{"$ref":"#/components/schemas/SiftStringQuery"},"value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"value_for_money_body":{"$ref":"#/components/schemas/SiftStringQuery"},"body":{"$ref":"#/components/schemas/SiftStringQuery"},"global":{"$ref":"#/components/schemas/SiftNumberQuery"},"read":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The SevenroomsFeedbackContentMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SevenroomsFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"feedback_type":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_id":{"$ref":"#/components/schemas/SiftStringQuery"},"order_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_date":{"$ref":"#/components/schemas/SiftStringQuery"},"received_date":{"$ref":"#/components/schemas/SiftStringQuery"},"created_date":{"$ref":"#/components/schemas/SiftStringQuery"},"recommend_to_friend":{"$ref":"#/components/schemas/SiftStringQuery"},"overall":{"$ref":"#/components/schemas/SiftStringQuery"},"food":{"$ref":"#/components/schemas/SiftStringQuery"},"drinks":{"$ref":"#/components/schemas/SiftStringQuery"},"ambience":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The SundayFeedbackContentMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SundayFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"review_id":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at_local":{"$ref":"#/components/schemas/SiftStringQuery"},"business_id":{"$ref":"#/components/schemas/SiftStringQuery"},"payment_id":{"$ref":"#/components/schemas/SiftStringQuery"},"platform":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"table_number":{"$ref":"#/components/schemas/SiftNumberQuery"},"reply_content":{"$ref":"#/components/schemas/SiftStringQuery"},"replied_at":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"order_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"currency_code":{"$ref":"#/components/schemas/SiftStringQuery"},"staff_name":{"$ref":"#/components/schemas/SiftStringQuery"},"rating_dimension_food_and_drinks":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_service":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_coming_from_sunday":{"$ref":"#/components/schemas/SiftBooleanQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}}}}}
```

## The BookingFeedbackReplyMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}}}}}
```

## The BookingFeedbackContentMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"BookingFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/SiftStringQuery"},"yourname":{"$ref":"#/components/schemas/SiftStringQuery"},"processedBy":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServicesFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfort":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelNegative":{"$ref":"#/components/schemas/SiftStringQuery"},"preferred":{"$ref":"#/components/schemas/SiftNumberQuery"},"pagename":{"$ref":"#/components/schemas/SiftStringQuery"},"translateButtonStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"processingDate":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelClean":{"$ref":"#/components/schemas/SiftNumberQuery"},"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelValueFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelId":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCity":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasMatcherEmbeddable"},"hotelLocationFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelNegativeTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfortFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelStaffFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"cc1":{"$ref":"#/components/schemas/SiftStringQuery"},"additionalRatings":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"canReply":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverageFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelLocation":{"$ref":"#/components/schemas/SiftNumberQuery"},"anonymous":{"$ref":"#/components/schemas/SiftNumberQuery"},"isNew":{"$ref":"#/components/schemas/SiftNumberQuery"},"class":{"$ref":"#/components/schemas/SiftNumberQuery"},"title":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"suppressedComment":{"$ref":"#/components/schemas/SiftStringQuery"},"approvalStatus":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelStaff":{"$ref":"#/components/schemas/SiftNumberQuery"},"suppressed":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositive":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServices":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositiveTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"approved":{"$ref":"#/components/schemas/SiftStringQuery"},"titleTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"stayStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"booknumber":{"$ref":"#/components/schemas/SiftNumberQuery"},"completed":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelValue":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCleanFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverage":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The BookingFeedbackMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"BookingFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"facility_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"account":{"$ref":"#/components/schemas/SiftStringQuery"},"data":{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasMatcherEmbeddable"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"BookingFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/SiftStringQuery"},"yourname":{"$ref":"#/components/schemas/SiftStringQuery"},"processedBy":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServicesFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfort":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelNegative":{"$ref":"#/components/schemas/SiftStringQuery"},"preferred":{"$ref":"#/components/schemas/SiftNumberQuery"},"pagename":{"$ref":"#/components/schemas/SiftStringQuery"},"translateButtonStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"processingDate":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelClean":{"$ref":"#/components/schemas/SiftNumberQuery"},"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelValueFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelId":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCity":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasMatcherEmbeddable"},"hotelLocationFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelNegativeTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfortFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelStaffFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"cc1":{"$ref":"#/components/schemas/SiftStringQuery"},"additionalRatings":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"canReply":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverageFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelLocation":{"$ref":"#/components/schemas/SiftNumberQuery"},"anonymous":{"$ref":"#/components/schemas/SiftNumberQuery"},"isNew":{"$ref":"#/components/schemas/SiftNumberQuery"},"class":{"$ref":"#/components/schemas/SiftNumberQuery"},"title":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"suppressedComment":{"$ref":"#/components/schemas/SiftStringQuery"},"approvalStatus":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelStaff":{"$ref":"#/components/schemas/SiftNumberQuery"},"suppressed":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositive":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServices":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositiveTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"approved":{"$ref":"#/components/schemas/SiftStringQuery"},"titleTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"stayStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"booknumber":{"$ref":"#/components/schemas/SiftNumberQuery"},"completed":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelValue":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCleanFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverage":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}}}}}
```

## The SupportEmailFeedbackMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SupportEmailFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"Subject":{"$ref":"#/components/schemas/SiftStringQuery"},"From":{"$ref":"#/components/schemas/SiftStringQuery"},"FromName":{"$ref":"#/components/schemas/SiftStringQuery"},"To":{"$ref":"#/components/schemas/SiftStringQuery"},"Cc":{"$ref":"#/components/schemas/SiftStringQuery"},"Bcc":{"$ref":"#/components/schemas/SiftStringQuery"},"OriginalRecipient":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}}}}}
```

## The FeedbackContentMetadatasMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsFeedbackContentMetadatasMatcherEmbeddable"},"sunday":{"$ref":"#/components/schemas/SundayFeedbackContentMetadatasMatcherEmbeddable"},"booking":{"$ref":"#/components/schemas/BookingFeedbackMetadatasMatcherEmbeddable"},"email":{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftNumberQuery"},"service_body":{"$ref":"#/components/schemas/SiftStringQuery"},"menu":{"$ref":"#/components/schemas/SiftNumberQuery"},"menu_body":{"$ref":"#/components/schemas/SiftStringQuery"},"ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"ambiance_body":{"$ref":"#/components/schemas/SiftStringQuery"},"value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"value_for_money_body":{"$ref":"#/components/schemas/SiftStringQuery"},"body":{"$ref":"#/components/schemas/SiftStringQuery"},"global":{"$ref":"#/components/schemas/SiftNumberQuery"},"read":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SevenroomsFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"feedback_type":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_id":{"$ref":"#/components/schemas/SiftStringQuery"},"order_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_date":{"$ref":"#/components/schemas/SiftStringQuery"},"received_date":{"$ref":"#/components/schemas/SiftStringQuery"},"created_date":{"$ref":"#/components/schemas/SiftStringQuery"},"recommend_to_friend":{"$ref":"#/components/schemas/SiftStringQuery"},"overall":{"$ref":"#/components/schemas/SiftStringQuery"},"food":{"$ref":"#/components/schemas/SiftStringQuery"},"drinks":{"$ref":"#/components/schemas/SiftStringQuery"},"ambience":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SundayFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"review_id":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at_local":{"$ref":"#/components/schemas/SiftStringQuery"},"business_id":{"$ref":"#/components/schemas/SiftStringQuery"},"payment_id":{"$ref":"#/components/schemas/SiftStringQuery"},"platform":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"table_number":{"$ref":"#/components/schemas/SiftNumberQuery"},"reply_content":{"$ref":"#/components/schemas/SiftStringQuery"},"replied_at":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"order_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"currency_code":{"$ref":"#/components/schemas/SiftStringQuery"},"staff_name":{"$ref":"#/components/schemas/SiftStringQuery"},"rating_dimension_food_and_drinks":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_service":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_coming_from_sunday":{"$ref":"#/components/schemas/SiftBooleanQuery"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"BookingFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"facility_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"account":{"$ref":"#/components/schemas/SiftStringQuery"},"data":{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasMatcherEmbeddable"}}},"BookingFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/SiftStringQuery"},"yourname":{"$ref":"#/components/schemas/SiftStringQuery"},"processedBy":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServicesFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfort":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelNegative":{"$ref":"#/components/schemas/SiftStringQuery"},"preferred":{"$ref":"#/components/schemas/SiftNumberQuery"},"pagename":{"$ref":"#/components/schemas/SiftStringQuery"},"translateButtonStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"processingDate":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelClean":{"$ref":"#/components/schemas/SiftNumberQuery"},"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelValueFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelId":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCity":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasMatcherEmbeddable"},"hotelLocationFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelNegativeTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfortFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelStaffFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"cc1":{"$ref":"#/components/schemas/SiftStringQuery"},"additionalRatings":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"canReply":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverageFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelLocation":{"$ref":"#/components/schemas/SiftNumberQuery"},"anonymous":{"$ref":"#/components/schemas/SiftNumberQuery"},"isNew":{"$ref":"#/components/schemas/SiftNumberQuery"},"class":{"$ref":"#/components/schemas/SiftNumberQuery"},"title":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"suppressedComment":{"$ref":"#/components/schemas/SiftStringQuery"},"approvalStatus":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelStaff":{"$ref":"#/components/schemas/SiftNumberQuery"},"suppressed":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositive":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServices":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositiveTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"approved":{"$ref":"#/components/schemas/SiftStringQuery"},"titleTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"stayStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"booknumber":{"$ref":"#/components/schemas/SiftNumberQuery"},"completed":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelValue":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCleanFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverage":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"SupportEmailFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"Subject":{"$ref":"#/components/schemas/SiftStringQuery"},"From":{"$ref":"#/components/schemas/SiftStringQuery"},"FromName":{"$ref":"#/components/schemas/SiftStringQuery"},"To":{"$ref":"#/components/schemas/SiftStringQuery"},"Cc":{"$ref":"#/components/schemas/SiftStringQuery"},"Bcc":{"$ref":"#/components/schemas/SiftStringQuery"},"OriginalRecipient":{"$ref":"#/components/schemas/SiftStringQuery"}}}}}}
```

## The FeedbackContentMatcherEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentMatcherEmbeddable":{"type":"object","properties":{"text":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"index":{"$ref":"#/components/schemas/SiftNumberQuery"},"textSize":{"$ref":"#/components/schemas/SiftNumberQuery"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"likeRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"replyRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"hideRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"attributes":{"$ref":"#/components/schemas/FeedbackContentCustomAttributeValueMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/FeedbackContentFeedbackTagMatcherEmbeddable"},"tagsPivot":{"$ref":"#/components/schemas/FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable"},"surveyReplies":{"$ref":"#/components/schemas/FeedbackContentSurveyReplyMatcherEmbeddable"},"contactFormReplies":{"$ref":"#/components/schemas/FeedbackContentContactFormReplyMatcherEmbeddable"},"feedback":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackContentMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"FeedbackContentCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"FeedbackContentFeedbackTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"tag":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}}},"FeedbackContentSurveyReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SurveyReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}}},"FeedbackContentContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"ContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}}},"FeedbackMatcherEmbeddable":{"type":"object","properties":{"class":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"store":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"},"brand":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"purchase":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"},"survey":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"},"form":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"},"surveyTracker":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"},"supportEmail":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackMetadatasMatcherEmbeddable"},"allowAutoReply":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}}},"StoreMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"groups":{"$ref":"#/components/schemas/StoreStoreGroupMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}}},"StoreStoreGroupMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"BrandMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}}},"CustomerMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"description":{"$ref":"#/components/schemas/SiftStringQuery"},"firstName":{"$ref":"#/components/schemas/SiftStringQuery"},"lastName":{"$ref":"#/components/schemas/SiftStringQuery"},"displayName":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phoneNumber":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"attributes":{"$ref":"#/components/schemas/CustomerCustomAttributeValueMatcherEmbeddable"},"feedbackCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseAmount":{"$ref":"#/components/schemas/SiftNumberQuery"},"averageFeedbackRating":{"$ref":"#/components/schemas/SiftNumberQuery"},"dataSources":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"zenchefId":{"$ref":"#/components/schemas/SiftStringQuery"},"zeltyId":{"$ref":"#/components/schemas/SiftStringQuery"},"ubereatsId":{"$ref":"#/components/schemas/SiftStringQuery"},"sevenroomsId":{"$ref":"#/components/schemas/SiftStringQuery"},"metadatas":{"$ref":"#/components/schemas/CustomerMetadatasMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/CustomerCustomerTagMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}}},"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"PurchaseMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"externalId":{"$ref":"#/components/schemas/SiftStringQuery"},"amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"attributes":{"$ref":"#/components/schemas/PurchaseCustomAttributeValueMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/PurchaseMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}}},"PurchaseCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"PurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasMatcherEmbeddable"},"juxta":{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasMatcherEmbeddable"},"oracle":{"$ref":"#/components/schemas/OraclePurchaseMetadatasMatcherEmbeddable"}}},"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SurveyMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"publiclyAvailable":{"$ref":"#/components/schemas/SiftBooleanQuery"},"sendingChannels":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}}},"ContactFormMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}}},"SurveyTrackerMatcherEmbeddable":{"type":"object","properties":{"sendingIndex":{"$ref":"#/components/schemas/SiftNumberQuery"},"sendingType":{"$ref":"#/components/schemas/SiftStringQuery"},"clicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"uniqueClicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}}},"SupportEmailMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"default":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}}},"FeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"external_site":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id_site":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"booking_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"guest_id":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"sexe":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/SiftNumberQuery"},"source_date":{"$ref":"#/components/schemas/SiftStringQuery"},"command_id":{"$ref":"#/components/schemas/SiftStringQuery"}}},"FeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsFeedbackContentMetadatasMatcherEmbeddable"},"sunday":{"$ref":"#/components/schemas/SundayFeedbackContentMetadatasMatcherEmbeddable"},"booking":{"$ref":"#/components/schemas/BookingFeedbackMetadatasMatcherEmbeddable"},"email":{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftNumberQuery"},"service_body":{"$ref":"#/components/schemas/SiftStringQuery"},"menu":{"$ref":"#/components/schemas/SiftNumberQuery"},"menu_body":{"$ref":"#/components/schemas/SiftStringQuery"},"ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"ambiance_body":{"$ref":"#/components/schemas/SiftStringQuery"},"value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"value_for_money_body":{"$ref":"#/components/schemas/SiftStringQuery"},"body":{"$ref":"#/components/schemas/SiftStringQuery"},"global":{"$ref":"#/components/schemas/SiftNumberQuery"},"read":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SevenroomsFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"feedback_type":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_id":{"$ref":"#/components/schemas/SiftStringQuery"},"order_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_date":{"$ref":"#/components/schemas/SiftStringQuery"},"received_date":{"$ref":"#/components/schemas/SiftStringQuery"},"created_date":{"$ref":"#/components/schemas/SiftStringQuery"},"recommend_to_friend":{"$ref":"#/components/schemas/SiftStringQuery"},"overall":{"$ref":"#/components/schemas/SiftStringQuery"},"food":{"$ref":"#/components/schemas/SiftStringQuery"},"drinks":{"$ref":"#/components/schemas/SiftStringQuery"},"ambience":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SundayFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"review_id":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at_local":{"$ref":"#/components/schemas/SiftStringQuery"},"business_id":{"$ref":"#/components/schemas/SiftStringQuery"},"payment_id":{"$ref":"#/components/schemas/SiftStringQuery"},"platform":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"table_number":{"$ref":"#/components/schemas/SiftNumberQuery"},"reply_content":{"$ref":"#/components/schemas/SiftStringQuery"},"replied_at":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"order_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"currency_code":{"$ref":"#/components/schemas/SiftStringQuery"},"staff_name":{"$ref":"#/components/schemas/SiftStringQuery"},"rating_dimension_food_and_drinks":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_service":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_coming_from_sunday":{"$ref":"#/components/schemas/SiftBooleanQuery"}}},"BookingFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"facility_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"account":{"$ref":"#/components/schemas/SiftStringQuery"},"data":{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasMatcherEmbeddable"}}},"BookingFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/SiftStringQuery"},"yourname":{"$ref":"#/components/schemas/SiftStringQuery"},"processedBy":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServicesFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfort":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelNegative":{"$ref":"#/components/schemas/SiftStringQuery"},"preferred":{"$ref":"#/components/schemas/SiftNumberQuery"},"pagename":{"$ref":"#/components/schemas/SiftStringQuery"},"translateButtonStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"processingDate":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelClean":{"$ref":"#/components/schemas/SiftNumberQuery"},"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelValueFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelId":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCity":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasMatcherEmbeddable"},"hotelLocationFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelNegativeTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfortFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelStaffFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"cc1":{"$ref":"#/components/schemas/SiftStringQuery"},"additionalRatings":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"canReply":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverageFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelLocation":{"$ref":"#/components/schemas/SiftNumberQuery"},"anonymous":{"$ref":"#/components/schemas/SiftNumberQuery"},"isNew":{"$ref":"#/components/schemas/SiftNumberQuery"},"class":{"$ref":"#/components/schemas/SiftNumberQuery"},"title":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"suppressedComment":{"$ref":"#/components/schemas/SiftStringQuery"},"approvalStatus":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelStaff":{"$ref":"#/components/schemas/SiftNumberQuery"},"suppressed":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositive":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServices":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositiveTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"approved":{"$ref":"#/components/schemas/SiftStringQuery"},"titleTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"stayStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"booknumber":{"$ref":"#/components/schemas/SiftNumberQuery"},"completed":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelValue":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCleanFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverage":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SupportEmailFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"Subject":{"$ref":"#/components/schemas/SiftStringQuery"},"From":{"$ref":"#/components/schemas/SiftStringQuery"},"FromName":{"$ref":"#/components/schemas/SiftStringQuery"},"To":{"$ref":"#/components/schemas/SiftStringQuery"},"Cc":{"$ref":"#/components/schemas/SiftStringQuery"},"Bcc":{"$ref":"#/components/schemas/SiftStringQuery"},"OriginalRecipient":{"$ref":"#/components/schemas/SiftStringQuery"}}}}}}
```

## The CustomAttributeAutoDetectConfigEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomAttributeAutoDetectConfigEmbeddable":{"type":"object","properties":{"promptMessage":{"type":"string","description":"The message to prompt users with when asking them to provide feedback for auto-detection of custom attribute values."},"allowNewPossibleValues":{"type":"boolean","description":"Whether to allow new possible values to be created when auto detecting\n@default false","default":false},"eraseExistingValues":{"type":"boolean","description":"Whether to erase existing custom attribute values for the target entity when auto-detecting new values.\nIf true, all existing values will be deleted before assigning the newly auto-detected value(s).\nIf false, the newly auto-detected value(s) will be assigned in addition to any existing values.\nThis option is only used for multi-select type custom attributes, where you may want to keep existing values while adding new ones.\n@default true","default":true},"matcher":{"nullable":true,"description":"The configuration for matching feedback content to determine if it should be used for auto-detection of custom attribute values.\n@default null","default":null,"allOf":[{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}]}},"required":["promptMessage","allowNewPossibleValues","eraseExistingValues","matcher"]},"FeedbackContentMatcherEmbeddable":{"type":"object","properties":{"text":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"index":{"$ref":"#/components/schemas/SiftNumberQuery"},"textSize":{"$ref":"#/components/schemas/SiftNumberQuery"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"likeRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"replyRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"hideRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"attributes":{"$ref":"#/components/schemas/FeedbackContentCustomAttributeValueMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/FeedbackContentFeedbackTagMatcherEmbeddable"},"tagsPivot":{"$ref":"#/components/schemas/FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable"},"surveyReplies":{"$ref":"#/components/schemas/FeedbackContentSurveyReplyMatcherEmbeddable"},"contactFormReplies":{"$ref":"#/components/schemas/FeedbackContentContactFormReplyMatcherEmbeddable"},"feedback":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackContentMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"FeedbackContentCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"FeedbackContentFeedbackTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"tag":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}}},"FeedbackContentSurveyReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SurveyReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}}},"FeedbackContentContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"ContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}}},"FeedbackMatcherEmbeddable":{"type":"object","properties":{"class":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"store":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"},"brand":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"purchase":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"},"survey":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"},"form":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"},"surveyTracker":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"},"supportEmail":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackMetadatasMatcherEmbeddable"},"allowAutoReply":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}}},"StoreMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"groups":{"$ref":"#/components/schemas/StoreStoreGroupMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}}},"StoreStoreGroupMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"BrandMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}}},"CustomerMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"description":{"$ref":"#/components/schemas/SiftStringQuery"},"firstName":{"$ref":"#/components/schemas/SiftStringQuery"},"lastName":{"$ref":"#/components/schemas/SiftStringQuery"},"displayName":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phoneNumber":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"attributes":{"$ref":"#/components/schemas/CustomerCustomAttributeValueMatcherEmbeddable"},"feedbackCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseAmount":{"$ref":"#/components/schemas/SiftNumberQuery"},"averageFeedbackRating":{"$ref":"#/components/schemas/SiftNumberQuery"},"dataSources":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"zenchefId":{"$ref":"#/components/schemas/SiftStringQuery"},"zeltyId":{"$ref":"#/components/schemas/SiftStringQuery"},"ubereatsId":{"$ref":"#/components/schemas/SiftStringQuery"},"sevenroomsId":{"$ref":"#/components/schemas/SiftStringQuery"},"metadatas":{"$ref":"#/components/schemas/CustomerMetadatasMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/CustomerCustomerTagMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}}},"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"PurchaseMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"externalId":{"$ref":"#/components/schemas/SiftStringQuery"},"amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"attributes":{"$ref":"#/components/schemas/PurchaseCustomAttributeValueMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/PurchaseMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}}},"PurchaseCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"PurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasMatcherEmbeddable"},"juxta":{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasMatcherEmbeddable"},"oracle":{"$ref":"#/components/schemas/OraclePurchaseMetadatasMatcherEmbeddable"}}},"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SurveyMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"publiclyAvailable":{"$ref":"#/components/schemas/SiftBooleanQuery"},"sendingChannels":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}}},"ContactFormMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}}},"SurveyTrackerMatcherEmbeddable":{"type":"object","properties":{"sendingIndex":{"$ref":"#/components/schemas/SiftNumberQuery"},"sendingType":{"$ref":"#/components/schemas/SiftStringQuery"},"clicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"uniqueClicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}}},"SupportEmailMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"default":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}}},"FeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"external_site":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id_site":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"booking_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"guest_id":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"sexe":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/SiftNumberQuery"},"source_date":{"$ref":"#/components/schemas/SiftStringQuery"},"command_id":{"$ref":"#/components/schemas/SiftStringQuery"}}},"FeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsFeedbackContentMetadatasMatcherEmbeddable"},"sunday":{"$ref":"#/components/schemas/SundayFeedbackContentMetadatasMatcherEmbeddable"},"booking":{"$ref":"#/components/schemas/BookingFeedbackMetadatasMatcherEmbeddable"},"email":{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftNumberQuery"},"service_body":{"$ref":"#/components/schemas/SiftStringQuery"},"menu":{"$ref":"#/components/schemas/SiftNumberQuery"},"menu_body":{"$ref":"#/components/schemas/SiftStringQuery"},"ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"ambiance_body":{"$ref":"#/components/schemas/SiftStringQuery"},"value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"value_for_money_body":{"$ref":"#/components/schemas/SiftStringQuery"},"body":{"$ref":"#/components/schemas/SiftStringQuery"},"global":{"$ref":"#/components/schemas/SiftNumberQuery"},"read":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SevenroomsFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"feedback_type":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_id":{"$ref":"#/components/schemas/SiftStringQuery"},"order_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_date":{"$ref":"#/components/schemas/SiftStringQuery"},"received_date":{"$ref":"#/components/schemas/SiftStringQuery"},"created_date":{"$ref":"#/components/schemas/SiftStringQuery"},"recommend_to_friend":{"$ref":"#/components/schemas/SiftStringQuery"},"overall":{"$ref":"#/components/schemas/SiftStringQuery"},"food":{"$ref":"#/components/schemas/SiftStringQuery"},"drinks":{"$ref":"#/components/schemas/SiftStringQuery"},"ambience":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SundayFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"review_id":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at_local":{"$ref":"#/components/schemas/SiftStringQuery"},"business_id":{"$ref":"#/components/schemas/SiftStringQuery"},"payment_id":{"$ref":"#/components/schemas/SiftStringQuery"},"platform":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"table_number":{"$ref":"#/components/schemas/SiftNumberQuery"},"reply_content":{"$ref":"#/components/schemas/SiftStringQuery"},"replied_at":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"order_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"currency_code":{"$ref":"#/components/schemas/SiftStringQuery"},"staff_name":{"$ref":"#/components/schemas/SiftStringQuery"},"rating_dimension_food_and_drinks":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_service":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_coming_from_sunday":{"$ref":"#/components/schemas/SiftBooleanQuery"}}},"BookingFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"facility_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"account":{"$ref":"#/components/schemas/SiftStringQuery"},"data":{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasMatcherEmbeddable"}}},"BookingFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/SiftStringQuery"},"yourname":{"$ref":"#/components/schemas/SiftStringQuery"},"processedBy":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServicesFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfort":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelNegative":{"$ref":"#/components/schemas/SiftStringQuery"},"preferred":{"$ref":"#/components/schemas/SiftNumberQuery"},"pagename":{"$ref":"#/components/schemas/SiftStringQuery"},"translateButtonStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"processingDate":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelClean":{"$ref":"#/components/schemas/SiftNumberQuery"},"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelValueFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelId":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCity":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasMatcherEmbeddable"},"hotelLocationFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelNegativeTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfortFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelStaffFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"cc1":{"$ref":"#/components/schemas/SiftStringQuery"},"additionalRatings":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"canReply":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverageFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelLocation":{"$ref":"#/components/schemas/SiftNumberQuery"},"anonymous":{"$ref":"#/components/schemas/SiftNumberQuery"},"isNew":{"$ref":"#/components/schemas/SiftNumberQuery"},"class":{"$ref":"#/components/schemas/SiftNumberQuery"},"title":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"suppressedComment":{"$ref":"#/components/schemas/SiftStringQuery"},"approvalStatus":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelStaff":{"$ref":"#/components/schemas/SiftNumberQuery"},"suppressed":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositive":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServices":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositiveTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"approved":{"$ref":"#/components/schemas/SiftStringQuery"},"titleTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"stayStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"booknumber":{"$ref":"#/components/schemas/SiftNumberQuery"},"completed":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelValue":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCleanFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverage":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SupportEmailFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"Subject":{"$ref":"#/components/schemas/SiftStringQuery"},"From":{"$ref":"#/components/schemas/SiftStringQuery"},"FromName":{"$ref":"#/components/schemas/SiftStringQuery"},"To":{"$ref":"#/components/schemas/SiftStringQuery"},"Cc":{"$ref":"#/components/schemas/SiftStringQuery"},"Bcc":{"$ref":"#/components/schemas/SiftStringQuery"},"OriginalRecipient":{"$ref":"#/components/schemas/SiftStringQuery"}}}}}}
```

## The CustomAttributePossibleValueCreator object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"CustomAttributePossibleValueCreator":{"type":"string","enum":["USER","AI"],"description":"Creator of the possible value\n- USER: Created by a user\n- AI: Created by the system through AI suggestions"}}}}
```

## The PartnerCustomAttributePossibleValue object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomAttributePossibleValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"value":{"type":"string","description":"The value of the possible value for the custom attribute."},"color":{"type":"string","nullable":true,"description":"Display color","default":null},"creator":{"description":"Creator of the possible value\n- USER: Created by a user\n- AI: Created by the system through AI suggestions","allOf":[{"$ref":"#/components/schemas/CustomAttributePossibleValueCreator"}]}},"required":["id","createdAt","updatedAt","value","color","creator"]},"CustomAttributePossibleValueCreator":{"type":"string","enum":["USER","AI"],"description":"Creator of the possible value\n- USER: Created by a user\n- AI: Created by the system through AI suggestions"}}}}
```

## The PartnerCustomAttribute object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomAttribute":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"The name of the custom attribute."},"description":{"type":"string","nullable":true,"description":"Description of the custom attribute.","default":null},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"targetType":{"description":"The target type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeTargetType"}]},"autoDetect":{"type":"boolean","description":"Whether the custom attribute should be automatically detected during analysis."},"autoDetectConfig":{"description":"Configuration for auto-detection of the custom attribute.","default":null,"nullable":true,"allOf":[{"$ref":"#/components/schemas/CustomAttributeAutoDetectConfigEmbeddable"}]},"possibleValues":{"description":"List of possible values for the custom attribute (applicable for select types).","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomAttributePossibleValue"}}},"required":["id","createdAt","updatedAt","name","description","type","targetType","autoDetect","autoDetectConfig","possibleValues"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."},"CustomAttributeTargetType":{"type":"string","enum":["FEEDBACK","CUSTOMER","PURCHASE"],"description":"The target type of the custom attribute."},"CustomAttributeAutoDetectConfigEmbeddable":{"type":"object","properties":{"promptMessage":{"type":"string","description":"The message to prompt users with when asking them to provide feedback for auto-detection of custom attribute values."},"allowNewPossibleValues":{"type":"boolean","description":"Whether to allow new possible values to be created when auto detecting\n@default false","default":false},"eraseExistingValues":{"type":"boolean","description":"Whether to erase existing custom attribute values for the target entity when auto-detecting new values.\nIf true, all existing values will be deleted before assigning the newly auto-detected value(s).\nIf false, the newly auto-detected value(s) will be assigned in addition to any existing values.\nThis option is only used for multi-select type custom attributes, where you may want to keep existing values while adding new ones.\n@default true","default":true},"matcher":{"nullable":true,"description":"The configuration for matching feedback content to determine if it should be used for auto-detection of custom attribute values.\n@default null","default":null,"allOf":[{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}]}},"required":["promptMessage","allowNewPossibleValues","eraseExistingValues","matcher"]},"FeedbackContentMatcherEmbeddable":{"type":"object","properties":{"text":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"index":{"$ref":"#/components/schemas/SiftNumberQuery"},"textSize":{"$ref":"#/components/schemas/SiftNumberQuery"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"likeRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"replyRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"hideRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"attributes":{"$ref":"#/components/schemas/FeedbackContentCustomAttributeValueMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/FeedbackContentFeedbackTagMatcherEmbeddable"},"tagsPivot":{"$ref":"#/components/schemas/FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable"},"surveyReplies":{"$ref":"#/components/schemas/FeedbackContentSurveyReplyMatcherEmbeddable"},"contactFormReplies":{"$ref":"#/components/schemas/FeedbackContentContactFormReplyMatcherEmbeddable"},"feedback":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackContentMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"FeedbackContentCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"FeedbackContentFeedbackTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"tag":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}}},"FeedbackContentSurveyReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SurveyReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}}},"FeedbackContentContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"ContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}}},"FeedbackMatcherEmbeddable":{"type":"object","properties":{"class":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"store":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"},"brand":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"purchase":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"},"survey":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"},"form":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"},"surveyTracker":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"},"supportEmail":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackMetadatasMatcherEmbeddable"},"allowAutoReply":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}}},"StoreMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"groups":{"$ref":"#/components/schemas/StoreStoreGroupMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}}},"StoreStoreGroupMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"BrandMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}}},"CustomerMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"description":{"$ref":"#/components/schemas/SiftStringQuery"},"firstName":{"$ref":"#/components/schemas/SiftStringQuery"},"lastName":{"$ref":"#/components/schemas/SiftStringQuery"},"displayName":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phoneNumber":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"attributes":{"$ref":"#/components/schemas/CustomerCustomAttributeValueMatcherEmbeddable"},"feedbackCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseAmount":{"$ref":"#/components/schemas/SiftNumberQuery"},"averageFeedbackRating":{"$ref":"#/components/schemas/SiftNumberQuery"},"dataSources":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"zenchefId":{"$ref":"#/components/schemas/SiftStringQuery"},"zeltyId":{"$ref":"#/components/schemas/SiftStringQuery"},"ubereatsId":{"$ref":"#/components/schemas/SiftStringQuery"},"sevenroomsId":{"$ref":"#/components/schemas/SiftStringQuery"},"metadatas":{"$ref":"#/components/schemas/CustomerMetadatasMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/CustomerCustomerTagMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}}},"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"PurchaseMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"externalId":{"$ref":"#/components/schemas/SiftStringQuery"},"amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"attributes":{"$ref":"#/components/schemas/PurchaseCustomAttributeValueMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/PurchaseMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}}},"PurchaseCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"PurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasMatcherEmbeddable"},"juxta":{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasMatcherEmbeddable"},"oracle":{"$ref":"#/components/schemas/OraclePurchaseMetadatasMatcherEmbeddable"}}},"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SurveyMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"publiclyAvailable":{"$ref":"#/components/schemas/SiftBooleanQuery"},"sendingChannels":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}}},"ContactFormMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}}},"SurveyTrackerMatcherEmbeddable":{"type":"object","properties":{"sendingIndex":{"$ref":"#/components/schemas/SiftNumberQuery"},"sendingType":{"$ref":"#/components/schemas/SiftStringQuery"},"clicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"uniqueClicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}}},"SupportEmailMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"default":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}}},"FeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"external_site":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id_site":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"booking_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"guest_id":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"sexe":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/SiftNumberQuery"},"source_date":{"$ref":"#/components/schemas/SiftStringQuery"},"command_id":{"$ref":"#/components/schemas/SiftStringQuery"}}},"FeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsFeedbackContentMetadatasMatcherEmbeddable"},"sunday":{"$ref":"#/components/schemas/SundayFeedbackContentMetadatasMatcherEmbeddable"},"booking":{"$ref":"#/components/schemas/BookingFeedbackMetadatasMatcherEmbeddable"},"email":{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftNumberQuery"},"service_body":{"$ref":"#/components/schemas/SiftStringQuery"},"menu":{"$ref":"#/components/schemas/SiftNumberQuery"},"menu_body":{"$ref":"#/components/schemas/SiftStringQuery"},"ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"ambiance_body":{"$ref":"#/components/schemas/SiftStringQuery"},"value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"value_for_money_body":{"$ref":"#/components/schemas/SiftStringQuery"},"body":{"$ref":"#/components/schemas/SiftStringQuery"},"global":{"$ref":"#/components/schemas/SiftNumberQuery"},"read":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SevenroomsFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"feedback_type":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_id":{"$ref":"#/components/schemas/SiftStringQuery"},"order_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_date":{"$ref":"#/components/schemas/SiftStringQuery"},"received_date":{"$ref":"#/components/schemas/SiftStringQuery"},"created_date":{"$ref":"#/components/schemas/SiftStringQuery"},"recommend_to_friend":{"$ref":"#/components/schemas/SiftStringQuery"},"overall":{"$ref":"#/components/schemas/SiftStringQuery"},"food":{"$ref":"#/components/schemas/SiftStringQuery"},"drinks":{"$ref":"#/components/schemas/SiftStringQuery"},"ambience":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SundayFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"review_id":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at_local":{"$ref":"#/components/schemas/SiftStringQuery"},"business_id":{"$ref":"#/components/schemas/SiftStringQuery"},"payment_id":{"$ref":"#/components/schemas/SiftStringQuery"},"platform":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"table_number":{"$ref":"#/components/schemas/SiftNumberQuery"},"reply_content":{"$ref":"#/components/schemas/SiftStringQuery"},"replied_at":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"order_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"currency_code":{"$ref":"#/components/schemas/SiftStringQuery"},"staff_name":{"$ref":"#/components/schemas/SiftStringQuery"},"rating_dimension_food_and_drinks":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_service":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_coming_from_sunday":{"$ref":"#/components/schemas/SiftBooleanQuery"}}},"BookingFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"facility_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"account":{"$ref":"#/components/schemas/SiftStringQuery"},"data":{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasMatcherEmbeddable"}}},"BookingFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/SiftStringQuery"},"yourname":{"$ref":"#/components/schemas/SiftStringQuery"},"processedBy":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServicesFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfort":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelNegative":{"$ref":"#/components/schemas/SiftStringQuery"},"preferred":{"$ref":"#/components/schemas/SiftNumberQuery"},"pagename":{"$ref":"#/components/schemas/SiftStringQuery"},"translateButtonStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"processingDate":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelClean":{"$ref":"#/components/schemas/SiftNumberQuery"},"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelValueFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelId":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCity":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasMatcherEmbeddable"},"hotelLocationFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelNegativeTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfortFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelStaffFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"cc1":{"$ref":"#/components/schemas/SiftStringQuery"},"additionalRatings":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"canReply":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverageFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelLocation":{"$ref":"#/components/schemas/SiftNumberQuery"},"anonymous":{"$ref":"#/components/schemas/SiftNumberQuery"},"isNew":{"$ref":"#/components/schemas/SiftNumberQuery"},"class":{"$ref":"#/components/schemas/SiftNumberQuery"},"title":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"suppressedComment":{"$ref":"#/components/schemas/SiftStringQuery"},"approvalStatus":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelStaff":{"$ref":"#/components/schemas/SiftNumberQuery"},"suppressed":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositive":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServices":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositiveTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"approved":{"$ref":"#/components/schemas/SiftStringQuery"},"titleTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"stayStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"booknumber":{"$ref":"#/components/schemas/SiftNumberQuery"},"completed":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelValue":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCleanFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverage":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SupportEmailFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"Subject":{"$ref":"#/components/schemas/SiftStringQuery"},"From":{"$ref":"#/components/schemas/SiftStringQuery"},"FromName":{"$ref":"#/components/schemas/SiftStringQuery"},"To":{"$ref":"#/components/schemas/SiftStringQuery"},"Cc":{"$ref":"#/components/schemas/SiftStringQuery"},"Bcc":{"$ref":"#/components/schemas/SiftStringQuery"},"OriginalRecipient":{"$ref":"#/components/schemas/SiftStringQuery"}}},"PartnerCustomAttributePossibleValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"value":{"type":"string","description":"The value of the possible value for the custom attribute."},"color":{"type":"string","nullable":true,"description":"Display color","default":null},"creator":{"description":"Creator of the possible value\n- USER: Created by a user\n- AI: Created by the system through AI suggestions","allOf":[{"$ref":"#/components/schemas/CustomAttributePossibleValueCreator"}]}},"required":["id","createdAt","updatedAt","value","color","creator"]},"CustomAttributePossibleValueCreator":{"type":"string","enum":["USER","AI"],"description":"Creator of the possible value\n- USER: Created by a user\n- AI: Created by the system through AI suggestions"}}}}
```

## The PartnerCustomAttributeListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomAttributeListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1}}}}}}
```

## The PartnerCustomAttributeListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerCustomAttributeListingOutput":{"type":"object","properties":{"items":{"description":"List of custom attributes","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomAttribute"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerCustomAttribute":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"name":{"type":"string","description":"The name of the custom attribute."},"description":{"type":"string","nullable":true,"description":"Description of the custom attribute.","default":null},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"targetType":{"description":"The target type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeTargetType"}]},"autoDetect":{"type":"boolean","description":"Whether the custom attribute should be automatically detected during analysis."},"autoDetectConfig":{"description":"Configuration for auto-detection of the custom attribute.","default":null,"nullable":true,"allOf":[{"$ref":"#/components/schemas/CustomAttributeAutoDetectConfigEmbeddable"}]},"possibleValues":{"description":"List of possible values for the custom attribute (applicable for select types).","type":"array","items":{"$ref":"#/components/schemas/PartnerCustomAttributePossibleValue"}}},"required":["id","createdAt","updatedAt","name","description","type","targetType","autoDetect","autoDetectConfig","possibleValues"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."},"CustomAttributeTargetType":{"type":"string","enum":["FEEDBACK","CUSTOMER","PURCHASE"],"description":"The target type of the custom attribute."},"CustomAttributeAutoDetectConfigEmbeddable":{"type":"object","properties":{"promptMessage":{"type":"string","description":"The message to prompt users with when asking them to provide feedback for auto-detection of custom attribute values."},"allowNewPossibleValues":{"type":"boolean","description":"Whether to allow new possible values to be created when auto detecting\n@default false","default":false},"eraseExistingValues":{"type":"boolean","description":"Whether to erase existing custom attribute values for the target entity when auto-detecting new values.\nIf true, all existing values will be deleted before assigning the newly auto-detected value(s).\nIf false, the newly auto-detected value(s) will be assigned in addition to any existing values.\nThis option is only used for multi-select type custom attributes, where you may want to keep existing values while adding new ones.\n@default true","default":true},"matcher":{"nullable":true,"description":"The configuration for matching feedback content to determine if it should be used for auto-detection of custom attribute values.\n@default null","default":null,"allOf":[{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}]}},"required":["promptMessage","allowNewPossibleValues","eraseExistingValues","matcher"]},"FeedbackContentMatcherEmbeddable":{"type":"object","properties":{"text":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"index":{"$ref":"#/components/schemas/SiftNumberQuery"},"textSize":{"$ref":"#/components/schemas/SiftNumberQuery"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"likeRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"replyRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"hideRecommended":{"$ref":"#/components/schemas/SiftBooleanQuery"},"attributes":{"$ref":"#/components/schemas/FeedbackContentCustomAttributeValueMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/FeedbackContentFeedbackTagMatcherEmbeddable"},"tagsPivot":{"$ref":"#/components/schemas/FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable"},"surveyReplies":{"$ref":"#/components/schemas/FeedbackContentSurveyReplyMatcherEmbeddable"},"contactFormReplies":{"$ref":"#/components/schemas/FeedbackContentContactFormReplyMatcherEmbeddable"},"feedback":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackContentMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentMatcherEmbeddable"}}},"SiftStringQuery":{"type":"object","properties":{"$ilike":{"type":"string"},"$nilike":{"type":"string"},"$eq":{"type":"string","nullable":true},"$ne":{"type":"string","nullable":true},"$regex":{"type":"string","nullable":true},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"SiftNumberQuery":{"type":"object","properties":{"$eq":{"type":"number","nullable":true},"$ne":{"type":"number","nullable":true},"$lt":{"type":"number"},"$gt":{"type":"number"},"$lte":{"type":"number"},"$gte":{"type":"number"},"$in":{"type":"array","items":{"type":"number"}},"$nin":{"type":"array","items":{"type":"number"}},"$exists":{"type":"boolean"}}},"SiftStringArrayQuery":{"type":"object","properties":{"$all":{"type":"array","items":{"type":"string"}},"$elemMatch":{"type":"string"},"$exists":{"type":"boolean"}}},"SiftBooleanQuery":{"type":"object","properties":{"$eq":{"type":"boolean","nullable":true},"$ne":{"type":"boolean","nullable":true},"$exists":{"type":"boolean"}}},"FeedbackContentCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"attribute":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"autoDetected":{"$ref":"#/components/schemas/SiftBooleanQuery"},"fromPossibleValue":{"$ref":"#/components/schemas/CustomAttributePossibleValueMatcherEmbeddable"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"CustomAttributeMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"SiftUUIDQuery":{"type":"object","properties":{"$eq":{"type":"string"},"$ne":{"type":"string"},"$in":{"type":"array","items":{"type":"string"}},"$nin":{"type":"array","items":{"type":"string"}},"$exists":{"type":"boolean"}}},"CustomAttributePossibleValueMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"value":{"$ref":"#/components/schemas/SiftStringQuery"},"creator":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomAttributeMatcherEmbeddable"}}},"FeedbackContentFeedbackTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"}}},"FeedbackContentFeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"FeedbackContentTagsPivotMatcherEmbeddable":{"type":"object","properties":{"tag":{"$ref":"#/components/schemas/FeedbackTagMatcherEmbeddable"},"polarity":{"$ref":"#/components/schemas/SiftStringQuery"},"themes":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"emotions":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackContentTagsPivotMatcherEmbeddable"}}},"FeedbackContentSurveyReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SurveyReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyReplyMatcherEmbeddable"}}},"FeedbackContentContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"ContactFormReplyMatcherEmbeddable":{"type":"object","properties":{"type":{"$ref":"#/components/schemas/SiftStringQuery"},"label":{"$ref":"#/components/schemas/SiftStringQuery"},"text":{"$ref":"#/components/schemas/SiftStringQuery"},"values":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"possibleValues":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormReplyMatcherEmbeddable"}}},"FeedbackMatcherEmbeddable":{"type":"object","properties":{"class":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"store":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"},"brand":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"purchase":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"},"survey":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"},"form":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"},"surveyTracker":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"},"supportEmail":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/FeedbackMetadatasMatcherEmbeddable"},"allowAutoReply":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/FeedbackMatcherEmbeddable"}}},"StoreMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"groups":{"$ref":"#/components/schemas/StoreStoreGroupMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreMatcherEmbeddable"}}},"StoreStoreGroupMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"StoreGroupMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"internalCode":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/StoreGroupMatcherEmbeddable"}}},"BrandMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/BrandMatcherEmbeddable"}}},"CustomerMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"description":{"$ref":"#/components/schemas/SiftStringQuery"},"firstName":{"$ref":"#/components/schemas/SiftStringQuery"},"lastName":{"$ref":"#/components/schemas/SiftStringQuery"},"displayName":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phoneNumber":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"attributes":{"$ref":"#/components/schemas/CustomerCustomAttributeValueMatcherEmbeddable"},"feedbackCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseCount":{"$ref":"#/components/schemas/SiftNumberQuery"},"purchaseAmount":{"$ref":"#/components/schemas/SiftNumberQuery"},"averageFeedbackRating":{"$ref":"#/components/schemas/SiftNumberQuery"},"dataSources":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"zenchefId":{"$ref":"#/components/schemas/SiftStringQuery"},"zeltyId":{"$ref":"#/components/schemas/SiftStringQuery"},"ubereatsId":{"$ref":"#/components/schemas/SiftStringQuery"},"sevenroomsId":{"$ref":"#/components/schemas/SiftStringQuery"},"metadatas":{"$ref":"#/components/schemas/CustomerMetadatasMatcherEmbeddable"},"tags":{"$ref":"#/components/schemas/CustomerCustomerTagMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"}}},"CustomerCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefCustomerMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyCustomerMetadatasMatcherEmbeddable"}}},"ZenchefCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"deleted_at":{"$ref":"#/components/schemas/SiftStringQuery"},"owner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurantid":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"retention_rate_label":{"$ref":"#/components/schemas/SiftStringQuery"},"retention_rate":{"$ref":"#/components/schemas/SiftNumberQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"account_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_social_id":{"$ref":"#/components/schemas/SiftStringQuery"},"customer_company_id":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_email":{"$ref":"#/components/schemas/SiftStringQuery"},"professional_phone":{"$ref":"#/components/schemas/SiftStringQuery"},"birthdate":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"membershipnum":{"$ref":"#/components/schemas/SiftStringQuery"},"vip":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_no_show":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_new":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_blacklisted":{"$ref":"#/components/schemas/SiftNumberQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"unsubscribed":{"$ref":"#/components/schemas/SiftBooleanQuery"},"has_opt_in_market_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"has_opt_in_review_mail":{"$ref":"#/components/schemas/SiftNumberQuery"},"imported_nb_bookings":{"$ref":"#/components/schemas/SiftNumberQuery"},"non_duplicate_with":{"$ref":"#/components/schemas/SiftStringQuery"}}},"ZeltyCustomerMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"nice_name":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"fname":{"$ref":"#/components/schemas/SiftStringQuery"},"company":{"$ref":"#/components/schemas/SiftStringQuery"},"card":{"$ref":"#/components/schemas/SiftStringQuery"},"phone":{"$ref":"#/components/schemas/SiftStringQuery"},"phone2":{"$ref":"#/components/schemas/SiftStringQuery"},"mail":{"$ref":"#/components/schemas/SiftStringQuery"},"birthday":{"$ref":"#/components/schemas/SiftStringQuery"},"balance":{"$ref":"#/components/schemas/SiftNumberQuery"},"personal_info":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty":{"$ref":"#/components/schemas/SiftNumberQuery"},"registration":{"$ref":"#/components/schemas/SiftStringQuery"},"default_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"billing_address":{"$ref":"#/components/schemas/SiftNumberQuery"},"sms_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"mail_optin":{"$ref":"#/components/schemas/SiftBooleanQuery"},"turnover":{"$ref":"#/components/schemas/SiftNumberQuery"},"nb_orders":{"$ref":"#/components/schemas/SiftNumberQuery"},"last_order_date":{"$ref":"#/components/schemas/SiftStringQuery"},"other":{"$ref":"#/components/schemas/SiftStringQuery"},"country_code":{"$ref":"#/components/schemas/SiftStringQuery"}}},"CustomerCustomerTagMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"CustomerTagMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"tag":{"$ref":"#/components/schemas/SiftStringQuery"},"color":{"$ref":"#/components/schemas/SiftStringQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/CustomerTagMatcherEmbeddable"}}},"PurchaseMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"externalId":{"$ref":"#/components/schemas/SiftStringQuery"},"amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"customer":{"$ref":"#/components/schemas/CustomerMatcherEmbeddable"},"attributes":{"$ref":"#/components/schemas/PurchaseCustomAttributeValueMatcherEmbeddable"},"metadatas":{"$ref":"#/components/schemas/PurchaseMetadatasMatcherEmbeddable"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/PurchaseMatcherEmbeddable"}}},"PurchaseCustomAttributeValueMatcherEmbeddable":{"type":"object","properties":{"$some":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$every":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$none":{"$ref":"#/components/schemas/CustomAttributeValueMatcherEmbeddable"},"$arraySize":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"PurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefPurchaseMetadatasMatcherEmbeddable"},"zelty":{"$ref":"#/components/schemas/ZeltyPurchaseMetadatasMatcherEmbeddable"},"juxta":{"$ref":"#/components/schemas/JuxtaPurchaseMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsPurchaseMetadatasMatcherEmbeddable"},"oracle":{"$ref":"#/components/schemas/OraclePurchaseMetadatasMatcherEmbeddable"}}},"ZenchefPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"type":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"resto_name":{"$ref":"#/components/schemas/SiftStringQuery"},"to":{"$ref":"#/components/schemas/SiftStringQuery"},"day":{"$ref":"#/components/schemas/SiftStringQuery"},"time":{"$ref":"#/components/schemas/SiftStringQuery"},"nb_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"slots_count":{"$ref":"#/components/schemas/SiftStringQuery"},"civility":{"$ref":"#/components/schemas/SiftStringQuery"},"firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"private_comment":{"$ref":"#/components/schemas/SiftStringQuery"},"allergies":{"$ref":"#/components/schemas/SiftStringQuery"},"cancel_reason_id":{"$ref":"#/components/schemas/SiftStringQuery"},"zip":{"$ref":"#/components/schemas/SiftStringQuery"},"lang":{"$ref":"#/components/schemas/SiftStringQuery"},"moment":{"$ref":"#/components/schemas/SiftStringQuery"},"type_client":{"$ref":"#/components/schemas/SiftStringQuery"},"type_event":{"$ref":"#/components/schemas/SiftStringQuery"},"budget":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"reply_date":{"$ref":"#/components/schemas/SiftStringQuery"},"treatment":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"is_walk_in":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_list_for":{"$ref":"#/components/schemas/SiftStringQuery"},"is_reconfirmed":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_canceled_late":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiting_reconfirmation":{"$ref":"#/components/schemas/SiftStringQuery"},"is_locked":{"type":"object"},"is_not_destockable":{"type":"object"},"is_virtual_menu_sent":{"$ref":"#/components/schemas/SiftNumberQuery"},"review":{"$ref":"#/components/schemas/SiftNumberQuery"},"review_reminder":{"$ref":"#/components/schemas/SiftNumberQuery"},"unsubscribed":{"type":"object"},"attendance_customer":{"$ref":"#/components/schemas/SiftNumberQuery"},"customer_sheet_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"waiter_id":{"$ref":"#/components/schemas/SiftStringQuery"},"custom_field":{"$ref":"#/components/schemas/SiftStringQuery"},"prescriber_id":{"$ref":"#/components/schemas/SiftStringQuery"},"is_risky":{"type":"object"},"is_safe":{"type":"object"},"status_updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"source_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"shift_date":{"$ref":"#/components/schemas/SiftStringQuery"},"waiting_inside_for":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_substatus":{"$ref":"#/components/schemas/SiftStringQuery"},"phase":{"$ref":"#/components/schemas/SiftStringQuery"}},"required":["created_at","updated_at"]},"ZeltyPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"uuid":{"$ref":"#/components/schemas/SiftStringQuery"},"id_restaurant":{"$ref":"#/components/schemas/SiftNumberQuery"},"remote_id":{"$ref":"#/components/schemas/SiftStringQuery"},"ref":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_at":{"$ref":"#/components/schemas/SiftStringQuery"},"due_date":{"$ref":"#/components/schemas/SiftStringQuery"},"mode":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"channel":{"$ref":"#/components/schemas/SiftStringQuery"},"virtual_brand_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source":{"$ref":"#/components/schemas/SiftStringQuery"},"seats":{"$ref":"#/components/schemas/SiftNumberQuery"},"table":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"closed_by_device_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"user":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_started":{"$ref":"#/components/schemas/SiftStringQuery"},"delivery_ended":{"$ref":"#/components/schemas/SiftStringQuery"}}},"JuxtaPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_id":{"$ref":"#/components/schemas/SiftStringQuery"},"center_name":{"$ref":"#/components/schemas/SiftStringQuery"},"practitioner_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_fullname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_firstname":{"$ref":"#/components/schemas/SiftStringQuery"},"patient_lastname":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SevenroomsPurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_id":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_group_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"first_name":{"$ref":"#/components/schemas/SiftStringQuery"},"last_name":{"$ref":"#/components/schemas/SiftStringQuery"},"source_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_user_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id":{"$ref":"#/components/schemas/SiftStringQuery"},"external_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"external_client_id":{"$ref":"#/components/schemas/SiftStringQuery"},"phone_number":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"client_reference_code":{"$ref":"#/components/schemas/SiftStringQuery"},"time_slot_iso":{"$ref":"#/components/schemas/SiftStringQuery"},"status":{"$ref":"#/components/schemas/SiftStringQuery"},"status_display":{"$ref":"#/components/schemas/SiftStringQuery"},"status_simple":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"table_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_name":{"$ref":"#/components/schemas/SiftStringQuery"},"venue_seating_area_id":{"$ref":"#/components/schemas/SiftStringQuery"},"max_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_vip":{"$ref":"#/components/schemas/SiftBooleanQuery"},"booked_by":{"$ref":"#/components/schemas/SiftStringQuery"},"date":{"$ref":"#/components/schemas/SiftStringQuery"},"real_datetime_of_slot":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"},"client_requests":{"$ref":"#/components/schemas/SiftStringQuery"},"arrival_time":{"$ref":"#/components/schemas/SiftStringQuery"},"duration":{"$ref":"#/components/schemas/SiftNumberQuery"},"using_default_duration":{"$ref":"#/components/schemas/SiftBooleanQuery"},"send_reminder_email":{"$ref":"#/components/schemas/SiftBooleanQuery"},"updated":{"$ref":"#/components/schemas/SiftStringQuery"},"check_numbers":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"left_time":{"$ref":"#/components/schemas/SiftStringQuery"},"postal_code":{"$ref":"#/components/schemas/SiftStringQuery"},"comps_price_type":{"$ref":"#/components/schemas/SiftStringQuery"},"modify_reservation_link":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_type":{"$ref":"#/components/schemas/SiftStringQuery"},"seated_time":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_sms_opt_in":{"$ref":"#/components/schemas/SiftBooleanQuery"},"arrived_guests":{"$ref":"#/components/schemas/SiftNumberQuery"},"state":{"$ref":"#/components/schemas/SiftStringQuery"},"send_reminder_sms":{"$ref":"#/components/schemas/SiftBooleanQuery"},"address_2":{"$ref":"#/components/schemas/SiftStringQuery"},"min_price":{"$ref":"#/components/schemas/SiftNumberQuery"},"policy":{"$ref":"#/components/schemas/SiftStringQuery"},"served_by":{"$ref":"#/components/schemas/SiftStringQuery"},"address":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_id":{"$ref":"#/components/schemas/SiftStringQuery"},"mf_ratio_male":{"$ref":"#/components/schemas/SiftNumberQuery"},"mf_ratio_female":{"$ref":"#/components/schemas/SiftNumberQuery"},"comps":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_rank":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_by":{"$ref":"#/components/schemas/SiftStringQuery"},"loyalty_tier":{"$ref":"#/components/schemas/SiftStringQuery"},"shift_category":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"cost_option":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"},"access_persistent_id":{"$ref":"#/components/schemas/SiftStringQuery"},"city":{"$ref":"#/components/schemas/SiftStringQuery"},"total_payment":{"$ref":"#/components/schemas/SiftNumberQuery"},"prepayment":{"$ref":"#/components/schemas/SiftNumberQuery"},"deleted":{"$ref":"#/components/schemas/SiftStringQuery"}}},"OraclePurchaseMetadatasMatcherEmbeddable":{"type":"object","properties":{"roomStay":{"$ref":"#/components/schemas/OracleReservationRoomStayMatcherEmbeddable"}}},"OracleReservationRoomStayMatcherEmbeddable":{"type":"object","properties":{"roomId":{"$ref":"#/components/schemas/SiftStringQuery"},"roomClass":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SurveyMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"publiclyAvailable":{"$ref":"#/components/schemas/SiftBooleanQuery"},"sendingChannels":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyMatcherEmbeddable"}}},"ContactFormMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"enabled":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/ContactFormMatcherEmbeddable"}}},"SurveyTrackerMatcherEmbeddable":{"type":"object","properties":{"sendingIndex":{"$ref":"#/components/schemas/SiftNumberQuery"},"sendingType":{"$ref":"#/components/schemas/SiftStringQuery"},"clicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"uniqueClicks":{"$ref":"#/components/schemas/SiftNumberQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SurveyTrackerMatcherEmbeddable"}}},"SupportEmailMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftUUIDQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"default":{"$ref":"#/components/schemas/SiftBooleanQuery"},"$and":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$or":{"type":"array","items":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}},"$not":{"$ref":"#/components/schemas/SupportEmailMatcherEmbeddable"}}},"FeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"external_site":{"$ref":"#/components/schemas/SiftStringQuery"},"external_id_site":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner":{"$ref":"#/components/schemas/SiftStringQuery"},"source_partner_id":{"$ref":"#/components/schemas/SiftStringQuery"},"partner_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"restaurant_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"booking_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"guest_id":{"$ref":"#/components/schemas/SiftStringQuery"},"email":{"$ref":"#/components/schemas/SiftStringQuery"},"name":{"$ref":"#/components/schemas/SiftStringQuery"},"sexe":{"$ref":"#/components/schemas/SiftStringQuery"},"url":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/SiftNumberQuery"},"source_date":{"$ref":"#/components/schemas/SiftStringQuery"},"command_id":{"$ref":"#/components/schemas/SiftStringQuery"}}},"FeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"zenchef":{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasMatcherEmbeddable"},"sevenrooms":{"$ref":"#/components/schemas/SevenroomsFeedbackContentMetadatasMatcherEmbeddable"},"sunday":{"$ref":"#/components/schemas/SundayFeedbackContentMetadatasMatcherEmbeddable"},"booking":{"$ref":"#/components/schemas/BookingFeedbackMetadatasMatcherEmbeddable"},"email":{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasMatcherEmbeddable"}}},"ZenchefFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"created_at":{"$ref":"#/components/schemas/SiftStringQuery"},"updated_at":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftNumberQuery"},"service_body":{"$ref":"#/components/schemas/SiftStringQuery"},"menu":{"$ref":"#/components/schemas/SiftNumberQuery"},"menu_body":{"$ref":"#/components/schemas/SiftStringQuery"},"ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"ambiance_body":{"$ref":"#/components/schemas/SiftStringQuery"},"value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"value_for_money_body":{"$ref":"#/components/schemas/SiftStringQuery"},"body":{"$ref":"#/components/schemas/SiftStringQuery"},"global":{"$ref":"#/components/schemas/SiftNumberQuery"},"read":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"SevenroomsFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"feedback_type":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_id":{"$ref":"#/components/schemas/SiftStringQuery"},"order_id":{"$ref":"#/components/schemas/SiftStringQuery"},"reservation_date":{"$ref":"#/components/schemas/SiftStringQuery"},"received_date":{"$ref":"#/components/schemas/SiftStringQuery"},"created_date":{"$ref":"#/components/schemas/SiftStringQuery"},"recommend_to_friend":{"$ref":"#/components/schemas/SiftStringQuery"},"overall":{"$ref":"#/components/schemas/SiftStringQuery"},"food":{"$ref":"#/components/schemas/SiftStringQuery"},"drinks":{"$ref":"#/components/schemas/SiftStringQuery"},"ambience":{"$ref":"#/components/schemas/SiftStringQuery"},"service":{"$ref":"#/components/schemas/SiftStringQuery"},"notes":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SundayFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"review_id":{"$ref":"#/components/schemas/SiftStringQuery"},"created_at_local":{"$ref":"#/components/schemas/SiftStringQuery"},"business_id":{"$ref":"#/components/schemas/SiftStringQuery"},"payment_id":{"$ref":"#/components/schemas/SiftStringQuery"},"platform":{"$ref":"#/components/schemas/SiftStringQuery"},"rating":{"$ref":"#/components/schemas/SiftNumberQuery"},"comment":{"$ref":"#/components/schemas/SiftStringQuery"},"table_number":{"$ref":"#/components/schemas/SiftNumberQuery"},"reply_content":{"$ref":"#/components/schemas/SiftStringQuery"},"replied_at":{"$ref":"#/components/schemas/SiftStringQuery"},"paid_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"order_amount":{"$ref":"#/components/schemas/SiftNumberQuery"},"currency_code":{"$ref":"#/components/schemas/SiftStringQuery"},"staff_name":{"$ref":"#/components/schemas/SiftStringQuery"},"rating_dimension_food_and_drinks":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_ambiance":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_service":{"$ref":"#/components/schemas/SiftNumberQuery"},"rating_dimension_value_for_money":{"$ref":"#/components/schemas/SiftNumberQuery"},"is_coming_from_sunday":{"$ref":"#/components/schemas/SiftBooleanQuery"}}},"BookingFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"facility_id":{"$ref":"#/components/schemas/SiftNumberQuery"},"account":{"$ref":"#/components/schemas/SiftStringQuery"},"data":{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasMatcherEmbeddable"}}},"BookingFeedbackContentMetadatasMatcherEmbeddable":{"type":"object","properties":{"name":{"$ref":"#/components/schemas/SiftStringQuery"},"yourname":{"$ref":"#/components/schemas/SiftStringQuery"},"processedBy":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServicesFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfort":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelNegative":{"$ref":"#/components/schemas/SiftStringQuery"},"preferred":{"$ref":"#/components/schemas/SiftNumberQuery"},"pagename":{"$ref":"#/components/schemas/SiftStringQuery"},"translateButtonStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"processingDate":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelClean":{"$ref":"#/components/schemas/SiftNumberQuery"},"id":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelValueFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelId":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCity":{"$ref":"#/components/schemas/SiftStringQuery"},"reply":{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasMatcherEmbeddable"},"hotelLocationFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelNegativeTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"language":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelComfortFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelStaffFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"cc1":{"$ref":"#/components/schemas/SiftStringQuery"},"additionalRatings":{"$ref":"#/components/schemas/SiftStringArrayQuery"},"canReply":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverageFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelLocation":{"$ref":"#/components/schemas/SiftNumberQuery"},"anonymous":{"$ref":"#/components/schemas/SiftNumberQuery"},"isNew":{"$ref":"#/components/schemas/SiftNumberQuery"},"class":{"$ref":"#/components/schemas/SiftNumberQuery"},"title":{"$ref":"#/components/schemas/SiftStringQuery"},"country":{"$ref":"#/components/schemas/SiftStringQuery"},"suppressedComment":{"$ref":"#/components/schemas/SiftStringQuery"},"approvalStatus":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelStaff":{"$ref":"#/components/schemas/SiftNumberQuery"},"suppressed":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositive":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelServices":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelPositiveTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"approved":{"$ref":"#/components/schemas/SiftStringQuery"},"titleTrivial":{"$ref":"#/components/schemas/SiftNumberQuery"},"stayStatus":{"$ref":"#/components/schemas/SiftStringQuery"},"booknumber":{"$ref":"#/components/schemas/SiftNumberQuery"},"completed":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelValue":{"$ref":"#/components/schemas/SiftNumberQuery"},"hotelCleanFormatted":{"$ref":"#/components/schemas/SiftStringQuery"},"hotelAverage":{"$ref":"#/components/schemas/SiftNumberQuery"}}},"BookingFeedbackReplyMetadatasMatcherEmbeddable":{"type":"object","properties":{"hotelierResponse":{"$ref":"#/components/schemas/SiftStringQuery"},"approved":{"$ref":"#/components/schemas/SiftNumberQuery"},"created":{"$ref":"#/components/schemas/SiftStringQuery"}}},"SupportEmailFeedbackMetadatasMatcherEmbeddable":{"type":"object","properties":{"Subject":{"$ref":"#/components/schemas/SiftStringQuery"},"From":{"$ref":"#/components/schemas/SiftStringQuery"},"FromName":{"$ref":"#/components/schemas/SiftStringQuery"},"To":{"$ref":"#/components/schemas/SiftStringQuery"},"Cc":{"$ref":"#/components/schemas/SiftStringQuery"},"Bcc":{"$ref":"#/components/schemas/SiftStringQuery"},"OriginalRecipient":{"$ref":"#/components/schemas/SiftStringQuery"}}},"PartnerCustomAttributePossibleValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"value":{"type":"string","description":"The value of the possible value for the custom attribute."},"color":{"type":"string","nullable":true,"description":"Display color","default":null},"creator":{"description":"Creator of the possible value\n- USER: Created by a user\n- AI: Created by the system through AI suggestions","allOf":[{"$ref":"#/components/schemas/CustomAttributePossibleValueCreator"}]}},"required":["id","createdAt","updatedAt","value","color","creator"]},"CustomAttributePossibleValueCreator":{"type":"string","enum":["USER","AI"],"description":"Creator of the possible value\n- USER: Created by a user\n- AI: Created by the system through AI suggestions"},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The AssignCustomAttributeDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"AssignCustomAttributeDto":{"type":"object","properties":{"eraseExistingValues":{"type":"boolean","description":"Whether to erase existing custom attribute values.\nIf true, all existing values will be deleted before assigning the newly value(s).\nIf false, the newly value(s) will be assigned in addition to any existing values.\nThis option is only used for multi-select type custom attributes, where you may want to keep existing values while adding new ones.\n@default true"},"attribute":{"type":"string","format":"uuid","description":"The ID of the custom attribute to assign"},"target":{"type":"string","format":"uuid","description":"The ID of the target entity to assign the custom attribute to"},"values":{"description":"The values to assign to the custom attribute.\nFor attributes with possible values, these should be the ID(s) of the possible value(s).\nFor free text attributes, it should be the raw string value.\nFor free number attributes, it should be the raw number value as string.","minItems":1,"type":"array","items":{"type":"string","maxLength":1000,"minLength":1}}},"required":["attribute","target","values"]}}}}
```

## The PartnerFeedbackCustomAttributeValue object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerFeedbackCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."}}}}
```

## The FeedbackStatus object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackStatus":{"type":"string","enum":["PROCESSED","UNPROCESSED","BYPASSED"],"description":"Determines whether a review of this context is awaiting a response (UNPROCESSED), has been processed (PROCESSED), or has been bypassed (BYPASSED)."}}}}
```

## The PartnerFeedbackContext object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerFeedbackContext":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"brandId":{"type":"string","description":"Brand identifier"},"storeId":{"type":"string","nullable":true,"description":"Store identifier","default":null},"purchaseId":{"type":"string","nullable":true,"description":"Purchase identifier","default":null},"customerId":{"type":"string","nullable":true,"description":"Customer identifier","default":null},"contactFormId":{"type":"string","nullable":true,"description":"Contact form identifier","default":null},"surveyId":{"type":"string","nullable":true,"description":"Survey identifier","default":null},"surveyTrackerId":{"type":"string","nullable":true,"description":"Survey Tracker identifier","default":null},"supportEmailId":{"type":"string","nullable":true,"description":"Support email identifier","default":null},"socialPostId":{"type":"string","nullable":true,"description":"Social post identifier","default":null},"link":{"type":"string","description":"Link to Fullwhere webapp"},"status":{"description":"Determines whether a review of this context is awaiting a response (UNPROCESSED), has been processed (PROCESSED), or has been bypassed (BYPASSED).","allOf":[{"$ref":"#/components/schemas/FeedbackStatus"}]},"archived":{"type":"boolean","description":"Determines if the review context has been archived"},"responseTime":{"type":"number","nullable":true,"description":"Response time in seconds.\nThis is the time between the original review and its first reply.","default":null},"interactionTime":{"type":"number","nullable":true,"description":"Interaction time in seconds.\nThis is the time between the original review and its last reply.","default":null},"reactionTimes":{"type":"number","nullable":true,"description":"Reaction times in seconds.\nThis is the time between each review and its first reply.","default":null},"allowEmailReply":{"type":"boolean","description":"Determines whether email replies are allowed for this review context"},"allowSmsReply":{"type":"boolean","description":"Determines whether SMS replies are allowed for this review context"}},"required":["id","createdAt","updatedAt","brandId","storeId","purchaseId","customerId","contactFormId","surveyId","surveyTrackerId","supportEmailId","socialPostId","link","status","archived","responseTime","interactionTime","reactionTimes","allowEmailReply","allowSmsReply"]},"FeedbackStatus":{"type":"string","enum":["PROCESSED","UNPROCESSED","BYPASSED"],"description":"Determines whether a review of this context is awaiting a response (UNPROCESSED), has been processed (PROCESSED), or has been bypassed (BYPASSED)."}}}}
```

## The FeedbackClass object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackClass":{"type":"string","enum":["Review","Survey","Contact","Message","Post"],"description":"Class of the review"}}}}
```

## The PartnerFeedbackTag object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerFeedbackTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]}}}}
```

## The FeedbackTheme object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackTheme":{"type":"string","enum":["Complaint","Question","Compliment","Suggestion","Comparison"],"description":"Detected review themes"}}}}
```

## The FeedbackEmotion object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackEmotion":{"type":"string","enum":["Disappointment","Surprise","Fear","Joy","Anger"],"description":"Detected review emotions"}}}}
```

## The FeedbackPolarity object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackPolarity":{"type":"string","enum":["Positive","Negative","Neutral"],"description":"Detected review polarity"}}}}
```

## The GoogleMyBusinessLocationAssociationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessLocationAssociationEmbeddable":{"type":"object","properties":{"category":{"enum":["CATEGORY_UNSPECIFIED","COVER","PROFILE","LOGO","EXTERIOR","INTERIOR","PRODUCT","AT_WORK","FOOD_AND_DRIN","MENU","COMMON_AREA","ROOMS","TEAMS","ADDITIONA"],"type":"string"},"priceListItemId":{"type":"string","nullable":true}},"required":["category","priceListItemId"]}}}}
```

## The GoogleMyBusinessDimensionsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessDimensionsEmbeddable":{"type":"object","properties":{"widthPixels":{"type":"number"},"heightPixels":{"type":"number"}},"required":["widthPixels","heightPixels"]}}}}
```

## The GoogleMyBusinessInsightsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessInsightsEmbeddable":{"type":"object","properties":{"viewCount":{"type":"string"}},"required":["viewCount"]}}}}
```

## The GoogleMyBusinessAttributionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessAttributionEmbeddable":{"type":"object","properties":{"profileName":{"type":"string"},"profilePhotoUrl":{"type":"string"},"takedownUrl":{"type":"string"},"profileUrl":{"type":"string"}},"required":["profileName","profilePhotoUrl","takedownUrl","profileUrl"]}}}}
```

## The GoogleMyBusinessDataRefEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessDataRefEmbeddable":{"type":"object","properties":{"resourceName":{"type":"string"}},"required":["resourceName"]}}}}
```

## The GoogleMyBusinessMediaItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessMediaItemEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"mediaFormat":{"enum":["MEDIA_FORMAT_UNSPECIFIED","PHOTO","VIDEO"],"type":"string"},"locationAssociation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessLocationAssociationEmbeddable"}]},"googleUrl":{"type":"string"},"thumbnailUrl":{"type":"string"},"createTime":{"format":"date-time","type":"string"},"dimensions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDimensionsEmbeddable"}]},"insights":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessInsightsEmbeddable"}]},"attribution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessAttributionEmbeddable"}]},"description":{"type":"string","nullable":true},"sourceUrl":{"type":"string","nullable":true},"dataRef":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDataRefEmbeddable"}]}},"required":["name","mediaFormat","locationAssociation","googleUrl","thumbnailUrl","createTime","dimensions","insights","attribution","description","sourceUrl","dataRef"]},"GoogleMyBusinessLocationAssociationEmbeddable":{"type":"object","properties":{"category":{"enum":["CATEGORY_UNSPECIFIED","COVER","PROFILE","LOGO","EXTERIOR","INTERIOR","PRODUCT","AT_WORK","FOOD_AND_DRIN","MENU","COMMON_AREA","ROOMS","TEAMS","ADDITIONA"],"type":"string"},"priceListItemId":{"type":"string","nullable":true}},"required":["category","priceListItemId"]},"GoogleMyBusinessDimensionsEmbeddable":{"type":"object","properties":{"widthPixels":{"type":"number"},"heightPixels":{"type":"number"}},"required":["widthPixels","heightPixels"]},"GoogleMyBusinessInsightsEmbeddable":{"type":"object","properties":{"viewCount":{"type":"string"}},"required":["viewCount"]},"GoogleMyBusinessAttributionEmbeddable":{"type":"object","properties":{"profileName":{"type":"string"},"profilePhotoUrl":{"type":"string"},"takedownUrl":{"type":"string"},"profileUrl":{"type":"string"}},"required":["profileName","profilePhotoUrl","takedownUrl","profileUrl"]},"GoogleMyBusinessDataRefEmbeddable":{"type":"object","properties":{"resourceName":{"type":"string"}},"required":["resourceName"]}}}}
```

## The GoogleMyBusinessFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"GoogleMyBusinessFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"createTime":{"type":"object","description":"Google my business review content creation time"},"updateTime":{"type":"object","description":"Google my business review content update time"},"comment":{"type":"string","nullable":true,"description":"Google my business review raw content"},"starRating":{"nullable":true,"description":"Google my business review content rates","enum":["STAR_RATING_UNSPECIFIED","ONE","TWO","THREE","FOUR","FIVE"],"type":"string"},"medias":{"nullable":true,"description":"Google my business medias attached to this Feedback","default":[],"type":"array","items":{"$ref":"#/components/schemas/GoogleMyBusinessMediaItemEmbeddable"}}},"required":["createTime","updateTime","comment","starRating","medias"]},"GoogleMyBusinessMediaItemEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"mediaFormat":{"enum":["MEDIA_FORMAT_UNSPECIFIED","PHOTO","VIDEO"],"type":"string"},"locationAssociation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessLocationAssociationEmbeddable"}]},"googleUrl":{"type":"string"},"thumbnailUrl":{"type":"string"},"createTime":{"format":"date-time","type":"string"},"dimensions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDimensionsEmbeddable"}]},"insights":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessInsightsEmbeddable"}]},"attribution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessAttributionEmbeddable"}]},"description":{"type":"string","nullable":true},"sourceUrl":{"type":"string","nullable":true},"dataRef":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDataRefEmbeddable"}]}},"required":["name","mediaFormat","locationAssociation","googleUrl","thumbnailUrl","createTime","dimensions","insights","attribution","description","sourceUrl","dataRef"]},"GoogleMyBusinessLocationAssociationEmbeddable":{"type":"object","properties":{"category":{"enum":["CATEGORY_UNSPECIFIED","COVER","PROFILE","LOGO","EXTERIOR","INTERIOR","PRODUCT","AT_WORK","FOOD_AND_DRIN","MENU","COMMON_AREA","ROOMS","TEAMS","ADDITIONA"],"type":"string"},"priceListItemId":{"type":"string","nullable":true}},"required":["category","priceListItemId"]},"GoogleMyBusinessDimensionsEmbeddable":{"type":"object","properties":{"widthPixels":{"type":"number"},"heightPixels":{"type":"number"}},"required":["widthPixels","heightPixels"]},"GoogleMyBusinessInsightsEmbeddable":{"type":"object","properties":{"viewCount":{"type":"string"}},"required":["viewCount"]},"GoogleMyBusinessAttributionEmbeddable":{"type":"object","properties":{"profileName":{"type":"string"},"profilePhotoUrl":{"type":"string"},"takedownUrl":{"type":"string"},"profileUrl":{"type":"string"}},"required":["profileName","profilePhotoUrl","takedownUrl","profileUrl"]},"GoogleMyBusinessDataRefEmbeddable":{"type":"object","properties":{"resourceName":{"type":"string"}},"required":["resourceName"]}}}}
```

## The ZenchefFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ZenchefFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"service":{"type":"number","nullable":true},"service_body":{"type":"string","nullable":true},"menu":{"type":"number","nullable":true},"menu_body":{"type":"string","nullable":true},"ambiance":{"type":"number","nullable":true},"ambiance_body":{"type":"string","nullable":true},"value_for_money":{"type":"number","nullable":true},"value_for_money_body":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"global":{"type":"number","nullable":true},"read":{"type":"number","nullable":true}},"required":["created_at","updated_at","service","service_body","menu","menu_body","ambiance","ambiance_body","value_for_money","value_for_money_body","body","global","read"]}}}}
```

## The DeliverooFrequencyMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFrequencyMetadatasEmbeddable":{"type":"object","properties":{"customer_orders":{"type":"number","nullable":true}},"required":["customer_orders"]}}}}
```

## The DeliverooFeedbackMetadatasModifier object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFeedbackMetadatasModifier":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]}}}}
```

## The DeliverooFeedbackRefundItemMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFeedbackRefundItemMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"restaurant_name":{"type":"string","nullable":true},"refund_reason":{"type":"string","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasModifier"}},"category_name":{"type":"string","nullable":true}},"required":["id","name","quantity","restaurant_name","refund_reason","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooFeedbackMetadatasModifier":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]}}}}
```

## The DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable":{"type":"object","properties":{"resolution_type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"repeat_order_id":{"type":"string","nullable":true},"repeat_order_drn_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]}},"required":["resolution_type","source","repeat_order_id","repeat_order_drn_id","amount"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]}}}}
```

## The DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true}},"required":["name","id","reason"]}}}}
```

## The DeliverooFeedbackCompensationMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFeedbackCompensationMetadatasEmbeddable":{"type":"object","properties":{"photos":{"type":"object","nullable":true},"refund_status":{"type":"string","nullable":true},"id":{"type":"number","nullable":true},"refund_date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"action_id":{"type":"string","nullable":true},"input_description":{"type":"string","nullable":true},"selected_resolution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable"}]},"compensated_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable"}}},"required":["photos","refund_status","id","refund_date","status","action_id","input_description","selected_resolution","compensated_items"]},"DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable":{"type":"object","properties":{"resolution_type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"repeat_order_id":{"type":"string","nullable":true},"repeat_order_drn_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]}},"required":["resolution_type","source","repeat_order_id","repeat_order_drn_id","amount"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true}},"required":["name","id","reason"]}}}}
```

## The DeliverooFeedbackRefundMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFeedbackRefundMetadatasEmbeddable":{"type":"object","properties":{"order_id":{"type":"string","nullable":true},"order_uuid":{"type":"string","nullable":true},"order_drn_id":{"type":"string","nullable":true},"order_number":{"type":"number","nullable":true},"branch_id":{"type":"string","nullable":true},"branch_name":{"type":"string","nullable":true},"order_date":{"type":"string","nullable":true},"order_refund_status":{"type":"string","nullable":true},"order_type":{"type":"string","nullable":true},"refund_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"refund_paid_by_restaurant_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_sub_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_gross_merchandise_value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackRefundItemMetadatasEmbeddable"}},"compensations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationMetadatasEmbeddable"}}},"required":["order_id","order_uuid","order_drn_id","order_number","branch_id","branch_name","order_date","order_refund_status","order_type","refund_total","refund_paid_by_restaurant_total","order_total","order_sub_total","order_gross_merchandise_value","items","compensations"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooFeedbackRefundItemMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"restaurant_name":{"type":"string","nullable":true},"refund_reason":{"type":"string","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasModifier"}},"category_name":{"type":"string","nullable":true}},"required":["id","name","quantity","restaurant_name","refund_reason","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooFeedbackMetadatasModifier":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooFeedbackCompensationMetadatasEmbeddable":{"type":"object","properties":{"photos":{"type":"object","nullable":true},"refund_status":{"type":"string","nullable":true},"id":{"type":"number","nullable":true},"refund_date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"action_id":{"type":"string","nullable":true},"input_description":{"type":"string","nullable":true},"selected_resolution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable"}]},"compensated_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable"}}},"required":["photos","refund_status","id","refund_date","status","action_id","input_description","selected_resolution","compensated_items"]},"DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable":{"type":"object","properties":{"resolution_type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"repeat_order_id":{"type":"string","nullable":true},"repeat_order_drn_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]}},"required":["resolution_type","source","repeat_order_id","repeat_order_drn_id","amount"]},"DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true}},"required":["name","id","reason"]}}}}
```

## The DeliverooFeedbackMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"DeliverooFeedbackMetadatasEmbeddable":{"type":"object","properties":{"order_uuid":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"rating_comment":{"type":"string","nullable":true},"rating_stars":{"type":"number","nullable":true},"restaurant_id":{"type":"string","nullable":true},"frequency":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFrequencyMetadatasEmbeddable"}]},"refund":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackRefundMetadatasEmbeddable"}]}},"required":["order_uuid","created_at","rating_comment","rating_stars","restaurant_id","frequency","refund"]},"DeliverooFrequencyMetadatasEmbeddable":{"type":"object","properties":{"customer_orders":{"type":"number","nullable":true}},"required":["customer_orders"]},"DeliverooFeedbackRefundMetadatasEmbeddable":{"type":"object","properties":{"order_id":{"type":"string","nullable":true},"order_uuid":{"type":"string","nullable":true},"order_drn_id":{"type":"string","nullable":true},"order_number":{"type":"number","nullable":true},"branch_id":{"type":"string","nullable":true},"branch_name":{"type":"string","nullable":true},"order_date":{"type":"string","nullable":true},"order_refund_status":{"type":"string","nullable":true},"order_type":{"type":"string","nullable":true},"refund_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"refund_paid_by_restaurant_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_sub_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_gross_merchandise_value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackRefundItemMetadatasEmbeddable"}},"compensations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationMetadatasEmbeddable"}}},"required":["order_id","order_uuid","order_drn_id","order_number","branch_id","branch_name","order_date","order_refund_status","order_type","refund_total","refund_paid_by_restaurant_total","order_total","order_sub_total","order_gross_merchandise_value","items","compensations"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooFeedbackRefundItemMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"restaurant_name":{"type":"string","nullable":true},"refund_reason":{"type":"string","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasModifier"}},"category_name":{"type":"string","nullable":true}},"required":["id","name","quantity","restaurant_name","refund_reason","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooFeedbackMetadatasModifier":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooFeedbackCompensationMetadatasEmbeddable":{"type":"object","properties":{"photos":{"type":"object","nullable":true},"refund_status":{"type":"string","nullable":true},"id":{"type":"number","nullable":true},"refund_date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"action_id":{"type":"string","nullable":true},"input_description":{"type":"string","nullable":true},"selected_resolution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable"}]},"compensated_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable"}}},"required":["photos","refund_status","id","refund_date","status","action_id","input_description","selected_resolution","compensated_items"]},"DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable":{"type":"object","properties":{"resolution_type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"repeat_order_id":{"type":"string","nullable":true},"repeat_order_drn_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]}},"required":["resolution_type","source","repeat_order_id","repeat_order_drn_id","amount"]},"DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true}},"required":["name","id","reason"]}}}}
```

## The TripAdvisorFeedbackUserInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TripAdvisorFeedbackUserInfoEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl"]}}}}
```

## The TripAdvisorFeedbackAdditionalRatingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TripAdvisorFeedbackAdditionalRatingEmbeddable":{"type":"object","properties":{"rating":{"type":"number"},"ratingLabel":{"type":"string"}},"required":["rating","ratingLabel"]}}}}
```

## The TripAdvisorFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TripAdvisorFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"alertStatus":{"type":"boolean"},"rating":{"type":"number"},"status":{"type":"string"},"id":{"type":"number"},"translationType":{"type":"string","nullable":true},"attribution":{"type":"string","nullable":true},"roomTip":{"type":"string","nullable":true},"title":{"type":"string"},"text":{"type":"string"},"username":{"type":"string"},"language":{"type":"string"},"userInfo":{"$ref":"#/components/schemas/TripAdvisorFeedbackUserInfoEmbeddable"},"additionalRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TripAdvisorFeedbackAdditionalRatingEmbeddable"}}},"required":["alertStatus","rating","status","id","translationType","attribution","roomTip","title","text","username","language","userInfo","additionalRatings"]},"TripAdvisorFeedbackUserInfoEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl"]},"TripAdvisorFeedbackAdditionalRatingEmbeddable":{"type":"object","properties":{"rating":{"type":"number"},"ratingLabel":{"type":"string"}},"required":["rating","ratingLabel"]}}}}
```

## The UbereatsMenuItemReviewEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsMenuItemReviewEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"rating":{"type":"boolean","nullable":true},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["id","rating","name","comment","tags"]}}}}
```

## The UbereatsFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"UbereatsFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"menuItemReviews":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsMenuItemReviewEmbeddable"}}},"required":["uuid","timestamp","rating","comment","tags","menuItemReviews"]},"UbereatsMenuItemReviewEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"rating":{"type":"boolean","nullable":true},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["id","rating","name","comment","tags"]}}}}
```

## The SevenroomsRecommendToFriend object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SevenroomsRecommendToFriend":{"type":"string","enum":["Yes","No","not filled in"]}}}}
```

## The SevenroomsFeedbackMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SevenroomsFeedbackMetadatasEmbeddable":{"type":"object","properties":{"recommend_to_friend":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SevenroomsRecommendToFriend"}]},"feedback_type":{"type":"string","nullable":true},"reservation_id":{"type":"string","nullable":true},"order_id":{"type":"string","nullable":true},"reservation_date":{"type":"string","nullable":true},"received_date":{"type":"string","nullable":true},"created_date":{"type":"string","nullable":true},"overall":{"type":"string","nullable":true},"food":{"type":"string","nullable":true},"drinks":{"type":"string","nullable":true},"ambience":{"type":"string","nullable":true},"service":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true}},"required":["recommend_to_friend","feedback_type","reservation_id","order_id","reservation_date","received_date","created_date","overall","food","drinks","ambience","service","notes"]},"SevenroomsRecommendToFriend":{"type":"string","enum":["Yes","No","not filled in"]}}}}
```

## The PostmarkInboundRecipientEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PostmarkInboundRecipientEmbeddable":{"type":"object","properties":{"Email":{"type":"string"},"Name":{"type":"string"},"MailboxHash":{"type":"string"}},"required":["Email","Name","MailboxHash"]}}}}
```

## The PostmarkHeaderEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PostmarkHeaderEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"required":["Name","Value"]}}}}
```

## The SupportEmailAttachmentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SupportEmailAttachmentMetadatasEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"ContentID":{"type":"string","nullable":true},"ContentType":{"type":"string"},"ContentLength":{"type":"number"},"Disposition":{"type":"string","nullable":true}},"required":["Name","ContentID","ContentType","ContentLength","Disposition"]}}}}
```

## The SupportEmailFeedbackMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SupportEmailFeedbackMetadatasEmbeddable":{"type":"object","properties":{"From":{"type":"string"},"FromName":{"type":"string"},"FromFull":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"},"To":{"type":"string"},"ToFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Cc":{"type":"string"},"CcFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Bcc":{"type":"string"},"BccFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"OriginalRecipient":{"type":"string"},"Subject":{"type":"string"},"ReplyTo":{"type":"string","nullable":true},"Date":{"type":"string","nullable":true},"MailboxHash":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"MessageID":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"MessageStream":{"type":"string","nullable":true},"TextBody":{"type":"string","nullable":true},"HtmlBody":{"type":"string","nullable":true},"StrippedTextReply":{"type":"string","nullable":true},"Headers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PostmarkHeaderEmbeddable"}},"BlockedReason":{"type":"string","nullable":true},"Attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/SupportEmailAttachmentMetadatasEmbeddable"}}},"required":["From","FromName","FromFull","To","ToFull","Cc","CcFull","Bcc","BccFull","OriginalRecipient","Subject","ReplyTo","Date","MailboxHash","Tag","MessageID","Status","MessageStream","TextBody","HtmlBody","StrippedTextReply","Headers","BlockedReason","Attachments"]},"PostmarkInboundRecipientEmbeddable":{"type":"object","properties":{"Email":{"type":"string"},"Name":{"type":"string"},"MailboxHash":{"type":"string"}},"required":["Email","Name","MailboxHash"]},"PostmarkHeaderEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"required":["Name","Value"]},"SupportEmailAttachmentMetadatasEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"ContentID":{"type":"string","nullable":true},"ContentType":{"type":"string"},"ContentLength":{"type":"number"},"Disposition":{"type":"string","nullable":true}},"required":["Name","ContentID","ContentType","ContentLength","Disposition"]}}}}
```

## The ContactFormFieldMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ContactFormFieldMetadatasEmbeddable":{"type":"object","properties":{"type":{"description":"The type of the form field","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"type":"string"},"id":{"type":"string","description":"The field id"},"values":{"description":"Field values","type":"array","items":{"type":"string"}},"label":{"type":"string","nullable":true,"description":"The label of the form field, if applicable"},"verticalIndex":{"type":"object","description":"The vertical position index of the form field","default":0},"horizontalIndex":{"type":"object","description":"The horizontal position index of the form field","default":0}},"required":["type","id","values","label","verticalIndex","horizontalIndex"]}}}}
```

## The SiteFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SiteFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormFieldMetadatasEmbeddable"}}},"required":["fields"]},"ContactFormFieldMetadatasEmbeddable":{"type":"object","properties":{"type":{"description":"The type of the form field","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"type":"string"},"id":{"type":"string","description":"The field id"},"values":{"description":"Field values","type":"array","items":{"type":"string"}},"label":{"type":"string","nullable":true,"description":"The label of the form field, if applicable"},"verticalIndex":{"type":"object","description":"The vertical position index of the form field","default":0},"horizontalIndex":{"type":"object","description":"The horizontal position index of the form field","default":0}},"required":["type","id","values","label","verticalIndex","horizontalIndex"]}}}}
```

## The MetaApiMessageFromEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageFromEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"username":{"type":"string","nullable":true}},"required":["id","email","name","username"]}}}}
```

## The MetaApiMessageUserEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageUserEmbeddable":{"type":"object","properties":{"username":{"type":"string"},"id":{"type":"string"}},"required":["username","id"]}}}}
```

## The MetaApiMessageReactionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageReactionEmbeddable":{"type":"object","properties":{"reaction":{"type":"string"},"users":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageUserEmbeddable"}}},"required":["reaction","users"]},"MetaApiMessageUserEmbeddable":{"type":"object","properties":{"username":{"type":"string"},"id":{"type":"string"}},"required":["username","id"]}}}}
```

## The MetaApiOutputReactionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiOutputReactionEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageReactionEmbeddable"}}},"required":["data"]},"MetaApiMessageReactionEmbeddable":{"type":"object","properties":{"reaction":{"type":"string"},"users":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageUserEmbeddable"}}},"required":["reaction","users"]},"MetaApiMessageUserEmbeddable":{"type":"object","properties":{"username":{"type":"string"},"id":{"type":"string"}},"required":["username","id"]}}}}
```

## The MetaApiMessageStoryDataEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageStoryDataEmbeddable":{"type":"object","properties":{"link":{"type":"string"},"id":{"type":"string"}},"required":["link","id"]}}}}
```

## The MetaApiOutputStoryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiOutputStoryEmbeddable":{"type":"object","properties":{"mention":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]}}},"MetaApiMessageStoryDataEmbeddable":{"type":"object","properties":{"link":{"type":"string"},"id":{"type":"string"}},"required":["link","id"]}}}}
```

## The MetaApiMessageTagEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageTagEmbeddable":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}}}}
```

## The MetaApiOutputTagEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiOutputTagEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageTagEmbeddable"}}},"required":["data"]},"MetaApiMessageTagEmbeddable":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]}}}}
```

## The MetaApiMessageShareEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageShareEmbeddable":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"]}}}}
```

## The MetaApiPaginatedOutputShareEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiPaginatedOutputShareEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageShareEmbeddable"}},"paging":{"type":"object"}},"required":["data","paging"]},"MetaApiMessageShareEmbeddable":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"]}}}}
```

## The MetaApiMessageRecipientEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageRecipientEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","username","email","name"]}}}}
```

## The MetaApiOutputRecipientEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiOutputRecipientEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageRecipientEmbeddable"}}},"required":["data"]},"MetaApiMessageRecipientEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","username","email","name"]}}}}
```

## The MetaApiMessageCTAEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]}}}}
```

## The MetaApiPictureEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiPictureEmbeddable":{"type":"object","properties":{"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"max_height":{"type":"number","nullable":true},"max_width":{"type":"number","nullable":true},"url":{"type":"string"},"preview_url":{"type":"string","nullable":true},"image_type":{"type":"number"},"render_as_sticker":{"type":"boolean","nullable":true},"animated_gif_preview_url":{"type":"string","nullable":true},"animated_gif_url":{"type":"string","nullable":true},"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"is_silhouette":{"type":"string","nullable":true}},"required":["width","height","max_height","max_width","url","preview_url","image_type","render_as_sticker","animated_gif_preview_url","animated_gif_url","cta","subtitle","title","is_silhouette"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]}}}}
```

## The MetaApiMessageVideoDataEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageVideoDataEmbeddable":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]}}}}
```

## The MetaApiMessageGenericTemplateEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageGenericTemplateEmbeddable":{"type":"object","properties":{"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"url":{"type":"string"},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["cta","url","subtitle","title"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]}}}}
```

## The MetaApiMessagePayloadProductElementEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]}}}}
```

## The MetaApiMessagePayloadProductEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]}}}}
```

## The MetaApiMessagePayloadEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessagePayloadEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"sticker_id":{"type":"number","nullable":true},"reel_video_id":{"type":"number","nullable":true},"product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadProductEmbeddable"}]}},"required":["url","title","sticker_id","reel_video_id","product"]},"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]}}}}
```

## The MetaApiMessageAttachmentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageAttachmentEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"number","nullable":true},"file_url":{"type":"string","nullable":true},"image_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPictureEmbeddable"}]},"video_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageVideoDataEmbeddable"}]},"generic_template":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageGenericTemplateEmbeddable"}]},"payload":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadEmbeddable"}]}},"required":["id","type","mime_type","name","size","file_url","image_data","video_data","generic_template","payload"]},"MetaApiPictureEmbeddable":{"type":"object","properties":{"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"max_height":{"type":"number","nullable":true},"max_width":{"type":"number","nullable":true},"url":{"type":"string"},"preview_url":{"type":"string","nullable":true},"image_type":{"type":"number"},"render_as_sticker":{"type":"boolean","nullable":true},"animated_gif_preview_url":{"type":"string","nullable":true},"animated_gif_url":{"type":"string","nullable":true},"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"is_silhouette":{"type":"string","nullable":true}},"required":["width","height","max_height","max_width","url","preview_url","image_type","render_as_sticker","animated_gif_preview_url","animated_gif_url","cta","subtitle","title","is_silhouette"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]},"MetaApiMessageVideoDataEmbeddable":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"MetaApiMessageGenericTemplateEmbeddable":{"type":"object","properties":{"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"url":{"type":"string"},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["cta","url","subtitle","title"]},"MetaApiMessagePayloadEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"sticker_id":{"type":"number","nullable":true},"reel_video_id":{"type":"number","nullable":true},"product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadProductEmbeddable"}]}},"required":["url","title","sticker_id","reel_video_id","product"]},"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]}}}}
```

## The MetaApiOutputAttachmentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiOutputAttachmentEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageAttachmentEmbeddable"}}},"required":["data"]},"MetaApiMessageAttachmentEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"number","nullable":true},"file_url":{"type":"string","nullable":true},"image_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPictureEmbeddable"}]},"video_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageVideoDataEmbeddable"}]},"generic_template":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageGenericTemplateEmbeddable"}]},"payload":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadEmbeddable"}]}},"required":["id","type","mime_type","name","size","file_url","image_data","video_data","generic_template","payload"]},"MetaApiPictureEmbeddable":{"type":"object","properties":{"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"max_height":{"type":"number","nullable":true},"max_width":{"type":"number","nullable":true},"url":{"type":"string"},"preview_url":{"type":"string","nullable":true},"image_type":{"type":"number"},"render_as_sticker":{"type":"boolean","nullable":true},"animated_gif_preview_url":{"type":"string","nullable":true},"animated_gif_url":{"type":"string","nullable":true},"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"is_silhouette":{"type":"string","nullable":true}},"required":["width","height","max_height","max_width","url","preview_url","image_type","render_as_sticker","animated_gif_preview_url","animated_gif_url","cta","subtitle","title","is_silhouette"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]},"MetaApiMessageVideoDataEmbeddable":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"MetaApiMessageGenericTemplateEmbeddable":{"type":"object","properties":{"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"url":{"type":"string"},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["cta","url","subtitle","title"]},"MetaApiMessagePayloadEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"sticker_id":{"type":"number","nullable":true},"reel_video_id":{"type":"number","nullable":true},"product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadProductEmbeddable"}]}},"required":["url","title","sticker_id","reel_video_id","product"]},"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]}}}}
```

## The MetaApiMessageReplyToEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiMessageReplyToEmbeddable":{"type":"object","properties":{"mid":{"type":"string"},"is_self_reply":{"type":"boolean"}},"required":["mid","is_self_reply"]}}}}
```

## The MetaMessageMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaMessageMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"created_time":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiMessageFromEmbeddable"},"is_unsupported":{"type":"boolean","nullable":true},"message":{"type":"string"},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputReactionEmbeddable"}]},"fullwhereReaction":{"type":"string","nullable":true},"story":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputStoryEmbeddable"}]},"tags":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputTagEmbeddable"}]},"shares":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPaginatedOutputShareEmbeddable"}]},"to":{"$ref":"#/components/schemas/MetaApiOutputRecipientEmbeddable"},"attachments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputAttachmentEmbeddable"}]},"is_deleted":{"type":"boolean","nullable":true},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageReplyToEmbeddable"}]}},"required":["id","created_time","from","is_unsupported","message","reactions","fullwhereReaction","story","tags","shares","to","attachments","is_deleted","reply_to"]},"MetaApiMessageFromEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"username":{"type":"string","nullable":true}},"required":["id","email","name","username"]},"MetaApiOutputReactionEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageReactionEmbeddable"}}},"required":["data"]},"MetaApiMessageReactionEmbeddable":{"type":"object","properties":{"reaction":{"type":"string"},"users":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageUserEmbeddable"}}},"required":["reaction","users"]},"MetaApiMessageUserEmbeddable":{"type":"object","properties":{"username":{"type":"string"},"id":{"type":"string"}},"required":["username","id"]},"MetaApiOutputStoryEmbeddable":{"type":"object","properties":{"mention":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]}}},"MetaApiMessageStoryDataEmbeddable":{"type":"object","properties":{"link":{"type":"string"},"id":{"type":"string"}},"required":["link","id"]},"MetaApiOutputTagEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageTagEmbeddable"}}},"required":["data"]},"MetaApiMessageTagEmbeddable":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"MetaApiPaginatedOutputShareEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageShareEmbeddable"}},"paging":{"type":"object"}},"required":["data","paging"]},"MetaApiMessageShareEmbeddable":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"]},"MetaApiOutputRecipientEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageRecipientEmbeddable"}}},"required":["data"]},"MetaApiMessageRecipientEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","username","email","name"]},"MetaApiOutputAttachmentEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageAttachmentEmbeddable"}}},"required":["data"]},"MetaApiMessageAttachmentEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"number","nullable":true},"file_url":{"type":"string","nullable":true},"image_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPictureEmbeddable"}]},"video_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageVideoDataEmbeddable"}]},"generic_template":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageGenericTemplateEmbeddable"}]},"payload":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadEmbeddable"}]}},"required":["id","type","mime_type","name","size","file_url","image_data","video_data","generic_template","payload"]},"MetaApiPictureEmbeddable":{"type":"object","properties":{"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"max_height":{"type":"number","nullable":true},"max_width":{"type":"number","nullable":true},"url":{"type":"string"},"preview_url":{"type":"string","nullable":true},"image_type":{"type":"number"},"render_as_sticker":{"type":"boolean","nullable":true},"animated_gif_preview_url":{"type":"string","nullable":true},"animated_gif_url":{"type":"string","nullable":true},"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"is_silhouette":{"type":"string","nullable":true}},"required":["width","height","max_height","max_width","url","preview_url","image_type","render_as_sticker","animated_gif_preview_url","animated_gif_url","cta","subtitle","title","is_silhouette"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]},"MetaApiMessageVideoDataEmbeddable":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"MetaApiMessageGenericTemplateEmbeddable":{"type":"object","properties":{"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"url":{"type":"string"},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["cta","url","subtitle","title"]},"MetaApiMessagePayloadEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"sticker_id":{"type":"number","nullable":true},"reel_video_id":{"type":"number","nullable":true},"product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadProductEmbeddable"}]}},"required":["url","title","sticker_id","reel_video_id","product"]},"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]},"MetaApiMessageReplyToEmbeddable":{"type":"object","properties":{"mid":{"type":"string"},"is_self_reply":{"type":"boolean"}},"required":["mid","is_self_reply"]}}}}
```

## The WhatsAppMessageReactionEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageReactionEmbeddable":{"type":"object","properties":{"message_id":{"type":"string","nullable":true},"emoji":{"type":"string","nullable":true}},"required":["message_id","emoji"]}}}}
```

## The WhatsAppMessageTextEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageTextEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true}},"required":["body"]}}}}
```

## The WhatsAppMessageFileEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageFileEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"file_size":{"type":"number","nullable":true},"filename":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"sha256":{"type":"string","nullable":true},"caption":{"type":"string","nullable":true},"animated":{"type":"boolean","nullable":true},"voice":{"type":"boolean","nullable":true}},"required":["id","url","file_size","filename","mime_type","sha256","caption","animated","voice"]}}}}
```

## The WhatsAppMessageSystemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageSystemEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true},"identity":{"type":"string","nullable":true},"new_wa_id":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"customer":{"type":"string","nullable":true}},"required":["body","identity","new_wa_id","wa_id","type","customer"]}}}}
```

## The WhatsAppMessageReferralEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageReferralEmbeddable":{"type":"object","properties":{"source_url":{"type":"string","nullable":true},"source_type":{"type":"string","nullable":true},"source_id":{"type":"string","nullable":true},"headline":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"media_type":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"video_url":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","nullable":true},"ctwa_clid":{"type":"string","nullable":true}},"required":["source_url","source_type","source_id","headline","body","media_type","image_url","video_url","thumbnail_url","ctwa_clid"]}}}}
```

## The WhatsAppMessageOrderProductItemEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageOrderProductItemEmbeddable":{"type":"object","properties":{"product_retailer_id":{"type":"string","nullable":true},"quantity":{"type":"string","nullable":true},"item_price":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true}},"required":["product_retailer_id","quantity","item_price","currency"]}}}}
```

## The WhatsAppMessageOrderEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageOrderEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"product_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppMessageOrderProductItemEmbeddable"}}},"required":["catalog_id","text","product_items"]},"WhatsAppMessageOrderProductItemEmbeddable":{"type":"object","properties":{"product_retailer_id":{"type":"string","nullable":true},"quantity":{"type":"string","nullable":true},"item_price":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true}},"required":["product_retailer_id","quantity","item_price","currency"]}}}}
```

## The WhatsAppMessageInteractiveButtonReplyEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageInteractiveButtonReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["id","title"]}}}}
```

## The WhatsAppMessageInteractiveListReplyEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageInteractiveListReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["id","title","description"]}}}}
```

## The WhatsAppMessageInteractiveTypeEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageInteractiveTypeEmbeddable":{"type":"object","properties":{"button_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveButtonReplyEmbeddable"}]},"list_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveListReplyEmbeddable"}]}},"required":["button_reply","list_reply"]},"WhatsAppMessageInteractiveButtonReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["id","title"]},"WhatsAppMessageInteractiveListReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["id","title","description"]}}}}
```

## The WhatsAppMessageInteractiveEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageInteractiveEmbeddable":{"type":"object","properties":{"type":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveTypeEmbeddable"}]}},"required":["type"]},"WhatsAppMessageInteractiveTypeEmbeddable":{"type":"object","properties":{"button_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveButtonReplyEmbeddable"}]},"list_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveListReplyEmbeddable"}]}},"required":["button_reply","list_reply"]},"WhatsAppMessageInteractiveButtonReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["id","title"]},"WhatsAppMessageInteractiveListReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["id","title","description"]}}}}
```

## The WhatsAppMessageButtonEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageButtonEmbeddable":{"type":"object","properties":{"payload":{"type":"string","nullable":true},"text":{"type":"string","nullable":true}},"required":["payload","text"]}}}}
```

## The WhatsAppMessageContextReferredProductEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageContextReferredProductEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"product_retailer_id":{"type":"string","nullable":true}},"required":["catalog_id","product_retailer_id"]}}}}
```

## The WhatsAppMessageContextEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageContextEmbeddable":{"type":"object","properties":{"forwarded":{"type":"boolean","nullable":true},"frequently_forwarded":{"type":"boolean","nullable":true},"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"referred_product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextReferredProductEmbeddable"}]}},"required":["forwarded","frequently_forwarded","from","id","referred_product"]},"WhatsAppMessageContextReferredProductEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"product_retailer_id":{"type":"string","nullable":true}},"required":["catalog_id","product_retailer_id"]}}}}
```

## The WhatsAppErrorDataEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppErrorDataEmbeddable":{"type":"object","properties":{"details":{"type":"string","nullable":true}},"required":["details"]}}}}
```

## The WhatsAppErrorEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppErrorEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"message":{"type":"string","nullable":true},"error_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppErrorDataEmbeddable"}]}},"required":["code","title","message","error_data"]},"WhatsAppErrorDataEmbeddable":{"type":"object","properties":{"details":{"type":"string","nullable":true}},"required":["details"]}}}}
```

## The WhatsAppIdentityEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppIdentityEmbeddable":{"type":"object","properties":{"acknowledged":{"type":"string","nullable":true},"created_timestamp":{"type":"string","nullable":true},"hash":{"type":"string","nullable":true}},"required":["acknowledged","created_timestamp","hash"]}}}}
```

## The WhatsAppLocationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppLocationEmbeddable":{"type":"object","properties":{"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true}},"required":["latitude","longitude"]}}}}
```

## The WhatsAppContactAddressEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppContactAddressEmbeddable":{"type":"object","properties":{"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"country_code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["street","city","state","zip","country","country_code","type"]}}}}
```

## The WhatsAppContactEmailEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppContactEmailEmbeddable":{"type":"object","properties":{"email":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","type"]}}}}
```

## The WhatsAppContactNameEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppContactNameEmbeddable":{"type":"object","properties":{"formatted_name":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"middle_name":{"type":"string","nullable":true},"suffix":{"type":"string","nullable":true},"prefix":{"type":"string","nullable":true}},"required":["formatted_name","first_name","last_name","middle_name","suffix","prefix"]}}}}
```

## The WhatsAppContactOrgEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppContactOrgEmbeddable":{"type":"object","properties":{"company":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["company","department","title"]}}}}
```

## The WhatsAppContactPhoneEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppContactPhoneEmbeddable":{"type":"object","properties":{"phone":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true}},"required":["phone","type","wa_id"]}}}}
```

## The WhatsAppContactUrlEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppContactUrlEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["url","type"]}}}}
```

## The WhatsAppContactEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppContactEmbeddable":{"type":"object","properties":{"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactAddressEmbeddable"}},"birthday":{"type":"string","nullable":true},"emails":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmailEmbeddable"}},"name":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactNameEmbeddable"}]},"org":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactOrgEmbeddable"}]},"phones":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactPhoneEmbeddable"}},"urls":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactUrlEmbeddable"}}},"required":["addresses","birthday","emails","name","org","phones","urls"]},"WhatsAppContactAddressEmbeddable":{"type":"object","properties":{"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"country_code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["street","city","state","zip","country","country_code","type"]},"WhatsAppContactEmailEmbeddable":{"type":"object","properties":{"email":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","type"]},"WhatsAppContactNameEmbeddable":{"type":"object","properties":{"formatted_name":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"middle_name":{"type":"string","nullable":true},"suffix":{"type":"string","nullable":true},"prefix":{"type":"string","nullable":true}},"required":["formatted_name","first_name","last_name","middle_name","suffix","prefix"]},"WhatsAppContactOrgEmbeddable":{"type":"object","properties":{"company":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["company","department","title"]},"WhatsAppContactPhoneEmbeddable":{"type":"object","properties":{"phone":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true}},"required":["phone","type","wa_id"]},"WhatsAppContactUrlEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["url","type"]}}}}
```

## The WhatsAppMessageMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"WhatsAppMessageMetadatasEmbeddable":{"type":"object","properties":{"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"reaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"fullwhereReaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"text":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageTextEmbeddable"}]},"audio":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"document":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"sticker":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"system":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageSystemEmbeddable"}]},"referral":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReferralEmbeddable"}]},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageOrderEmbeddable"}]},"interactive":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveEmbeddable"}]},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageButtonEmbeddable"}]},"context":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextEmbeddable"}]},"errors":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppErrorEmbeddable"}},"identity":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppIdentityEmbeddable"}]},"location":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppLocationEmbeddable"}]},"contacts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmbeddable"}}},"required":["from","id","timestamp","type","reaction","fullwhereReaction","text","audio","image","video","document","sticker","system","referral","order","interactive","button","context","errors","identity","location","contacts"]},"WhatsAppMessageReactionEmbeddable":{"type":"object","properties":{"message_id":{"type":"string","nullable":true},"emoji":{"type":"string","nullable":true}},"required":["message_id","emoji"]},"WhatsAppMessageTextEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true}},"required":["body"]},"WhatsAppMessageFileEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"file_size":{"type":"number","nullable":true},"filename":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"sha256":{"type":"string","nullable":true},"caption":{"type":"string","nullable":true},"animated":{"type":"boolean","nullable":true},"voice":{"type":"boolean","nullable":true}},"required":["id","url","file_size","filename","mime_type","sha256","caption","animated","voice"]},"WhatsAppMessageSystemEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true},"identity":{"type":"string","nullable":true},"new_wa_id":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"customer":{"type":"string","nullable":true}},"required":["body","identity","new_wa_id","wa_id","type","customer"]},"WhatsAppMessageReferralEmbeddable":{"type":"object","properties":{"source_url":{"type":"string","nullable":true},"source_type":{"type":"string","nullable":true},"source_id":{"type":"string","nullable":true},"headline":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"media_type":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"video_url":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","nullable":true},"ctwa_clid":{"type":"string","nullable":true}},"required":["source_url","source_type","source_id","headline","body","media_type","image_url","video_url","thumbnail_url","ctwa_clid"]},"WhatsAppMessageOrderEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"product_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppMessageOrderProductItemEmbeddable"}}},"required":["catalog_id","text","product_items"]},"WhatsAppMessageOrderProductItemEmbeddable":{"type":"object","properties":{"product_retailer_id":{"type":"string","nullable":true},"quantity":{"type":"string","nullable":true},"item_price":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true}},"required":["product_retailer_id","quantity","item_price","currency"]},"WhatsAppMessageInteractiveEmbeddable":{"type":"object","properties":{"type":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveTypeEmbeddable"}]}},"required":["type"]},"WhatsAppMessageInteractiveTypeEmbeddable":{"type":"object","properties":{"button_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveButtonReplyEmbeddable"}]},"list_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveListReplyEmbeddable"}]}},"required":["button_reply","list_reply"]},"WhatsAppMessageInteractiveButtonReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["id","title"]},"WhatsAppMessageInteractiveListReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["id","title","description"]},"WhatsAppMessageButtonEmbeddable":{"type":"object","properties":{"payload":{"type":"string","nullable":true},"text":{"type":"string","nullable":true}},"required":["payload","text"]},"WhatsAppMessageContextEmbeddable":{"type":"object","properties":{"forwarded":{"type":"boolean","nullable":true},"frequently_forwarded":{"type":"boolean","nullable":true},"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"referred_product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextReferredProductEmbeddable"}]}},"required":["forwarded","frequently_forwarded","from","id","referred_product"]},"WhatsAppMessageContextReferredProductEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"product_retailer_id":{"type":"string","nullable":true}},"required":["catalog_id","product_retailer_id"]},"WhatsAppErrorEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"message":{"type":"string","nullable":true},"error_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppErrorDataEmbeddable"}]}},"required":["code","title","message","error_data"]},"WhatsAppErrorDataEmbeddable":{"type":"object","properties":{"details":{"type":"string","nullable":true}},"required":["details"]},"WhatsAppIdentityEmbeddable":{"type":"object","properties":{"acknowledged":{"type":"string","nullable":true},"created_timestamp":{"type":"string","nullable":true},"hash":{"type":"string","nullable":true}},"required":["acknowledged","created_timestamp","hash"]},"WhatsAppLocationEmbeddable":{"type":"object","properties":{"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true}},"required":["latitude","longitude"]},"WhatsAppContactEmbeddable":{"type":"object","properties":{"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactAddressEmbeddable"}},"birthday":{"type":"string","nullable":true},"emails":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmailEmbeddable"}},"name":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactNameEmbeddable"}]},"org":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactOrgEmbeddable"}]},"phones":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactPhoneEmbeddable"}},"urls":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactUrlEmbeddable"}}},"required":["addresses","birthday","emails","name","org","phones","urls"]},"WhatsAppContactAddressEmbeddable":{"type":"object","properties":{"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"country_code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["street","city","state","zip","country","country_code","type"]},"WhatsAppContactEmailEmbeddable":{"type":"object","properties":{"email":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","type"]},"WhatsAppContactNameEmbeddable":{"type":"object","properties":{"formatted_name":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"middle_name":{"type":"string","nullable":true},"suffix":{"type":"string","nullable":true},"prefix":{"type":"string","nullable":true}},"required":["formatted_name","first_name","last_name","middle_name","suffix","prefix"]},"WhatsAppContactOrgEmbeddable":{"type":"object","properties":{"company":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["company","department","title"]},"WhatsAppContactPhoneEmbeddable":{"type":"object","properties":{"phone":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true}},"required":["phone","type","wa_id"]},"WhatsAppContactUrlEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["url","type"]}}}}
```

## The BookingFeedbackReplyMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"BookingFeedbackReplyMetadatasEmbeddable":{"type":"object","properties":{"hotelierResponse":{"type":"string","nullable":true},"approved":{"type":"number","nullable":true},"created":{"type":"string","nullable":true}},"required":["hotelierResponse","approved","created"]}}}}
```

## The BookingFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"BookingFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"ufi":{"type":"object","nullable":true},"name":{"type":"string","nullable":true},"yourname":{"type":"string","nullable":true},"processedBy":{"type":"string","nullable":true},"hotelServicesFormatted":{"type":"string","nullable":true},"hotelComfort":{"type":"number","nullable":true},"hotelNegative":{"type":"string","nullable":true},"preferred":{"type":"number","nullable":true},"pagename":{"type":"string","nullable":true},"translateButtonStatus":{"type":"string","nullable":true},"processingDate":{"type":"string","nullable":true},"hotelClean":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"hotelValueFormatted":{"type":"string","nullable":true},"hotelId":{"type":"number","nullable":true},"hotelCity":{"type":"string","nullable":true},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasEmbeddable"}]},"hotelLocationFormatted":{"type":"string","nullable":true},"hotelNegativeTrivial":{"type":"number","nullable":true},"language":{"type":"string","nullable":true},"hotelComfortFormatted":{"type":"string","nullable":true},"hotelStaffFormatted":{"type":"string","nullable":true},"cc1":{"type":"string","nullable":true},"additionalRatings":{"nullable":true,"type":"array","items":{"type":"string"}},"canReply":{"type":"string","nullable":true},"hotelAverageFormatted":{"type":"string","nullable":true},"hotelLocation":{"type":"number","nullable":true},"anonymous":{"type":"number","nullable":true},"isNew":{"type":"number","nullable":true},"class":{"type":"number","nullable":true},"experimentalAdditionalRatings":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"suppressedComment":{"type":"string","nullable":true},"approvalStatus":{"type":"number","nullable":true},"hotelStaff":{"type":"number","nullable":true},"suppressed":{"type":"number","nullable":true},"hotelPositive":{"type":"string","nullable":true},"hotelServices":{"type":"number","nullable":true},"hotelPositiveTrivial":{"type":"number","nullable":true},"approved":{"type":"string","nullable":true},"titleTrivial":{"type":"number","nullable":true},"stayStatus":{"type":"string","nullable":true},"booknumber":{"type":"number","nullable":true},"completed":{"type":"string","nullable":true},"hotelValue":{"type":"number","nullable":true},"hotelCleanFormatted":{"type":"string","nullable":true},"hotelAverage":{"type":"number","nullable":true}},"required":["ufi","name","yourname","processedBy","hotelServicesFormatted","hotelComfort","hotelNegative","preferred","pagename","translateButtonStatus","processingDate","hotelClean","id","hotelValueFormatted","hotelId","hotelCity","reply","hotelLocationFormatted","hotelNegativeTrivial","language","hotelComfortFormatted","hotelStaffFormatted","cc1","additionalRatings","canReply","hotelAverageFormatted","hotelLocation","anonymous","isNew","class","experimentalAdditionalRatings","title","country","suppressedComment","approvalStatus","hotelStaff","suppressed","hotelPositive","hotelServices","hotelPositiveTrivial","approved","titleTrivial","stayStatus","booknumber","completed","hotelValue","hotelCleanFormatted","hotelAverage"]},"BookingFeedbackReplyMetadatasEmbeddable":{"type":"object","properties":{"hotelierResponse":{"type":"string","nullable":true},"approved":{"type":"number","nullable":true},"created":{"type":"string","nullable":true}},"required":["hotelierResponse","approved","created"]}}}}
```

## The SundayFeedbackMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SundayFeedbackMetadatasEmbeddable":{"type":"object","properties":{"review_id":{"type":"string","nullable":true},"created_at_local":{"type":"string","nullable":true},"business_id":{"type":"string","nullable":true},"payment_id":{"type":"string","nullable":true},"platform":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"optin_level":{"type":"object","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"table_number":{"type":"number","nullable":true},"reply_content":{"type":"string","nullable":true},"replied_at":{"type":"string","nullable":true},"paid_amount":{"type":"number","nullable":true},"order_amount":{"type":"number","nullable":true},"currency_code":{"type":"string","nullable":true},"staff_name":{"type":"string","nullable":true},"rating_dimension_food_and_drinks":{"type":"number","nullable":true},"rating_dimension_ambiance":{"type":"number","nullable":true},"rating_dimension_service":{"type":"number","nullable":true},"rating_dimension_value_for_money":{"type":"number","nullable":true},"is_coming_from_sunday":{"type":"boolean","nullable":true}},"required":["review_id","created_at_local","business_id","payment_id","platform","email","optin_level","rating","comment","table_number","reply_content","replied_at","paid_amount","order_amount","currency_code","staff_name","rating_dimension_food_and_drinks","rating_dimension_ambiance","rating_dimension_service","rating_dimension_value_for_money","is_coming_from_sunday"]}}}}
```

## The ExperienceStoreMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExperienceStoreMetadatasEmbeddable":{"type":"object","properties":{"business_name":{"type":"string"},"business_id":{"type":"number"},"rating_min":{"type":"number"},"rating_max":{"type":"number"}},"required":["business_name","business_id","rating_min","rating_max"]}}}}
```

## The ExperienceApiFeedbackQuestionTitleEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExperienceApiFeedbackQuestionTitleEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"}},"required":["name","code"]}}}}
```

## The ExperienceApiFeedbackRatingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExperienceApiFeedbackRatingEmbeddable":{"type":"object","properties":{"internal_id":{"type":"number"},"deleted_question":{"type":"boolean"},"code":{"type":"string"},"question_titles":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackQuestionTitleEmbeddable"}},"rating":{"type":"number","nullable":true},"text_pro":{"type":"string","nullable":true},"text_con":{"type":"string","nullable":true},"text_neutral":{"type":"string","nullable":true}},"required":["internal_id","deleted_question","code","question_titles","rating","text_pro","text_con","text_neutral"]},"ExperienceApiFeedbackQuestionTitleEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"}},"required":["name","code"]}}}}
```

## The ExperienceFeedbackMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExperienceFeedbackMetadatasEmbeddable":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/ExperienceStoreMetadatasEmbeddable"},"stay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperiencePurchaseMetadatasEmbeddable"}]},"segment":{"type":"string"},"purpose":{"type":"string"},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"internal_id":{"type":"number"},"response_date":{"type":"string"},"average_score":{"type":"number"},"ratings":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackRatingEmbeddable"}}},"required":["configuration","stay","segment","purpose","customer","internal_id","response_date","average_score","ratings"]},"ExperienceStoreMetadatasEmbeddable":{"type":"object","properties":{"business_name":{"type":"string"},"business_id":{"type":"number"},"rating_min":{"type":"number"},"rating_max":{"type":"number"}},"required":["business_name","business_id","rating_min","rating_max"]},"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"ExperienceApiFeedbackRatingEmbeddable":{"type":"object","properties":{"internal_id":{"type":"number"},"deleted_question":{"type":"boolean"},"code":{"type":"string"},"question_titles":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackQuestionTitleEmbeddable"}},"rating":{"type":"number","nullable":true},"text_pro":{"type":"string","nullable":true},"text_con":{"type":"string","nullable":true},"text_neutral":{"type":"string","nullable":true}},"required":["internal_id","deleted_question","code","question_titles","rating","text_pro","text_con","text_neutral"]},"ExperienceApiFeedbackQuestionTitleEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"}},"required":["name","code"]}}}}
```

## The FacebookMediaInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}}}}}
```

## The FacebookMediaEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}}}}}
```

## The FacebookAttachmentTarget object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}}}}}
```

## The FacebookAttachmentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookAttachmentEmbeddable":{"type":"object","properties":{"media":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaEmbeddable"}]},"target":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookAttachmentTarget"}]},"media_type":{"type":"string"},"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"}}},"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}},"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}}}}}
```

## The FacebookPictureEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}}}}}
```

## The FacebookUserPirctureEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}}}}}
```

## The FacebookUserEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}}}}}
```

## The FacebookLikesSummaryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]}}}}
```

## The FacebookLikesEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]}}}}
```

## The FacebookReactionSummaryEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]}}}}
```

## The FacebookReactionsEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]}}}}
```

## The FacebookSubCommentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]}}}}
```

## The FacebookFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}},"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}},"required":[]}}},"FacebookAttachmentEmbeddable":{"type":"object","properties":{"media":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaEmbeddable"}]},"target":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookAttachmentTarget"}]},"media_type":{"type":"string"},"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"}}},"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}},"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]},"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]}}}}
```

## The MetaApiInstagramProfileEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}}}}}
```

## The MediaProductType object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]}}}}
```

## The InstagramMediaInfoEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]}}}}
```

## The InstagramSubCommentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}}}}}
```

## The InstagramFeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"InstagramFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"parent_id":{"type":"string"},"replies":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}},"required":[]}},"required":["id","timestamp","text","from","hidden","like_count","legacy_instagram_comment_id","media"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}},"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]}}}}
```

## The TheForkReviewReservationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewReservationEmbeddable":{"type":"object","properties":{"reservationUuid":{"type":"string","nullable":true},"mealDate":{"type":"string","nullable":true}},"required":["reservationUuid","mealDate"]}}}}
```

## The TheForkReviewCustomerEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewCustomerEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["customerUuid","firstName","lastName"]}}}}
```

## The TheForkReviewPriceEvaluation object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewPriceEvaluation":{"type":"string","enum":["VERY_CHEAP","CHEAP","AVERAGE","EXPENSIVE","VERY_EXPENSIVE"]}}}}
```

## The TheForkReviewWaitingTimeEvaluation object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewWaitingTimeEvaluation":{"type":"string","enum":["VERY_FAST","FAST","AVERAGE","SLOW","VERY_SLOW"]}}}}
```

## The TheForkReviewNoiseLevelEvaluation object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewNoiseLevelEvaluation":{"type":"string","enum":["VERY_QUIET","QUIET","MODERATE","LOUD","VERY_LOUD"]}}}}
```

## The TheForkReviewDinerRatingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewDinerRatingEmbeddable":{"type":"object","properties":{"priceEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewPriceEvaluation"}]},"waitingTimeEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewWaitingTimeEvaluation"}]},"noiseLevelEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewNoiseLevelEvaluation"}]},"globalRating":{"type":"number","nullable":true},"ambienceRating":{"type":"number","nullable":true},"foodQualityRating":{"type":"number","nullable":true},"serviceRating":{"type":"number","nullable":true}},"required":["priceEvaluation","waitingTimeEvaluation","noiseLevelEvaluation","globalRating","ambienceRating","foodQualityRating","serviceRating"]},"TheForkReviewPriceEvaluation":{"type":"string","enum":["VERY_CHEAP","CHEAP","AVERAGE","EXPENSIVE","VERY_EXPENSIVE"]},"TheForkReviewWaitingTimeEvaluation":{"type":"string","enum":["VERY_FAST","FAST","AVERAGE","SLOW","VERY_SLOW"]},"TheForkReviewNoiseLevelEvaluation":{"type":"string","enum":["VERY_QUIET","QUIET","MODERATE","LOUD","VERY_LOUD"]}}}}
```

## The TheForkReviewPublicationStatus object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewPublicationStatus":{"type":"string","enum":["NOT_REVIEWED","REJECTED","PUBLISHED","WAITING_REFORMULATE","ARCHIVED","DELETED"]}}}}
```

## The TheForkReviewModerationReason object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewModerationReason":{"type":"string","enum":["REFORMULATE_REPLY_IRRELEVANT_CONTENT","REFORMULATE_REPLY_PROFANITY","REFORMULATE_REPLY_INCORRECT_INFORMATION","REFORMULATE_REPLY_SPAM","REFORMULATE_REPLY_THREATENING_LANGUAGE","REFORMULATE_REPLY_CONFIDENTIAL_TF_INFO","REFORMULATE_REPLY_PRIVATE_DATA","REFORMULATE_REPLY_INAPROPRIATE_CONTENT","REFORMULATE_REPLY_NOT_COMPLIANT","REFORMULATE_REPLY_VIOLENCE","REFORMULATE_REPLY_DISCRIMINATORY","REFORMULATE_REPLY_RESTAURANT_REQUEST","REFORMULATE_REPLY_HARASSMENT_LANGUAGE","REFORMULATE_REPLY_INAUTHENTIC","REFORMULATE_REPLY_ALL_CAPS_UNINTELLIGIBLE_NON_ORIGINAL_CONTENT","REJECT_REPLY_NOT_COMPLIANT","REJECT_REPLY_REFORMULATION_PERIOD_ENDED","REJECT_REPLY_RESTAURANT_REQUEST"]}}}}
```

## The TheForkReviewCommentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewCommentEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"TheForkReviewPublicationStatus":{"type":"string","enum":["NOT_REVIEWED","REJECTED","PUBLISHED","WAITING_REFORMULATE","ARCHIVED","DELETED"]},"TheForkReviewModerationReason":{"type":"string","enum":["REFORMULATE_REPLY_IRRELEVANT_CONTENT","REFORMULATE_REPLY_PROFANITY","REFORMULATE_REPLY_INCORRECT_INFORMATION","REFORMULATE_REPLY_SPAM","REFORMULATE_REPLY_THREATENING_LANGUAGE","REFORMULATE_REPLY_CONFIDENTIAL_TF_INFO","REFORMULATE_REPLY_PRIVATE_DATA","REFORMULATE_REPLY_INAPROPRIATE_CONTENT","REFORMULATE_REPLY_NOT_COMPLIANT","REFORMULATE_REPLY_VIOLENCE","REFORMULATE_REPLY_DISCRIMINATORY","REFORMULATE_REPLY_RESTAURANT_REQUEST","REFORMULATE_REPLY_HARASSMENT_LANGUAGE","REFORMULATE_REPLY_INAUTHENTIC","REFORMULATE_REPLY_ALL_CAPS_UNINTELLIGIBLE_NON_ORIGINAL_CONTENT","REJECT_REPLY_NOT_COMPLIANT","REJECT_REPLY_REFORMULATION_PERIOD_ENDED","REJECT_REPLY_RESTAURANT_REQUEST"]}}}}
```

## The TheForkReviewOccasion object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewOccasion":{"type":"string","enum":["BUSINESS","FRIENDS","ROMANTIC","FAMILY","ALONE"]}}}}
```

## The TheForkReviewExperienceDetailEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewExperienceDetailEmbeddable":{"type":"object","properties":{"occasion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewOccasion"}]}},"required":["occasion"]},"TheForkReviewOccasion":{"type":"string","enum":["BUSINESS","FRIENDS","ROMANTIC","FAMILY","ALONE"]}}}}
```

## The TheForkReviewRestaurantReplyEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkReviewRestaurantReplyEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"TheForkReviewPublicationStatus":{"type":"string","enum":["NOT_REVIEWED","REJECTED","PUBLISHED","WAITING_REFORMULATE","ARCHIVED","DELETED"]},"TheForkReviewModerationReason":{"type":"string","enum":["REFORMULATE_REPLY_IRRELEVANT_CONTENT","REFORMULATE_REPLY_PROFANITY","REFORMULATE_REPLY_INCORRECT_INFORMATION","REFORMULATE_REPLY_SPAM","REFORMULATE_REPLY_THREATENING_LANGUAGE","REFORMULATE_REPLY_CONFIDENTIAL_TF_INFO","REFORMULATE_REPLY_PRIVATE_DATA","REFORMULATE_REPLY_INAPROPRIATE_CONTENT","REFORMULATE_REPLY_NOT_COMPLIANT","REFORMULATE_REPLY_VIOLENCE","REFORMULATE_REPLY_DISCRIMINATORY","REFORMULATE_REPLY_RESTAURANT_REQUEST","REFORMULATE_REPLY_HARASSMENT_LANGUAGE","REFORMULATE_REPLY_INAUTHENTIC","REFORMULATE_REPLY_ALL_CAPS_UNINTELLIGIBLE_NON_ORIGINAL_CONTENT","REJECT_REPLY_NOT_COMPLIANT","REJECT_REPLY_REFORMULATION_PERIOD_ENDED","REJECT_REPLY_RESTAURANT_REQUEST"]}}}}
```

## The TheForkFeedbackMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"TheForkFeedbackMetadatasEmbeddable":{"type":"object","properties":{"reviewUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"isValid":{"type":"boolean"},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"reservation":{"$ref":"#/components/schemas/TheForkReviewReservationEmbeddable"},"customer":{"$ref":"#/components/schemas/TheForkReviewCustomerEmbeddable"},"dinerRating":{"$ref":"#/components/schemas/TheForkReviewDinerRatingEmbeddable"},"comment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewCommentEmbeddable"}]},"experienceDetail":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewExperienceDetailEmbeddable"}]},"restaurantReply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewRestaurantReplyEmbeddable"}]}},"required":["reviewUuid","restaurantUuid","isValid","createdTs","updatedTs","reservation","customer","dinerRating","comment","experienceDetail","restaurantReply"]},"TheForkReviewReservationEmbeddable":{"type":"object","properties":{"reservationUuid":{"type":"string","nullable":true},"mealDate":{"type":"string","nullable":true}},"required":["reservationUuid","mealDate"]},"TheForkReviewCustomerEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["customerUuid","firstName","lastName"]},"TheForkReviewDinerRatingEmbeddable":{"type":"object","properties":{"priceEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewPriceEvaluation"}]},"waitingTimeEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewWaitingTimeEvaluation"}]},"noiseLevelEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewNoiseLevelEvaluation"}]},"globalRating":{"type":"number","nullable":true},"ambienceRating":{"type":"number","nullable":true},"foodQualityRating":{"type":"number","nullable":true},"serviceRating":{"type":"number","nullable":true}},"required":["priceEvaluation","waitingTimeEvaluation","noiseLevelEvaluation","globalRating","ambienceRating","foodQualityRating","serviceRating"]},"TheForkReviewPriceEvaluation":{"type":"string","enum":["VERY_CHEAP","CHEAP","AVERAGE","EXPENSIVE","VERY_EXPENSIVE"]},"TheForkReviewWaitingTimeEvaluation":{"type":"string","enum":["VERY_FAST","FAST","AVERAGE","SLOW","VERY_SLOW"]},"TheForkReviewNoiseLevelEvaluation":{"type":"string","enum":["VERY_QUIET","QUIET","MODERATE","LOUD","VERY_LOUD"]},"TheForkReviewCommentEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"TheForkReviewPublicationStatus":{"type":"string","enum":["NOT_REVIEWED","REJECTED","PUBLISHED","WAITING_REFORMULATE","ARCHIVED","DELETED"]},"TheForkReviewModerationReason":{"type":"string","enum":["REFORMULATE_REPLY_IRRELEVANT_CONTENT","REFORMULATE_REPLY_PROFANITY","REFORMULATE_REPLY_INCORRECT_INFORMATION","REFORMULATE_REPLY_SPAM","REFORMULATE_REPLY_THREATENING_LANGUAGE","REFORMULATE_REPLY_CONFIDENTIAL_TF_INFO","REFORMULATE_REPLY_PRIVATE_DATA","REFORMULATE_REPLY_INAPROPRIATE_CONTENT","REFORMULATE_REPLY_NOT_COMPLIANT","REFORMULATE_REPLY_VIOLENCE","REFORMULATE_REPLY_DISCRIMINATORY","REFORMULATE_REPLY_RESTAURANT_REQUEST","REFORMULATE_REPLY_HARASSMENT_LANGUAGE","REFORMULATE_REPLY_INAUTHENTIC","REFORMULATE_REPLY_ALL_CAPS_UNINTELLIGIBLE_NON_ORIGINAL_CONTENT","REJECT_REPLY_NOT_COMPLIANT","REJECT_REPLY_REFORMULATION_PERIOD_ENDED","REJECT_REPLY_RESTAURANT_REQUEST"]},"TheForkReviewExperienceDetailEmbeddable":{"type":"object","properties":{"occasion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewOccasion"}]}},"required":["occasion"]},"TheForkReviewOccasion":{"type":"string","enum":["BUSINESS","FRIENDS","ROMANTIC","FAMILY","ALONE"]},"TheForkReviewRestaurantReplyEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]}}}}
```

## The ExpediaReviewIdReferenceEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]}}}}
```

## The ExpediaReviewPrimaryGuestEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewPrimaryGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]}}}}
```

## The ExpediaReviewReservationEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewReservationEmbeddable":{"type":"object","properties":{"reservationIds":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"primaryGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewPrimaryGuestEmbeddable"}]},"checkInDate":{"type":"string","nullable":true},"checkOutDate":{"type":"string","nullable":true}},"required":["reservationIds","status","primaryGuest","checkInDate","checkOutDate"]},"ExpediaReviewIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewPrimaryGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]}}}}
```

## The ExpediaReviewPropertyIdReferenceEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewPropertyIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]}}}}
```

## The ExpediaReviewLocalizedTextEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewLocalizedTextEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true}},"required":["value","locale"]}}}}
```

## The ExpediaReviewStarRatingEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewStarRatingEmbeddable":{"type":"object","properties":{"category":{"nullable":true,"enum":["ecoFriendliness","roomComfort","roomCleanliness","service","overall","hotelCondition","roomAmenitiesScore","areaAroundHotel","cleanliness","house_rules","communication"],"type":"string"},"value":{"type":"string","nullable":true}},"required":["category","value"]}}}}
```

## The ExpediaReviewResponseEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewResponseEmbeddable":{"type":"object","properties":{"status":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["status","createdDateTime","lastUpdatedDateTime","body"]},"ExpediaReviewLocalizedTextEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true}},"required":["value","locale"]}}}}
```

## The ExpediaReviewMediaEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaReviewMediaEmbeddable":{"type":"object","properties":{"thumbnailUrl":{"type":"string","nullable":true},"highResolutionUrl":{"type":"string","nullable":true},"caption":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["thumbnailUrl","highResolutionUrl","caption"]},"ExpediaReviewLocalizedTextEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true}},"required":["value","locale"]}}}}
```

## The ExpediaFeedbackMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"ExpediaFeedbackMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewReservationEmbeddable"}]},"propertyId":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewPropertyIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"brandNameV2":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"title":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"starRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewStarRatingEmbeddable"}},"isEligibleForResponse":{"type":"boolean","nullable":true},"response":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewResponseEmbeddable"}]},"media":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewMediaEmbeddable"}}},"required":["id","reservation","propertyId","status","brandNameV2","source","createdDateTime","lastUpdatedDateTime","title","body","starRatings","isEligibleForResponse","response","media"]},"ExpediaReviewReservationEmbeddable":{"type":"object","properties":{"reservationIds":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"primaryGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewPrimaryGuestEmbeddable"}]},"checkInDate":{"type":"string","nullable":true},"checkOutDate":{"type":"string","nullable":true}},"required":["reservationIds","status","primaryGuest","checkInDate","checkOutDate"]},"ExpediaReviewIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewPrimaryGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"ExpediaReviewPropertyIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewLocalizedTextEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true}},"required":["value","locale"]},"ExpediaReviewStarRatingEmbeddable":{"type":"object","properties":{"category":{"nullable":true,"enum":["ecoFriendliness","roomComfort","roomCleanliness","service","overall","hotelCondition","roomAmenitiesScore","areaAroundHotel","cleanliness","house_rules","communication"],"type":"string"},"value":{"type":"string","nullable":true}},"required":["category","value"]},"ExpediaReviewResponseEmbeddable":{"type":"object","properties":{"status":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["status","createdDateTime","lastUpdatedDateTime","body"]},"ExpediaReviewMediaEmbeddable":{"type":"object","properties":{"thumbnailUrl":{"type":"string","nullable":true},"highResolutionUrl":{"type":"string","nullable":true},"caption":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["thumbnailUrl","highResolutionUrl","caption"]}}}}
```

## The FeedbackContentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business feedback metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessFeedbackContentMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo feedback metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor feedback metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorFeedbackContentMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats feedback metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsFeedbackContentMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsFeedbackMetadatasEmbeddable"}]},"email":{"nullable":true,"description":"Support email feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasEmbeddable"}]},"site":{"nullable":true,"description":"Site feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SiteFeedbackContentMetadatasEmbeddable"}]},"metaMessage":{"nullable":true,"description":"Meta feedback message metadatas.","allOf":[{"$ref":"#/components/schemas/MetaMessageMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp feedback message metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppMessageMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking feedback metadatas.","allOf":[{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasEmbeddable"}]},"sunday":{"nullable":true,"description":"Sunday feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SundayFeedbackMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceFeedbackMetadatasEmbeddable"}]},"facebookFeed":{"nullable":true,"description":"Facebook feedback metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookFeedbackContentMetadatasEmbeddable"}]},"instagramFeed":{"nullable":true,"description":"Instagram feedback metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramFeedbackContentMetadatasEmbeddable"}]},"thefork":{"nullable":true,"description":"TheFork feedback metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkFeedbackMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaFeedbackMetadatasEmbeddable"}]}}},"GoogleMyBusinessFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"createTime":{"type":"object","description":"Google my business review content creation time"},"updateTime":{"type":"object","description":"Google my business review content update time"},"comment":{"type":"string","nullable":true,"description":"Google my business review raw content"},"starRating":{"nullable":true,"description":"Google my business review content rates","enum":["STAR_RATING_UNSPECIFIED","ONE","TWO","THREE","FOUR","FIVE"],"type":"string"},"medias":{"nullable":true,"description":"Google my business medias attached to this Feedback","default":[],"type":"array","items":{"$ref":"#/components/schemas/GoogleMyBusinessMediaItemEmbeddable"}}},"required":["createTime","updateTime","comment","starRating","medias"]},"GoogleMyBusinessMediaItemEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"mediaFormat":{"enum":["MEDIA_FORMAT_UNSPECIFIED","PHOTO","VIDEO"],"type":"string"},"locationAssociation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessLocationAssociationEmbeddable"}]},"googleUrl":{"type":"string"},"thumbnailUrl":{"type":"string"},"createTime":{"format":"date-time","type":"string"},"dimensions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDimensionsEmbeddable"}]},"insights":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessInsightsEmbeddable"}]},"attribution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessAttributionEmbeddable"}]},"description":{"type":"string","nullable":true},"sourceUrl":{"type":"string","nullable":true},"dataRef":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDataRefEmbeddable"}]}},"required":["name","mediaFormat","locationAssociation","googleUrl","thumbnailUrl","createTime","dimensions","insights","attribution","description","sourceUrl","dataRef"]},"GoogleMyBusinessLocationAssociationEmbeddable":{"type":"object","properties":{"category":{"enum":["CATEGORY_UNSPECIFIED","COVER","PROFILE","LOGO","EXTERIOR","INTERIOR","PRODUCT","AT_WORK","FOOD_AND_DRIN","MENU","COMMON_AREA","ROOMS","TEAMS","ADDITIONA"],"type":"string"},"priceListItemId":{"type":"string","nullable":true}},"required":["category","priceListItemId"]},"GoogleMyBusinessDimensionsEmbeddable":{"type":"object","properties":{"widthPixels":{"type":"number"},"heightPixels":{"type":"number"}},"required":["widthPixels","heightPixels"]},"GoogleMyBusinessInsightsEmbeddable":{"type":"object","properties":{"viewCount":{"type":"string"}},"required":["viewCount"]},"GoogleMyBusinessAttributionEmbeddable":{"type":"object","properties":{"profileName":{"type":"string"},"profilePhotoUrl":{"type":"string"},"takedownUrl":{"type":"string"},"profileUrl":{"type":"string"}},"required":["profileName","profilePhotoUrl","takedownUrl","profileUrl"]},"GoogleMyBusinessDataRefEmbeddable":{"type":"object","properties":{"resourceName":{"type":"string"}},"required":["resourceName"]},"ZenchefFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"service":{"type":"number","nullable":true},"service_body":{"type":"string","nullable":true},"menu":{"type":"number","nullable":true},"menu_body":{"type":"string","nullable":true},"ambiance":{"type":"number","nullable":true},"ambiance_body":{"type":"string","nullable":true},"value_for_money":{"type":"number","nullable":true},"value_for_money_body":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"global":{"type":"number","nullable":true},"read":{"type":"number","nullable":true}},"required":["created_at","updated_at","service","service_body","menu","menu_body","ambiance","ambiance_body","value_for_money","value_for_money_body","body","global","read"]},"DeliverooFeedbackMetadatasEmbeddable":{"type":"object","properties":{"order_uuid":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"rating_comment":{"type":"string","nullable":true},"rating_stars":{"type":"number","nullable":true},"restaurant_id":{"type":"string","nullable":true},"frequency":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFrequencyMetadatasEmbeddable"}]},"refund":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackRefundMetadatasEmbeddable"}]}},"required":["order_uuid","created_at","rating_comment","rating_stars","restaurant_id","frequency","refund"]},"DeliverooFrequencyMetadatasEmbeddable":{"type":"object","properties":{"customer_orders":{"type":"number","nullable":true}},"required":["customer_orders"]},"DeliverooFeedbackRefundMetadatasEmbeddable":{"type":"object","properties":{"order_id":{"type":"string","nullable":true},"order_uuid":{"type":"string","nullable":true},"order_drn_id":{"type":"string","nullable":true},"order_number":{"type":"number","nullable":true},"branch_id":{"type":"string","nullable":true},"branch_name":{"type":"string","nullable":true},"order_date":{"type":"string","nullable":true},"order_refund_status":{"type":"string","nullable":true},"order_type":{"type":"string","nullable":true},"refund_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"refund_paid_by_restaurant_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_sub_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_gross_merchandise_value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackRefundItemMetadatasEmbeddable"}},"compensations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationMetadatasEmbeddable"}}},"required":["order_id","order_uuid","order_drn_id","order_number","branch_id","branch_name","order_date","order_refund_status","order_type","refund_total","refund_paid_by_restaurant_total","order_total","order_sub_total","order_gross_merchandise_value","items","compensations"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooFeedbackRefundItemMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"restaurant_name":{"type":"string","nullable":true},"refund_reason":{"type":"string","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasModifier"}},"category_name":{"type":"string","nullable":true}},"required":["id","name","quantity","restaurant_name","refund_reason","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooFeedbackMetadatasModifier":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooFeedbackCompensationMetadatasEmbeddable":{"type":"object","properties":{"photos":{"type":"object","nullable":true},"refund_status":{"type":"string","nullable":true},"id":{"type":"number","nullable":true},"refund_date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"action_id":{"type":"string","nullable":true},"input_description":{"type":"string","nullable":true},"selected_resolution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable"}]},"compensated_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable"}}},"required":["photos","refund_status","id","refund_date","status","action_id","input_description","selected_resolution","compensated_items"]},"DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable":{"type":"object","properties":{"resolution_type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"repeat_order_id":{"type":"string","nullable":true},"repeat_order_drn_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]}},"required":["resolution_type","source","repeat_order_id","repeat_order_drn_id","amount"]},"DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true}},"required":["name","id","reason"]},"TripAdvisorFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"alertStatus":{"type":"boolean"},"rating":{"type":"number"},"status":{"type":"string"},"id":{"type":"number"},"translationType":{"type":"string","nullable":true},"attribution":{"type":"string","nullable":true},"roomTip":{"type":"string","nullable":true},"title":{"type":"string"},"text":{"type":"string"},"username":{"type":"string"},"language":{"type":"string"},"userInfo":{"$ref":"#/components/schemas/TripAdvisorFeedbackUserInfoEmbeddable"},"additionalRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TripAdvisorFeedbackAdditionalRatingEmbeddable"}}},"required":["alertStatus","rating","status","id","translationType","attribution","roomTip","title","text","username","language","userInfo","additionalRatings"]},"TripAdvisorFeedbackUserInfoEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl"]},"TripAdvisorFeedbackAdditionalRatingEmbeddable":{"type":"object","properties":{"rating":{"type":"number"},"ratingLabel":{"type":"string"}},"required":["rating","ratingLabel"]},"UbereatsFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"menuItemReviews":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsMenuItemReviewEmbeddable"}}},"required":["uuid","timestamp","rating","comment","tags","menuItemReviews"]},"UbereatsMenuItemReviewEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"rating":{"type":"boolean","nullable":true},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["id","rating","name","comment","tags"]},"SevenroomsFeedbackMetadatasEmbeddable":{"type":"object","properties":{"recommend_to_friend":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SevenroomsRecommendToFriend"}]},"feedback_type":{"type":"string","nullable":true},"reservation_id":{"type":"string","nullable":true},"order_id":{"type":"string","nullable":true},"reservation_date":{"type":"string","nullable":true},"received_date":{"type":"string","nullable":true},"created_date":{"type":"string","nullable":true},"overall":{"type":"string","nullable":true},"food":{"type":"string","nullable":true},"drinks":{"type":"string","nullable":true},"ambience":{"type":"string","nullable":true},"service":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true}},"required":["recommend_to_friend","feedback_type","reservation_id","order_id","reservation_date","received_date","created_date","overall","food","drinks","ambience","service","notes"]},"SevenroomsRecommendToFriend":{"type":"string","enum":["Yes","No","not filled in"]},"SupportEmailFeedbackMetadatasEmbeddable":{"type":"object","properties":{"From":{"type":"string"},"FromName":{"type":"string"},"FromFull":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"},"To":{"type":"string"},"ToFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Cc":{"type":"string"},"CcFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Bcc":{"type":"string"},"BccFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"OriginalRecipient":{"type":"string"},"Subject":{"type":"string"},"ReplyTo":{"type":"string","nullable":true},"Date":{"type":"string","nullable":true},"MailboxHash":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"MessageID":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"MessageStream":{"type":"string","nullable":true},"TextBody":{"type":"string","nullable":true},"HtmlBody":{"type":"string","nullable":true},"StrippedTextReply":{"type":"string","nullable":true},"Headers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PostmarkHeaderEmbeddable"}},"BlockedReason":{"type":"string","nullable":true},"Attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/SupportEmailAttachmentMetadatasEmbeddable"}}},"required":["From","FromName","FromFull","To","ToFull","Cc","CcFull","Bcc","BccFull","OriginalRecipient","Subject","ReplyTo","Date","MailboxHash","Tag","MessageID","Status","MessageStream","TextBody","HtmlBody","StrippedTextReply","Headers","BlockedReason","Attachments"]},"PostmarkInboundRecipientEmbeddable":{"type":"object","properties":{"Email":{"type":"string"},"Name":{"type":"string"},"MailboxHash":{"type":"string"}},"required":["Email","Name","MailboxHash"]},"PostmarkHeaderEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"required":["Name","Value"]},"SupportEmailAttachmentMetadatasEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"ContentID":{"type":"string","nullable":true},"ContentType":{"type":"string"},"ContentLength":{"type":"number"},"Disposition":{"type":"string","nullable":true}},"required":["Name","ContentID","ContentType","ContentLength","Disposition"]},"SiteFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormFieldMetadatasEmbeddable"}}},"required":["fields"]},"ContactFormFieldMetadatasEmbeddable":{"type":"object","properties":{"type":{"description":"The type of the form field","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"type":"string"},"id":{"type":"string","description":"The field id"},"values":{"description":"Field values","type":"array","items":{"type":"string"}},"label":{"type":"string","nullable":true,"description":"The label of the form field, if applicable"},"verticalIndex":{"type":"object","description":"The vertical position index of the form field","default":0},"horizontalIndex":{"type":"object","description":"The horizontal position index of the form field","default":0}},"required":["type","id","values","label","verticalIndex","horizontalIndex"]},"MetaMessageMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"created_time":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiMessageFromEmbeddable"},"is_unsupported":{"type":"boolean","nullable":true},"message":{"type":"string"},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputReactionEmbeddable"}]},"fullwhereReaction":{"type":"string","nullable":true},"story":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputStoryEmbeddable"}]},"tags":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputTagEmbeddable"}]},"shares":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPaginatedOutputShareEmbeddable"}]},"to":{"$ref":"#/components/schemas/MetaApiOutputRecipientEmbeddable"},"attachments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputAttachmentEmbeddable"}]},"is_deleted":{"type":"boolean","nullable":true},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageReplyToEmbeddable"}]}},"required":["id","created_time","from","is_unsupported","message","reactions","fullwhereReaction","story","tags","shares","to","attachments","is_deleted","reply_to"]},"MetaApiMessageFromEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"username":{"type":"string","nullable":true}},"required":["id","email","name","username"]},"MetaApiOutputReactionEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageReactionEmbeddable"}}},"required":["data"]},"MetaApiMessageReactionEmbeddable":{"type":"object","properties":{"reaction":{"type":"string"},"users":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageUserEmbeddable"}}},"required":["reaction","users"]},"MetaApiMessageUserEmbeddable":{"type":"object","properties":{"username":{"type":"string"},"id":{"type":"string"}},"required":["username","id"]},"MetaApiOutputStoryEmbeddable":{"type":"object","properties":{"mention":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]}}},"MetaApiMessageStoryDataEmbeddable":{"type":"object","properties":{"link":{"type":"string"},"id":{"type":"string"}},"required":["link","id"]},"MetaApiOutputTagEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageTagEmbeddable"}}},"required":["data"]},"MetaApiMessageTagEmbeddable":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"MetaApiPaginatedOutputShareEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageShareEmbeddable"}},"paging":{"type":"object"}},"required":["data","paging"]},"MetaApiMessageShareEmbeddable":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"]},"MetaApiOutputRecipientEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageRecipientEmbeddable"}}},"required":["data"]},"MetaApiMessageRecipientEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","username","email","name"]},"MetaApiOutputAttachmentEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageAttachmentEmbeddable"}}},"required":["data"]},"MetaApiMessageAttachmentEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"number","nullable":true},"file_url":{"type":"string","nullable":true},"image_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPictureEmbeddable"}]},"video_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageVideoDataEmbeddable"}]},"generic_template":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageGenericTemplateEmbeddable"}]},"payload":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadEmbeddable"}]}},"required":["id","type","mime_type","name","size","file_url","image_data","video_data","generic_template","payload"]},"MetaApiPictureEmbeddable":{"type":"object","properties":{"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"max_height":{"type":"number","nullable":true},"max_width":{"type":"number","nullable":true},"url":{"type":"string"},"preview_url":{"type":"string","nullable":true},"image_type":{"type":"number"},"render_as_sticker":{"type":"boolean","nullable":true},"animated_gif_preview_url":{"type":"string","nullable":true},"animated_gif_url":{"type":"string","nullable":true},"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"is_silhouette":{"type":"string","nullable":true}},"required":["width","height","max_height","max_width","url","preview_url","image_type","render_as_sticker","animated_gif_preview_url","animated_gif_url","cta","subtitle","title","is_silhouette"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]},"MetaApiMessageVideoDataEmbeddable":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"MetaApiMessageGenericTemplateEmbeddable":{"type":"object","properties":{"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"url":{"type":"string"},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["cta","url","subtitle","title"]},"MetaApiMessagePayloadEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"sticker_id":{"type":"number","nullable":true},"reel_video_id":{"type":"number","nullable":true},"product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadProductEmbeddable"}]}},"required":["url","title","sticker_id","reel_video_id","product"]},"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]},"MetaApiMessageReplyToEmbeddable":{"type":"object","properties":{"mid":{"type":"string"},"is_self_reply":{"type":"boolean"}},"required":["mid","is_self_reply"]},"WhatsAppMessageMetadatasEmbeddable":{"type":"object","properties":{"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"reaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"fullwhereReaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"text":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageTextEmbeddable"}]},"audio":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"document":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"sticker":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"system":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageSystemEmbeddable"}]},"referral":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReferralEmbeddable"}]},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageOrderEmbeddable"}]},"interactive":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveEmbeddable"}]},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageButtonEmbeddable"}]},"context":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextEmbeddable"}]},"errors":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppErrorEmbeddable"}},"identity":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppIdentityEmbeddable"}]},"location":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppLocationEmbeddable"}]},"contacts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmbeddable"}}},"required":["from","id","timestamp","type","reaction","fullwhereReaction","text","audio","image","video","document","sticker","system","referral","order","interactive","button","context","errors","identity","location","contacts"]},"WhatsAppMessageReactionEmbeddable":{"type":"object","properties":{"message_id":{"type":"string","nullable":true},"emoji":{"type":"string","nullable":true}},"required":["message_id","emoji"]},"WhatsAppMessageTextEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true}},"required":["body"]},"WhatsAppMessageFileEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"file_size":{"type":"number","nullable":true},"filename":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"sha256":{"type":"string","nullable":true},"caption":{"type":"string","nullable":true},"animated":{"type":"boolean","nullable":true},"voice":{"type":"boolean","nullable":true}},"required":["id","url","file_size","filename","mime_type","sha256","caption","animated","voice"]},"WhatsAppMessageSystemEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true},"identity":{"type":"string","nullable":true},"new_wa_id":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"customer":{"type":"string","nullable":true}},"required":["body","identity","new_wa_id","wa_id","type","customer"]},"WhatsAppMessageReferralEmbeddable":{"type":"object","properties":{"source_url":{"type":"string","nullable":true},"source_type":{"type":"string","nullable":true},"source_id":{"type":"string","nullable":true},"headline":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"media_type":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"video_url":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","nullable":true},"ctwa_clid":{"type":"string","nullable":true}},"required":["source_url","source_type","source_id","headline","body","media_type","image_url","video_url","thumbnail_url","ctwa_clid"]},"WhatsAppMessageOrderEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"product_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppMessageOrderProductItemEmbeddable"}}},"required":["catalog_id","text","product_items"]},"WhatsAppMessageOrderProductItemEmbeddable":{"type":"object","properties":{"product_retailer_id":{"type":"string","nullable":true},"quantity":{"type":"string","nullable":true},"item_price":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true}},"required":["product_retailer_id","quantity","item_price","currency"]},"WhatsAppMessageInteractiveEmbeddable":{"type":"object","properties":{"type":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveTypeEmbeddable"}]}},"required":["type"]},"WhatsAppMessageInteractiveTypeEmbeddable":{"type":"object","properties":{"button_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveButtonReplyEmbeddable"}]},"list_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveListReplyEmbeddable"}]}},"required":["button_reply","list_reply"]},"WhatsAppMessageInteractiveButtonReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["id","title"]},"WhatsAppMessageInteractiveListReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["id","title","description"]},"WhatsAppMessageButtonEmbeddable":{"type":"object","properties":{"payload":{"type":"string","nullable":true},"text":{"type":"string","nullable":true}},"required":["payload","text"]},"WhatsAppMessageContextEmbeddable":{"type":"object","properties":{"forwarded":{"type":"boolean","nullable":true},"frequently_forwarded":{"type":"boolean","nullable":true},"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"referred_product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextReferredProductEmbeddable"}]}},"required":["forwarded","frequently_forwarded","from","id","referred_product"]},"WhatsAppMessageContextReferredProductEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"product_retailer_id":{"type":"string","nullable":true}},"required":["catalog_id","product_retailer_id"]},"WhatsAppErrorEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"message":{"type":"string","nullable":true},"error_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppErrorDataEmbeddable"}]}},"required":["code","title","message","error_data"]},"WhatsAppErrorDataEmbeddable":{"type":"object","properties":{"details":{"type":"string","nullable":true}},"required":["details"]},"WhatsAppIdentityEmbeddable":{"type":"object","properties":{"acknowledged":{"type":"string","nullable":true},"created_timestamp":{"type":"string","nullable":true},"hash":{"type":"string","nullable":true}},"required":["acknowledged","created_timestamp","hash"]},"WhatsAppLocationEmbeddable":{"type":"object","properties":{"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true}},"required":["latitude","longitude"]},"WhatsAppContactEmbeddable":{"type":"object","properties":{"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactAddressEmbeddable"}},"birthday":{"type":"string","nullable":true},"emails":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmailEmbeddable"}},"name":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactNameEmbeddable"}]},"org":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactOrgEmbeddable"}]},"phones":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactPhoneEmbeddable"}},"urls":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactUrlEmbeddable"}}},"required":["addresses","birthday","emails","name","org","phones","urls"]},"WhatsAppContactAddressEmbeddable":{"type":"object","properties":{"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"country_code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["street","city","state","zip","country","country_code","type"]},"WhatsAppContactEmailEmbeddable":{"type":"object","properties":{"email":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","type"]},"WhatsAppContactNameEmbeddable":{"type":"object","properties":{"formatted_name":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"middle_name":{"type":"string","nullable":true},"suffix":{"type":"string","nullable":true},"prefix":{"type":"string","nullable":true}},"required":["formatted_name","first_name","last_name","middle_name","suffix","prefix"]},"WhatsAppContactOrgEmbeddable":{"type":"object","properties":{"company":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["company","department","title"]},"WhatsAppContactPhoneEmbeddable":{"type":"object","properties":{"phone":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true}},"required":["phone","type","wa_id"]},"WhatsAppContactUrlEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["url","type"]},"BookingFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"ufi":{"type":"object","nullable":true},"name":{"type":"string","nullable":true},"yourname":{"type":"string","nullable":true},"processedBy":{"type":"string","nullable":true},"hotelServicesFormatted":{"type":"string","nullable":true},"hotelComfort":{"type":"number","nullable":true},"hotelNegative":{"type":"string","nullable":true},"preferred":{"type":"number","nullable":true},"pagename":{"type":"string","nullable":true},"translateButtonStatus":{"type":"string","nullable":true},"processingDate":{"type":"string","nullable":true},"hotelClean":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"hotelValueFormatted":{"type":"string","nullable":true},"hotelId":{"type":"number","nullable":true},"hotelCity":{"type":"string","nullable":true},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasEmbeddable"}]},"hotelLocationFormatted":{"type":"string","nullable":true},"hotelNegativeTrivial":{"type":"number","nullable":true},"language":{"type":"string","nullable":true},"hotelComfortFormatted":{"type":"string","nullable":true},"hotelStaffFormatted":{"type":"string","nullable":true},"cc1":{"type":"string","nullable":true},"additionalRatings":{"nullable":true,"type":"array","items":{"type":"string"}},"canReply":{"type":"string","nullable":true},"hotelAverageFormatted":{"type":"string","nullable":true},"hotelLocation":{"type":"number","nullable":true},"anonymous":{"type":"number","nullable":true},"isNew":{"type":"number","nullable":true},"class":{"type":"number","nullable":true},"experimentalAdditionalRatings":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"suppressedComment":{"type":"string","nullable":true},"approvalStatus":{"type":"number","nullable":true},"hotelStaff":{"type":"number","nullable":true},"suppressed":{"type":"number","nullable":true},"hotelPositive":{"type":"string","nullable":true},"hotelServices":{"type":"number","nullable":true},"hotelPositiveTrivial":{"type":"number","nullable":true},"approved":{"type":"string","nullable":true},"titleTrivial":{"type":"number","nullable":true},"stayStatus":{"type":"string","nullable":true},"booknumber":{"type":"number","nullable":true},"completed":{"type":"string","nullable":true},"hotelValue":{"type":"number","nullable":true},"hotelCleanFormatted":{"type":"string","nullable":true},"hotelAverage":{"type":"number","nullable":true}},"required":["ufi","name","yourname","processedBy","hotelServicesFormatted","hotelComfort","hotelNegative","preferred","pagename","translateButtonStatus","processingDate","hotelClean","id","hotelValueFormatted","hotelId","hotelCity","reply","hotelLocationFormatted","hotelNegativeTrivial","language","hotelComfortFormatted","hotelStaffFormatted","cc1","additionalRatings","canReply","hotelAverageFormatted","hotelLocation","anonymous","isNew","class","experimentalAdditionalRatings","title","country","suppressedComment","approvalStatus","hotelStaff","suppressed","hotelPositive","hotelServices","hotelPositiveTrivial","approved","titleTrivial","stayStatus","booknumber","completed","hotelValue","hotelCleanFormatted","hotelAverage"]},"BookingFeedbackReplyMetadatasEmbeddable":{"type":"object","properties":{"hotelierResponse":{"type":"string","nullable":true},"approved":{"type":"number","nullable":true},"created":{"type":"string","nullable":true}},"required":["hotelierResponse","approved","created"]},"SundayFeedbackMetadatasEmbeddable":{"type":"object","properties":{"review_id":{"type":"string","nullable":true},"created_at_local":{"type":"string","nullable":true},"business_id":{"type":"string","nullable":true},"payment_id":{"type":"string","nullable":true},"platform":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"optin_level":{"type":"object","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"table_number":{"type":"number","nullable":true},"reply_content":{"type":"string","nullable":true},"replied_at":{"type":"string","nullable":true},"paid_amount":{"type":"number","nullable":true},"order_amount":{"type":"number","nullable":true},"currency_code":{"type":"string","nullable":true},"staff_name":{"type":"string","nullable":true},"rating_dimension_food_and_drinks":{"type":"number","nullable":true},"rating_dimension_ambiance":{"type":"number","nullable":true},"rating_dimension_service":{"type":"number","nullable":true},"rating_dimension_value_for_money":{"type":"number","nullable":true},"is_coming_from_sunday":{"type":"boolean","nullable":true}},"required":["review_id","created_at_local","business_id","payment_id","platform","email","optin_level","rating","comment","table_number","reply_content","replied_at","paid_amount","order_amount","currency_code","staff_name","rating_dimension_food_and_drinks","rating_dimension_ambiance","rating_dimension_service","rating_dimension_value_for_money","is_coming_from_sunday"]},"ExperienceFeedbackMetadatasEmbeddable":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/ExperienceStoreMetadatasEmbeddable"},"stay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperiencePurchaseMetadatasEmbeddable"}]},"segment":{"type":"string"},"purpose":{"type":"string"},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"internal_id":{"type":"number"},"response_date":{"type":"string"},"average_score":{"type":"number"},"ratings":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackRatingEmbeddable"}}},"required":["configuration","stay","segment","purpose","customer","internal_id","response_date","average_score","ratings"]},"ExperienceStoreMetadatasEmbeddable":{"type":"object","properties":{"business_name":{"type":"string"},"business_id":{"type":"number"},"rating_min":{"type":"number"},"rating_max":{"type":"number"}},"required":["business_name","business_id","rating_min","rating_max"]},"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"ExperienceApiFeedbackRatingEmbeddable":{"type":"object","properties":{"internal_id":{"type":"number"},"deleted_question":{"type":"boolean"},"code":{"type":"string"},"question_titles":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackQuestionTitleEmbeddable"}},"rating":{"type":"number","nullable":true},"text_pro":{"type":"string","nullable":true},"text_con":{"type":"string","nullable":true},"text_neutral":{"type":"string","nullable":true}},"required":["internal_id","deleted_question","code","question_titles","rating","text_pro","text_con","text_neutral"]},"ExperienceApiFeedbackQuestionTitleEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"}},"required":["name","code"]},"FacebookFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}},"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}},"required":[]}}},"FacebookAttachmentEmbeddable":{"type":"object","properties":{"media":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaEmbeddable"}]},"target":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookAttachmentTarget"}]},"media_type":{"type":"string"},"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"}}},"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}},"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]},"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]},"InstagramFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"parent_id":{"type":"string"},"replies":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}},"required":[]}},"required":["id","timestamp","text","from","hidden","like_count","legacy_instagram_comment_id","media"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}},"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]},"TheForkFeedbackMetadatasEmbeddable":{"type":"object","properties":{"reviewUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"isValid":{"type":"boolean"},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"reservation":{"$ref":"#/components/schemas/TheForkReviewReservationEmbeddable"},"customer":{"$ref":"#/components/schemas/TheForkReviewCustomerEmbeddable"},"dinerRating":{"$ref":"#/components/schemas/TheForkReviewDinerRatingEmbeddable"},"comment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewCommentEmbeddable"}]},"experienceDetail":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewExperienceDetailEmbeddable"}]},"restaurantReply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewRestaurantReplyEmbeddable"}]}},"required":["reviewUuid","restaurantUuid","isValid","createdTs","updatedTs","reservation","customer","dinerRating","comment","experienceDetail","restaurantReply"]},"TheForkReviewReservationEmbeddable":{"type":"object","properties":{"reservationUuid":{"type":"string","nullable":true},"mealDate":{"type":"string","nullable":true}},"required":["reservationUuid","mealDate"]},"TheForkReviewCustomerEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["customerUuid","firstName","lastName"]},"TheForkReviewDinerRatingEmbeddable":{"type":"object","properties":{"priceEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewPriceEvaluation"}]},"waitingTimeEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewWaitingTimeEvaluation"}]},"noiseLevelEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewNoiseLevelEvaluation"}]},"globalRating":{"type":"number","nullable":true},"ambienceRating":{"type":"number","nullable":true},"foodQualityRating":{"type":"number","nullable":true},"serviceRating":{"type":"number","nullable":true}},"required":["priceEvaluation","waitingTimeEvaluation","noiseLevelEvaluation","globalRating","ambienceRating","foodQualityRating","serviceRating"]},"TheForkReviewPriceEvaluation":{"type":"string","enum":["VERY_CHEAP","CHEAP","AVERAGE","EXPENSIVE","VERY_EXPENSIVE"]},"TheForkReviewWaitingTimeEvaluation":{"type":"string","enum":["VERY_FAST","FAST","AVERAGE","SLOW","VERY_SLOW"]},"TheForkReviewNoiseLevelEvaluation":{"type":"string","enum":["VERY_QUIET","QUIET","MODERATE","LOUD","VERY_LOUD"]},"TheForkReviewCommentEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"TheForkReviewPublicationStatus":{"type":"string","enum":["NOT_REVIEWED","REJECTED","PUBLISHED","WAITING_REFORMULATE","ARCHIVED","DELETED"]},"TheForkReviewModerationReason":{"type":"string","enum":["REFORMULATE_REPLY_IRRELEVANT_CONTENT","REFORMULATE_REPLY_PROFANITY","REFORMULATE_REPLY_INCORRECT_INFORMATION","REFORMULATE_REPLY_SPAM","REFORMULATE_REPLY_THREATENING_LANGUAGE","REFORMULATE_REPLY_CONFIDENTIAL_TF_INFO","REFORMULATE_REPLY_PRIVATE_DATA","REFORMULATE_REPLY_INAPROPRIATE_CONTENT","REFORMULATE_REPLY_NOT_COMPLIANT","REFORMULATE_REPLY_VIOLENCE","REFORMULATE_REPLY_DISCRIMINATORY","REFORMULATE_REPLY_RESTAURANT_REQUEST","REFORMULATE_REPLY_HARASSMENT_LANGUAGE","REFORMULATE_REPLY_INAUTHENTIC","REFORMULATE_REPLY_ALL_CAPS_UNINTELLIGIBLE_NON_ORIGINAL_CONTENT","REJECT_REPLY_NOT_COMPLIANT","REJECT_REPLY_REFORMULATION_PERIOD_ENDED","REJECT_REPLY_RESTAURANT_REQUEST"]},"TheForkReviewExperienceDetailEmbeddable":{"type":"object","properties":{"occasion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewOccasion"}]}},"required":["occasion"]},"TheForkReviewOccasion":{"type":"string","enum":["BUSINESS","FRIENDS","ROMANTIC","FAMILY","ALONE"]},"TheForkReviewRestaurantReplyEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"ExpediaFeedbackMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewReservationEmbeddable"}]},"propertyId":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewPropertyIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"brandNameV2":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"title":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"starRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewStarRatingEmbeddable"}},"isEligibleForResponse":{"type":"boolean","nullable":true},"response":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewResponseEmbeddable"}]},"media":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewMediaEmbeddable"}}},"required":["id","reservation","propertyId","status","brandNameV2","source","createdDateTime","lastUpdatedDateTime","title","body","starRatings","isEligibleForResponse","response","media"]},"ExpediaReviewReservationEmbeddable":{"type":"object","properties":{"reservationIds":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"primaryGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewPrimaryGuestEmbeddable"}]},"checkInDate":{"type":"string","nullable":true},"checkOutDate":{"type":"string","nullable":true}},"required":["reservationIds","status","primaryGuest","checkInDate","checkOutDate"]},"ExpediaReviewIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewPrimaryGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"ExpediaReviewPropertyIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewLocalizedTextEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true}},"required":["value","locale"]},"ExpediaReviewStarRatingEmbeddable":{"type":"object","properties":{"category":{"nullable":true,"enum":["ecoFriendliness","roomComfort","roomCleanliness","service","overall","hotelCondition","roomAmenitiesScore","areaAroundHotel","cleanliness","house_rules","communication"],"type":"string"},"value":{"type":"string","nullable":true}},"required":["category","value"]},"ExpediaReviewResponseEmbeddable":{"type":"object","properties":{"status":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["status","createdDateTime","lastUpdatedDateTime","body"]},"ExpediaReviewMediaEmbeddable":{"type":"object","properties":{"thumbnailUrl":{"type":"string","nullable":true},"highResolutionUrl":{"type":"string","nullable":true},"caption":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["thumbnailUrl","highResolutionUrl","caption"]}}}}
```

## The FeedbackChannel object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackChannel":{"type":"string","enum":["Google","Zenchef","Sevenrooms","Ubereats","Deliveroo","TripAdvisor","Survey","Import","Booking","Sunday","Experience","Site","FacebookPostComment","InstagramPostComment","FacebookDirectMessage","InstagramDirectMessage","Email","WhatsApp","Sms","TheFork","Expedia"],"description":"Channel of the review reply"}}}}
```

## The FeedbackReplyMode object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FeedbackReplyMode":{"type":"string","enum":["IA","MANUAL","BOTH"],"description":"The mode of the reply.\nThis indicates whether the reply was created by an intelligent agent,\nmanually by a user, or both if generated then modified by an user."}}}}
```

## The PartnerFeedbackReply object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerFeedbackReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"source":{"description":"Source of the review reply","allOf":[{"$ref":"#/components/schemas/DataSource"}]},"channel":{"description":"Channel of the review reply","allOf":[{"$ref":"#/components/schemas/FeedbackChannel"}]},"text":{"type":"string","nullable":true,"description":"Review reply text content","default":null},"html":{"type":"string","nullable":true,"description":"Review reply html content - Email only","default":null},"externalId":{"type":"string","nullable":true,"description":"External identifier of the review reply","default":null},"language":{"nullable":true,"description":"Review reply language, if available","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"mode":{"description":"The mode of the reply.\nThis indicates whether the reply was created by an intelligent agent,\nmanually by a user, or both if generated then modified by an user.","allOf":[{"$ref":"#/components/schemas/FeedbackReplyMode"}]},"attachments":{"description":"Review reply attachments (eg. photos, videos)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerPublicFile"}},"generated":{"type":"boolean","description":"Determines if the reply was generated by an agent"}},"required":["id","createdAt","updatedAt","source","channel","text","html","externalId","language","mode","attachments","generated"]},"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"},"FeedbackChannel":{"type":"string","enum":["Google","Zenchef","Sevenrooms","Ubereats","Deliveroo","TripAdvisor","Survey","Import","Booking","Sunday","Experience","Site","FacebookPostComment","InstagramPostComment","FacebookDirectMessage","InstagramDirectMessage","Email","WhatsApp","Sms","TheFork","Expedia"],"description":"Channel of the review reply"},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"FeedbackReplyMode":{"type":"string","enum":["IA","MANUAL","BOTH"],"description":"The mode of the reply.\nThis indicates whether the reply was created by an intelligent agent,\nmanually by a user, or both if generated then modified by an user."},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]}}}}
```

## The PartnerSurveyReply object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSurveyReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"fieldId":{"type":"string","nullable":true,"description":"Relative Survey field ID, if it still exists at the time of submission.\nNull if the field has been deleted.","default":null},"type":{"description":"Type of the survey field","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]},"label":{"type":"string","description":"Label of the survey field at the time of submission"},"group":{"type":"string","nullable":true,"description":"Group of the survey field at the time of submission, if it was part of a group.\nNull otherwise.","default":null},"values":{"description":"Values of the survey reply.\nFor text fields, it will be an array with a single string element.\nFor CSAT and NPS, it will be an array with a single number element as string.\nFor multiple choice fields, it will be an array with all selected options.","type":"array","items":{"type":"string"}},"possibleValues":{"nullable":true,"description":"Possible values of the linked form field.","default":null,"type":"array","items":{"type":"string"}},"text":{"type":"string","nullable":true,"description":"Reply as text for text fields only."},"rating":{"type":"number","nullable":true,"description":"Survey reply as value for CSAT and NPS fields"}},"required":["id","createdAt","updatedAt","fieldId","type","label","group","values","possibleValues","text","rating"]},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"}}}}
```

## The PartnerContactFormReply object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerContactFormReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"fieldId":{"type":"string","nullable":true,"description":"Relative ContactForm field ID, if it still exists at the time of submission.\nNull if the field has been deleted.","default":null},"type":{"description":"Type of the form field","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]},"label":{"type":"string","description":"Label of the form field at the time of submission"},"group":{"type":"string","nullable":true,"description":"Group of the form field at the time of submission, if it was part of a group.\nNull otherwise.","default":null},"values":{"description":"Values of the form reply.\nFor text fields, it will be an array with a single string element.\nFor multiple choice fields, it will be an array with all selected options.","type":"array","items":{"type":"string"}},"possibleValues":{"nullable":true,"description":"Possible values of the linked form field.","default":null,"type":"array","items":{"type":"string"}},"text":{"type":"string","nullable":true,"description":"Reply as text for text fields only."}},"required":["id","createdAt","updatedAt","fieldId","type","label","group","values","possibleValues","text"]},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"}}}}
```

## The SocialPostAttachmentEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SocialPostAttachmentEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}}}},"FacebookAttachmentEmbeddable":{"type":"object","properties":{"media":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaEmbeddable"}]},"target":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookAttachmentTarget"}]},"media_type":{"type":"string"},"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"}}},"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}},"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}}}}}
```

## The FacebookCommentsCommentsMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookCommentsCommentsMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}}},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]}}}}
```

## The FacebookCommentsMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"FacebookCommentsMetadatasEmbeddable":{"type":"object","properties":{"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsCommentsMetadatasEmbeddable"}]}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]},"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]},"FacebookCommentsCommentsMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}}},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]}}}}
```

## The InstagramCommentRepliesMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"InstagramCommentRepliesMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}}},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}}}}}
```

## The InstagramCommentsMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"InstagramCommentsMetadatasEmbeddable":{"type":"object","properties":{"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"replies":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentRepliesMetadatasEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"parent_id":{"type":"string"}},"required":["media","id","timestamp","text","hidden","like_count","legacy_instagram_comment_id"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}},"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]},"InstagramCommentRepliesMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}}},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]}}}}
```

## The SocialPostCommentMetadatasEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SocialPostCommentMetadatasEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsMetadatasEmbeddable"}]},"instagram":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentsMetadatasEmbeddable"}]}}},"FacebookCommentsMetadatasEmbeddable":{"type":"object","properties":{"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsCommentsMetadatasEmbeddable"}]}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]},"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]},"FacebookCommentsCommentsMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}}},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]},"InstagramCommentsMetadatasEmbeddable":{"type":"object","properties":{"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"replies":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentRepliesMetadatasEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"parent_id":{"type":"string"}},"required":["media","id","timestamp","text","hidden","like_count","legacy_instagram_comment_id"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}},"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]},"InstagramCommentRepliesMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}}},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]}}}}
```

## The PartnerSocialPostComment object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerSocialPostComment":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"externalId":{"type":"string","description":"ID of the comment in the source platform (e.g. Facebook, Instagram, etc.)"},"text":{"type":"string","nullable":true,"description":"Text content of the comment, if any","default":null},"externalUserId":{"type":"string","description":"ID of the user who made the comment in the source platform"},"externalUserName":{"type":"string","nullable":true,"description":"Name of the user who made the comment in the source platform, if any","default":null},"profilePicture":{"type":"string","nullable":true,"description":"URL of the profile picture of the user who made the comment in the source platform, if any","default":null},"permalink":{"type":"string","nullable":true,"description":"Permalink to the comment in the source platform, if any","default":null},"attachments":{"nullable":true,"description":"Attachments associated with the comment, if any","default":null,"allOf":[{"$ref":"#/components/schemas/SocialPostAttachmentEmbeddable"}]},"metadata":{"description":"Metadata associated with the comment, such as detected language, sentiment analysis, etc.","allOf":[{"$ref":"#/components/schemas/SocialPostCommentMetadatasEmbeddable"}]},"deleted":{"type":"boolean","description":"Whether the comment has been deleted in the source platform or not"},"canHide":{"type":"boolean","description":"Whether the comment can be hidden or not (i.e. whether the source platform allows hiding comments or not)"},"isHidden":{"type":"boolean","description":"Whether the comment is currently hidden or not in the source platform"}},"required":["id","createdAt","updatedAt","externalId","text","externalUserId","externalUserName","profilePicture","permalink","attachments","metadata","deleted","canHide","isHidden"]},"SocialPostAttachmentEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}}}},"FacebookAttachmentEmbeddable":{"type":"object","properties":{"media":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaEmbeddable"}]},"target":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookAttachmentTarget"}]},"media_type":{"type":"string"},"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"}}},"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}},"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}},"SocialPostCommentMetadatasEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsMetadatasEmbeddable"}]},"instagram":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentsMetadatasEmbeddable"}]}}},"FacebookCommentsMetadatasEmbeddable":{"type":"object","properties":{"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsCommentsMetadatasEmbeddable"}]}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]},"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]},"FacebookCommentsCommentsMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}}},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]},"InstagramCommentsMetadatasEmbeddable":{"type":"object","properties":{"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"replies":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentRepliesMetadatasEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"parent_id":{"type":"string"}},"required":["media","id","timestamp","text","hidden","like_count","legacy_instagram_comment_id"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}},"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]},"InstagramCommentRepliesMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}}},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]}}}}
```

## The PartnerFeedback object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerFeedback":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"context":{"description":"Contextual information about the review","allOf":[{"$ref":"#/components/schemas/PartnerFeedbackContext"}]},"source":{"description":"Source of the review","allOf":[{"$ref":"#/components/schemas/DataSource"}]},"class":{"description":"Class of the review","allOf":[{"$ref":"#/components/schemas/FeedbackClass"}]},"text":{"type":"string","nullable":true,"description":"Review text content","default":null},"html":{"type":"string","nullable":true,"description":"Review html content - Email only","default":null},"externalId":{"type":"string","nullable":true,"description":"External identifier of the review","default":null},"rating":{"type":"number","nullable":true,"description":"Review rating - from 0 to 5 (can be null if the review has no rating)","default":null},"language":{"nullable":true,"description":"Review language, if available","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"tags":{"description":"A list of tags associated with the review, either detected by the system or added manually by the user","type":"array","items":{"$ref":"#/components/schemas/PartnerFeedbackTag"}},"attributes":{"description":"Custom attribute values associated with the review","type":"array","items":{"$ref":"#/components/schemas/PartnerFeedbackCustomAttributeValue"}},"themes":{"description":"Detected review themes","default":[],"type":"array","items":{"$ref":"#/components/schemas/FeedbackTheme"}},"emotions":{"description":"Detected review emotions","default":[],"type":"array","items":{"$ref":"#/components/schemas/FeedbackEmotion"}},"polarity":{"nullable":true,"description":"Detected review polarity","allOf":[{"$ref":"#/components/schemas/FeedbackPolarity"}]},"metadata":{"description":"Metadata associated with the review","allOf":[{"$ref":"#/components/schemas/FeedbackContentMetadatasEmbeddable"}]},"attachments":{"description":"Review attachments (eg. photos, videos)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerPublicFile"}},"spamScore":{"type":"number","nullable":true,"description":"Spam score, if available.\nLower is better; scores can be negative or positive.\nMessages above 5 are generally considered spam.","default":null},"replies":{"description":"Main replies to the review, if any.\nThis list contains the main response for each channel.","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerFeedbackReply"}},"surveyReplies":{"description":"Raw submitted survey replies associated with the review, if any\nOnly for reviews that come from a survey source (SURVEY)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyReply"}},"contactFormReplies":{"description":"Raw submitted contact form replies associated with the review, if any\nOnly for reviews that come from a contact form source (SITE)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormReply"}},"socialPostComment":{"nullable":true,"description":"Associated social post comment, if any (only for reviews that come from a social network source)","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerSocialPostComment"}]},"likeRecommended":{"type":"boolean","nullable":true,"description":"Only for social network comments.\nDetermines whether the post comment should be liked or not","default":null},"replyRecommended":{"type":"boolean","nullable":true,"description":"Only for social network comments.\nDetermines whether the post comment should have a reply or not","default":null},"hideRecommended":{"type":"boolean","nullable":true,"description":"Only for social network comments.\nDetermines whether the post comment should be hidden or not","default":null},"analyzed":{"type":"boolean","description":"Whether or not the review has been analyzed by the system"},"csatIndex":{"type":"number","nullable":true,"description":"Customer Satisfaction Index for the content's feedback.\nOnly for survey feedbacks with CSAT question type.","default":null},"npsValue":{"type":"number","nullable":true,"description":"Net Promoter Score value for the content's feedback.\nOnly for survey feedbacks with NPS question type.","default":null},"deleted":{"type":"boolean","description":"Determines whether review has been removed from its source platform"},"imported":{"type":"boolean","description":"Determines if the review has been imported manually (eg. via CSV import) or automatically via an integration"}},"required":["id","createdAt","updatedAt","context","source","class","text","html","externalId","rating","language","tags","attributes","themes","emotions","polarity","metadata","attachments","spamScore","replies","surveyReplies","contactFormReplies","socialPostComment","likeRecommended","replyRecommended","hideRecommended","analyzed","csatIndex","npsValue","deleted","imported"]},"PartnerFeedbackContext":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"brandId":{"type":"string","description":"Brand identifier"},"storeId":{"type":"string","nullable":true,"description":"Store identifier","default":null},"purchaseId":{"type":"string","nullable":true,"description":"Purchase identifier","default":null},"customerId":{"type":"string","nullable":true,"description":"Customer identifier","default":null},"contactFormId":{"type":"string","nullable":true,"description":"Contact form identifier","default":null},"surveyId":{"type":"string","nullable":true,"description":"Survey identifier","default":null},"surveyTrackerId":{"type":"string","nullable":true,"description":"Survey Tracker identifier","default":null},"supportEmailId":{"type":"string","nullable":true,"description":"Support email identifier","default":null},"socialPostId":{"type":"string","nullable":true,"description":"Social post identifier","default":null},"link":{"type":"string","description":"Link to Fullwhere webapp"},"status":{"description":"Determines whether a review of this context is awaiting a response (UNPROCESSED), has been processed (PROCESSED), or has been bypassed (BYPASSED).","allOf":[{"$ref":"#/components/schemas/FeedbackStatus"}]},"archived":{"type":"boolean","description":"Determines if the review context has been archived"},"responseTime":{"type":"number","nullable":true,"description":"Response time in seconds.\nThis is the time between the original review and its first reply.","default":null},"interactionTime":{"type":"number","nullable":true,"description":"Interaction time in seconds.\nThis is the time between the original review and its last reply.","default":null},"reactionTimes":{"type":"number","nullable":true,"description":"Reaction times in seconds.\nThis is the time between each review and its first reply.","default":null},"allowEmailReply":{"type":"boolean","description":"Determines whether email replies are allowed for this review context"},"allowSmsReply":{"type":"boolean","description":"Determines whether SMS replies are allowed for this review context"}},"required":["id","createdAt","updatedAt","brandId","storeId","purchaseId","customerId","contactFormId","surveyId","surveyTrackerId","supportEmailId","socialPostId","link","status","archived","responseTime","interactionTime","reactionTimes","allowEmailReply","allowSmsReply"]},"FeedbackStatus":{"type":"string","enum":["PROCESSED","UNPROCESSED","BYPASSED"],"description":"Determines whether a review of this context is awaiting a response (UNPROCESSED), has been processed (PROCESSED), or has been bypassed (BYPASSED)."},"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"},"FeedbackClass":{"type":"string","enum":["Review","Survey","Contact","Message","Post"],"description":"Class of the review"},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerFeedbackTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]},"PartnerFeedbackCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."},"FeedbackTheme":{"type":"string","enum":["Complaint","Question","Compliment","Suggestion","Comparison"],"description":"Detected review themes"},"FeedbackEmotion":{"type":"string","enum":["Disappointment","Surprise","Fear","Joy","Anger"],"description":"Detected review emotions"},"FeedbackPolarity":{"type":"string","enum":["Positive","Negative","Neutral"],"description":"Detected review polarity"},"FeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business feedback metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessFeedbackContentMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo feedback metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor feedback metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorFeedbackContentMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats feedback metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsFeedbackContentMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsFeedbackMetadatasEmbeddable"}]},"email":{"nullable":true,"description":"Support email feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasEmbeddable"}]},"site":{"nullable":true,"description":"Site feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SiteFeedbackContentMetadatasEmbeddable"}]},"metaMessage":{"nullable":true,"description":"Meta feedback message metadatas.","allOf":[{"$ref":"#/components/schemas/MetaMessageMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp feedback message metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppMessageMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking feedback metadatas.","allOf":[{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasEmbeddable"}]},"sunday":{"nullable":true,"description":"Sunday feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SundayFeedbackMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceFeedbackMetadatasEmbeddable"}]},"facebookFeed":{"nullable":true,"description":"Facebook feedback metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookFeedbackContentMetadatasEmbeddable"}]},"instagramFeed":{"nullable":true,"description":"Instagram feedback metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramFeedbackContentMetadatasEmbeddable"}]},"thefork":{"nullable":true,"description":"TheFork feedback metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkFeedbackMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaFeedbackMetadatasEmbeddable"}]}}},"GoogleMyBusinessFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"createTime":{"type":"object","description":"Google my business review content creation time"},"updateTime":{"type":"object","description":"Google my business review content update time"},"comment":{"type":"string","nullable":true,"description":"Google my business review raw content"},"starRating":{"nullable":true,"description":"Google my business review content rates","enum":["STAR_RATING_UNSPECIFIED","ONE","TWO","THREE","FOUR","FIVE"],"type":"string"},"medias":{"nullable":true,"description":"Google my business medias attached to this Feedback","default":[],"type":"array","items":{"$ref":"#/components/schemas/GoogleMyBusinessMediaItemEmbeddable"}}},"required":["createTime","updateTime","comment","starRating","medias"]},"GoogleMyBusinessMediaItemEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"mediaFormat":{"enum":["MEDIA_FORMAT_UNSPECIFIED","PHOTO","VIDEO"],"type":"string"},"locationAssociation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessLocationAssociationEmbeddable"}]},"googleUrl":{"type":"string"},"thumbnailUrl":{"type":"string"},"createTime":{"format":"date-time","type":"string"},"dimensions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDimensionsEmbeddable"}]},"insights":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessInsightsEmbeddable"}]},"attribution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessAttributionEmbeddable"}]},"description":{"type":"string","nullable":true},"sourceUrl":{"type":"string","nullable":true},"dataRef":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDataRefEmbeddable"}]}},"required":["name","mediaFormat","locationAssociation","googleUrl","thumbnailUrl","createTime","dimensions","insights","attribution","description","sourceUrl","dataRef"]},"GoogleMyBusinessLocationAssociationEmbeddable":{"type":"object","properties":{"category":{"enum":["CATEGORY_UNSPECIFIED","COVER","PROFILE","LOGO","EXTERIOR","INTERIOR","PRODUCT","AT_WORK","FOOD_AND_DRIN","MENU","COMMON_AREA","ROOMS","TEAMS","ADDITIONA"],"type":"string"},"priceListItemId":{"type":"string","nullable":true}},"required":["category","priceListItemId"]},"GoogleMyBusinessDimensionsEmbeddable":{"type":"object","properties":{"widthPixels":{"type":"number"},"heightPixels":{"type":"number"}},"required":["widthPixels","heightPixels"]},"GoogleMyBusinessInsightsEmbeddable":{"type":"object","properties":{"viewCount":{"type":"string"}},"required":["viewCount"]},"GoogleMyBusinessAttributionEmbeddable":{"type":"object","properties":{"profileName":{"type":"string"},"profilePhotoUrl":{"type":"string"},"takedownUrl":{"type":"string"},"profileUrl":{"type":"string"}},"required":["profileName","profilePhotoUrl","takedownUrl","profileUrl"]},"GoogleMyBusinessDataRefEmbeddable":{"type":"object","properties":{"resourceName":{"type":"string"}},"required":["resourceName"]},"ZenchefFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"service":{"type":"number","nullable":true},"service_body":{"type":"string","nullable":true},"menu":{"type":"number","nullable":true},"menu_body":{"type":"string","nullable":true},"ambiance":{"type":"number","nullable":true},"ambiance_body":{"type":"string","nullable":true},"value_for_money":{"type":"number","nullable":true},"value_for_money_body":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"global":{"type":"number","nullable":true},"read":{"type":"number","nullable":true}},"required":["created_at","updated_at","service","service_body","menu","menu_body","ambiance","ambiance_body","value_for_money","value_for_money_body","body","global","read"]},"DeliverooFeedbackMetadatasEmbeddable":{"type":"object","properties":{"order_uuid":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"rating_comment":{"type":"string","nullable":true},"rating_stars":{"type":"number","nullable":true},"restaurant_id":{"type":"string","nullable":true},"frequency":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFrequencyMetadatasEmbeddable"}]},"refund":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackRefundMetadatasEmbeddable"}]}},"required":["order_uuid","created_at","rating_comment","rating_stars","restaurant_id","frequency","refund"]},"DeliverooFrequencyMetadatasEmbeddable":{"type":"object","properties":{"customer_orders":{"type":"number","nullable":true}},"required":["customer_orders"]},"DeliverooFeedbackRefundMetadatasEmbeddable":{"type":"object","properties":{"order_id":{"type":"string","nullable":true},"order_uuid":{"type":"string","nullable":true},"order_drn_id":{"type":"string","nullable":true},"order_number":{"type":"number","nullable":true},"branch_id":{"type":"string","nullable":true},"branch_name":{"type":"string","nullable":true},"order_date":{"type":"string","nullable":true},"order_refund_status":{"type":"string","nullable":true},"order_type":{"type":"string","nullable":true},"refund_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"refund_paid_by_restaurant_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_sub_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_gross_merchandise_value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackRefundItemMetadatasEmbeddable"}},"compensations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationMetadatasEmbeddable"}}},"required":["order_id","order_uuid","order_drn_id","order_number","branch_id","branch_name","order_date","order_refund_status","order_type","refund_total","refund_paid_by_restaurant_total","order_total","order_sub_total","order_gross_merchandise_value","items","compensations"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooFeedbackRefundItemMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"restaurant_name":{"type":"string","nullable":true},"refund_reason":{"type":"string","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasModifier"}},"category_name":{"type":"string","nullable":true}},"required":["id","name","quantity","restaurant_name","refund_reason","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooFeedbackMetadatasModifier":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooFeedbackCompensationMetadatasEmbeddable":{"type":"object","properties":{"photos":{"type":"object","nullable":true},"refund_status":{"type":"string","nullable":true},"id":{"type":"number","nullable":true},"refund_date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"action_id":{"type":"string","nullable":true},"input_description":{"type":"string","nullable":true},"selected_resolution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable"}]},"compensated_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable"}}},"required":["photos","refund_status","id","refund_date","status","action_id","input_description","selected_resolution","compensated_items"]},"DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable":{"type":"object","properties":{"resolution_type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"repeat_order_id":{"type":"string","nullable":true},"repeat_order_drn_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]}},"required":["resolution_type","source","repeat_order_id","repeat_order_drn_id","amount"]},"DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true}},"required":["name","id","reason"]},"TripAdvisorFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"alertStatus":{"type":"boolean"},"rating":{"type":"number"},"status":{"type":"string"},"id":{"type":"number"},"translationType":{"type":"string","nullable":true},"attribution":{"type":"string","nullable":true},"roomTip":{"type":"string","nullable":true},"title":{"type":"string"},"text":{"type":"string"},"username":{"type":"string"},"language":{"type":"string"},"userInfo":{"$ref":"#/components/schemas/TripAdvisorFeedbackUserInfoEmbeddable"},"additionalRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TripAdvisorFeedbackAdditionalRatingEmbeddable"}}},"required":["alertStatus","rating","status","id","translationType","attribution","roomTip","title","text","username","language","userInfo","additionalRatings"]},"TripAdvisorFeedbackUserInfoEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl"]},"TripAdvisorFeedbackAdditionalRatingEmbeddable":{"type":"object","properties":{"rating":{"type":"number"},"ratingLabel":{"type":"string"}},"required":["rating","ratingLabel"]},"UbereatsFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"menuItemReviews":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsMenuItemReviewEmbeddable"}}},"required":["uuid","timestamp","rating","comment","tags","menuItemReviews"]},"UbereatsMenuItemReviewEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"rating":{"type":"boolean","nullable":true},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["id","rating","name","comment","tags"]},"SevenroomsFeedbackMetadatasEmbeddable":{"type":"object","properties":{"recommend_to_friend":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SevenroomsRecommendToFriend"}]},"feedback_type":{"type":"string","nullable":true},"reservation_id":{"type":"string","nullable":true},"order_id":{"type":"string","nullable":true},"reservation_date":{"type":"string","nullable":true},"received_date":{"type":"string","nullable":true},"created_date":{"type":"string","nullable":true},"overall":{"type":"string","nullable":true},"food":{"type":"string","nullable":true},"drinks":{"type":"string","nullable":true},"ambience":{"type":"string","nullable":true},"service":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true}},"required":["recommend_to_friend","feedback_type","reservation_id","order_id","reservation_date","received_date","created_date","overall","food","drinks","ambience","service","notes"]},"SevenroomsRecommendToFriend":{"type":"string","enum":["Yes","No","not filled in"]},"SupportEmailFeedbackMetadatasEmbeddable":{"type":"object","properties":{"From":{"type":"string"},"FromName":{"type":"string"},"FromFull":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"},"To":{"type":"string"},"ToFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Cc":{"type":"string"},"CcFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Bcc":{"type":"string"},"BccFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"OriginalRecipient":{"type":"string"},"Subject":{"type":"string"},"ReplyTo":{"type":"string","nullable":true},"Date":{"type":"string","nullable":true},"MailboxHash":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"MessageID":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"MessageStream":{"type":"string","nullable":true},"TextBody":{"type":"string","nullable":true},"HtmlBody":{"type":"string","nullable":true},"StrippedTextReply":{"type":"string","nullable":true},"Headers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PostmarkHeaderEmbeddable"}},"BlockedReason":{"type":"string","nullable":true},"Attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/SupportEmailAttachmentMetadatasEmbeddable"}}},"required":["From","FromName","FromFull","To","ToFull","Cc","CcFull","Bcc","BccFull","OriginalRecipient","Subject","ReplyTo","Date","MailboxHash","Tag","MessageID","Status","MessageStream","TextBody","HtmlBody","StrippedTextReply","Headers","BlockedReason","Attachments"]},"PostmarkInboundRecipientEmbeddable":{"type":"object","properties":{"Email":{"type":"string"},"Name":{"type":"string"},"MailboxHash":{"type":"string"}},"required":["Email","Name","MailboxHash"]},"PostmarkHeaderEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"required":["Name","Value"]},"SupportEmailAttachmentMetadatasEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"ContentID":{"type":"string","nullable":true},"ContentType":{"type":"string"},"ContentLength":{"type":"number"},"Disposition":{"type":"string","nullable":true}},"required":["Name","ContentID","ContentType","ContentLength","Disposition"]},"SiteFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormFieldMetadatasEmbeddable"}}},"required":["fields"]},"ContactFormFieldMetadatasEmbeddable":{"type":"object","properties":{"type":{"description":"The type of the form field","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"type":"string"},"id":{"type":"string","description":"The field id"},"values":{"description":"Field values","type":"array","items":{"type":"string"}},"label":{"type":"string","nullable":true,"description":"The label of the form field, if applicable"},"verticalIndex":{"type":"object","description":"The vertical position index of the form field","default":0},"horizontalIndex":{"type":"object","description":"The horizontal position index of the form field","default":0}},"required":["type","id","values","label","verticalIndex","horizontalIndex"]},"MetaMessageMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"created_time":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiMessageFromEmbeddable"},"is_unsupported":{"type":"boolean","nullable":true},"message":{"type":"string"},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputReactionEmbeddable"}]},"fullwhereReaction":{"type":"string","nullable":true},"story":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputStoryEmbeddable"}]},"tags":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputTagEmbeddable"}]},"shares":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPaginatedOutputShareEmbeddable"}]},"to":{"$ref":"#/components/schemas/MetaApiOutputRecipientEmbeddable"},"attachments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputAttachmentEmbeddable"}]},"is_deleted":{"type":"boolean","nullable":true},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageReplyToEmbeddable"}]}},"required":["id","created_time","from","is_unsupported","message","reactions","fullwhereReaction","story","tags","shares","to","attachments","is_deleted","reply_to"]},"MetaApiMessageFromEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"username":{"type":"string","nullable":true}},"required":["id","email","name","username"]},"MetaApiOutputReactionEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageReactionEmbeddable"}}},"required":["data"]},"MetaApiMessageReactionEmbeddable":{"type":"object","properties":{"reaction":{"type":"string"},"users":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageUserEmbeddable"}}},"required":["reaction","users"]},"MetaApiMessageUserEmbeddable":{"type":"object","properties":{"username":{"type":"string"},"id":{"type":"string"}},"required":["username","id"]},"MetaApiOutputStoryEmbeddable":{"type":"object","properties":{"mention":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]}}},"MetaApiMessageStoryDataEmbeddable":{"type":"object","properties":{"link":{"type":"string"},"id":{"type":"string"}},"required":["link","id"]},"MetaApiOutputTagEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageTagEmbeddable"}}},"required":["data"]},"MetaApiMessageTagEmbeddable":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"MetaApiPaginatedOutputShareEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageShareEmbeddable"}},"paging":{"type":"object"}},"required":["data","paging"]},"MetaApiMessageShareEmbeddable":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"]},"MetaApiOutputRecipientEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageRecipientEmbeddable"}}},"required":["data"]},"MetaApiMessageRecipientEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","username","email","name"]},"MetaApiOutputAttachmentEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageAttachmentEmbeddable"}}},"required":["data"]},"MetaApiMessageAttachmentEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"number","nullable":true},"file_url":{"type":"string","nullable":true},"image_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPictureEmbeddable"}]},"video_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageVideoDataEmbeddable"}]},"generic_template":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageGenericTemplateEmbeddable"}]},"payload":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadEmbeddable"}]}},"required":["id","type","mime_type","name","size","file_url","image_data","video_data","generic_template","payload"]},"MetaApiPictureEmbeddable":{"type":"object","properties":{"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"max_height":{"type":"number","nullable":true},"max_width":{"type":"number","nullable":true},"url":{"type":"string"},"preview_url":{"type":"string","nullable":true},"image_type":{"type":"number"},"render_as_sticker":{"type":"boolean","nullable":true},"animated_gif_preview_url":{"type":"string","nullable":true},"animated_gif_url":{"type":"string","nullable":true},"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"is_silhouette":{"type":"string","nullable":true}},"required":["width","height","max_height","max_width","url","preview_url","image_type","render_as_sticker","animated_gif_preview_url","animated_gif_url","cta","subtitle","title","is_silhouette"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]},"MetaApiMessageVideoDataEmbeddable":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"MetaApiMessageGenericTemplateEmbeddable":{"type":"object","properties":{"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"url":{"type":"string"},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["cta","url","subtitle","title"]},"MetaApiMessagePayloadEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"sticker_id":{"type":"number","nullable":true},"reel_video_id":{"type":"number","nullable":true},"product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadProductEmbeddable"}]}},"required":["url","title","sticker_id","reel_video_id","product"]},"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]},"MetaApiMessageReplyToEmbeddable":{"type":"object","properties":{"mid":{"type":"string"},"is_self_reply":{"type":"boolean"}},"required":["mid","is_self_reply"]},"WhatsAppMessageMetadatasEmbeddable":{"type":"object","properties":{"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"reaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"fullwhereReaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"text":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageTextEmbeddable"}]},"audio":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"document":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"sticker":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"system":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageSystemEmbeddable"}]},"referral":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReferralEmbeddable"}]},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageOrderEmbeddable"}]},"interactive":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveEmbeddable"}]},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageButtonEmbeddable"}]},"context":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextEmbeddable"}]},"errors":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppErrorEmbeddable"}},"identity":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppIdentityEmbeddable"}]},"location":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppLocationEmbeddable"}]},"contacts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmbeddable"}}},"required":["from","id","timestamp","type","reaction","fullwhereReaction","text","audio","image","video","document","sticker","system","referral","order","interactive","button","context","errors","identity","location","contacts"]},"WhatsAppMessageReactionEmbeddable":{"type":"object","properties":{"message_id":{"type":"string","nullable":true},"emoji":{"type":"string","nullable":true}},"required":["message_id","emoji"]},"WhatsAppMessageTextEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true}},"required":["body"]},"WhatsAppMessageFileEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"file_size":{"type":"number","nullable":true},"filename":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"sha256":{"type":"string","nullable":true},"caption":{"type":"string","nullable":true},"animated":{"type":"boolean","nullable":true},"voice":{"type":"boolean","nullable":true}},"required":["id","url","file_size","filename","mime_type","sha256","caption","animated","voice"]},"WhatsAppMessageSystemEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true},"identity":{"type":"string","nullable":true},"new_wa_id":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"customer":{"type":"string","nullable":true}},"required":["body","identity","new_wa_id","wa_id","type","customer"]},"WhatsAppMessageReferralEmbeddable":{"type":"object","properties":{"source_url":{"type":"string","nullable":true},"source_type":{"type":"string","nullable":true},"source_id":{"type":"string","nullable":true},"headline":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"media_type":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"video_url":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","nullable":true},"ctwa_clid":{"type":"string","nullable":true}},"required":["source_url","source_type","source_id","headline","body","media_type","image_url","video_url","thumbnail_url","ctwa_clid"]},"WhatsAppMessageOrderEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"product_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppMessageOrderProductItemEmbeddable"}}},"required":["catalog_id","text","product_items"]},"WhatsAppMessageOrderProductItemEmbeddable":{"type":"object","properties":{"product_retailer_id":{"type":"string","nullable":true},"quantity":{"type":"string","nullable":true},"item_price":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true}},"required":["product_retailer_id","quantity","item_price","currency"]},"WhatsAppMessageInteractiveEmbeddable":{"type":"object","properties":{"type":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveTypeEmbeddable"}]}},"required":["type"]},"WhatsAppMessageInteractiveTypeEmbeddable":{"type":"object","properties":{"button_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveButtonReplyEmbeddable"}]},"list_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveListReplyEmbeddable"}]}},"required":["button_reply","list_reply"]},"WhatsAppMessageInteractiveButtonReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["id","title"]},"WhatsAppMessageInteractiveListReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["id","title","description"]},"WhatsAppMessageButtonEmbeddable":{"type":"object","properties":{"payload":{"type":"string","nullable":true},"text":{"type":"string","nullable":true}},"required":["payload","text"]},"WhatsAppMessageContextEmbeddable":{"type":"object","properties":{"forwarded":{"type":"boolean","nullable":true},"frequently_forwarded":{"type":"boolean","nullable":true},"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"referred_product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextReferredProductEmbeddable"}]}},"required":["forwarded","frequently_forwarded","from","id","referred_product"]},"WhatsAppMessageContextReferredProductEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"product_retailer_id":{"type":"string","nullable":true}},"required":["catalog_id","product_retailer_id"]},"WhatsAppErrorEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"message":{"type":"string","nullable":true},"error_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppErrorDataEmbeddable"}]}},"required":["code","title","message","error_data"]},"WhatsAppErrorDataEmbeddable":{"type":"object","properties":{"details":{"type":"string","nullable":true}},"required":["details"]},"WhatsAppIdentityEmbeddable":{"type":"object","properties":{"acknowledged":{"type":"string","nullable":true},"created_timestamp":{"type":"string","nullable":true},"hash":{"type":"string","nullable":true}},"required":["acknowledged","created_timestamp","hash"]},"WhatsAppLocationEmbeddable":{"type":"object","properties":{"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true}},"required":["latitude","longitude"]},"WhatsAppContactEmbeddable":{"type":"object","properties":{"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactAddressEmbeddable"}},"birthday":{"type":"string","nullable":true},"emails":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmailEmbeddable"}},"name":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactNameEmbeddable"}]},"org":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactOrgEmbeddable"}]},"phones":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactPhoneEmbeddable"}},"urls":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactUrlEmbeddable"}}},"required":["addresses","birthday","emails","name","org","phones","urls"]},"WhatsAppContactAddressEmbeddable":{"type":"object","properties":{"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"country_code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["street","city","state","zip","country","country_code","type"]},"WhatsAppContactEmailEmbeddable":{"type":"object","properties":{"email":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","type"]},"WhatsAppContactNameEmbeddable":{"type":"object","properties":{"formatted_name":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"middle_name":{"type":"string","nullable":true},"suffix":{"type":"string","nullable":true},"prefix":{"type":"string","nullable":true}},"required":["formatted_name","first_name","last_name","middle_name","suffix","prefix"]},"WhatsAppContactOrgEmbeddable":{"type":"object","properties":{"company":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["company","department","title"]},"WhatsAppContactPhoneEmbeddable":{"type":"object","properties":{"phone":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true}},"required":["phone","type","wa_id"]},"WhatsAppContactUrlEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["url","type"]},"BookingFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"ufi":{"type":"object","nullable":true},"name":{"type":"string","nullable":true},"yourname":{"type":"string","nullable":true},"processedBy":{"type":"string","nullable":true},"hotelServicesFormatted":{"type":"string","nullable":true},"hotelComfort":{"type":"number","nullable":true},"hotelNegative":{"type":"string","nullable":true},"preferred":{"type":"number","nullable":true},"pagename":{"type":"string","nullable":true},"translateButtonStatus":{"type":"string","nullable":true},"processingDate":{"type":"string","nullable":true},"hotelClean":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"hotelValueFormatted":{"type":"string","nullable":true},"hotelId":{"type":"number","nullable":true},"hotelCity":{"type":"string","nullable":true},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasEmbeddable"}]},"hotelLocationFormatted":{"type":"string","nullable":true},"hotelNegativeTrivial":{"type":"number","nullable":true},"language":{"type":"string","nullable":true},"hotelComfortFormatted":{"type":"string","nullable":true},"hotelStaffFormatted":{"type":"string","nullable":true},"cc1":{"type":"string","nullable":true},"additionalRatings":{"nullable":true,"type":"array","items":{"type":"string"}},"canReply":{"type":"string","nullable":true},"hotelAverageFormatted":{"type":"string","nullable":true},"hotelLocation":{"type":"number","nullable":true},"anonymous":{"type":"number","nullable":true},"isNew":{"type":"number","nullable":true},"class":{"type":"number","nullable":true},"experimentalAdditionalRatings":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"suppressedComment":{"type":"string","nullable":true},"approvalStatus":{"type":"number","nullable":true},"hotelStaff":{"type":"number","nullable":true},"suppressed":{"type":"number","nullable":true},"hotelPositive":{"type":"string","nullable":true},"hotelServices":{"type":"number","nullable":true},"hotelPositiveTrivial":{"type":"number","nullable":true},"approved":{"type":"string","nullable":true},"titleTrivial":{"type":"number","nullable":true},"stayStatus":{"type":"string","nullable":true},"booknumber":{"type":"number","nullable":true},"completed":{"type":"string","nullable":true},"hotelValue":{"type":"number","nullable":true},"hotelCleanFormatted":{"type":"string","nullable":true},"hotelAverage":{"type":"number","nullable":true}},"required":["ufi","name","yourname","processedBy","hotelServicesFormatted","hotelComfort","hotelNegative","preferred","pagename","translateButtonStatus","processingDate","hotelClean","id","hotelValueFormatted","hotelId","hotelCity","reply","hotelLocationFormatted","hotelNegativeTrivial","language","hotelComfortFormatted","hotelStaffFormatted","cc1","additionalRatings","canReply","hotelAverageFormatted","hotelLocation","anonymous","isNew","class","experimentalAdditionalRatings","title","country","suppressedComment","approvalStatus","hotelStaff","suppressed","hotelPositive","hotelServices","hotelPositiveTrivial","approved","titleTrivial","stayStatus","booknumber","completed","hotelValue","hotelCleanFormatted","hotelAverage"]},"BookingFeedbackReplyMetadatasEmbeddable":{"type":"object","properties":{"hotelierResponse":{"type":"string","nullable":true},"approved":{"type":"number","nullable":true},"created":{"type":"string","nullable":true}},"required":["hotelierResponse","approved","created"]},"SundayFeedbackMetadatasEmbeddable":{"type":"object","properties":{"review_id":{"type":"string","nullable":true},"created_at_local":{"type":"string","nullable":true},"business_id":{"type":"string","nullable":true},"payment_id":{"type":"string","nullable":true},"platform":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"optin_level":{"type":"object","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"table_number":{"type":"number","nullable":true},"reply_content":{"type":"string","nullable":true},"replied_at":{"type":"string","nullable":true},"paid_amount":{"type":"number","nullable":true},"order_amount":{"type":"number","nullable":true},"currency_code":{"type":"string","nullable":true},"staff_name":{"type":"string","nullable":true},"rating_dimension_food_and_drinks":{"type":"number","nullable":true},"rating_dimension_ambiance":{"type":"number","nullable":true},"rating_dimension_service":{"type":"number","nullable":true},"rating_dimension_value_for_money":{"type":"number","nullable":true},"is_coming_from_sunday":{"type":"boolean","nullable":true}},"required":["review_id","created_at_local","business_id","payment_id","platform","email","optin_level","rating","comment","table_number","reply_content","replied_at","paid_amount","order_amount","currency_code","staff_name","rating_dimension_food_and_drinks","rating_dimension_ambiance","rating_dimension_service","rating_dimension_value_for_money","is_coming_from_sunday"]},"ExperienceFeedbackMetadatasEmbeddable":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/ExperienceStoreMetadatasEmbeddable"},"stay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperiencePurchaseMetadatasEmbeddable"}]},"segment":{"type":"string"},"purpose":{"type":"string"},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"internal_id":{"type":"number"},"response_date":{"type":"string"},"average_score":{"type":"number"},"ratings":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackRatingEmbeddable"}}},"required":["configuration","stay","segment","purpose","customer","internal_id","response_date","average_score","ratings"]},"ExperienceStoreMetadatasEmbeddable":{"type":"object","properties":{"business_name":{"type":"string"},"business_id":{"type":"number"},"rating_min":{"type":"number"},"rating_max":{"type":"number"}},"required":["business_name","business_id","rating_min","rating_max"]},"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"ExperienceApiFeedbackRatingEmbeddable":{"type":"object","properties":{"internal_id":{"type":"number"},"deleted_question":{"type":"boolean"},"code":{"type":"string"},"question_titles":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackQuestionTitleEmbeddable"}},"rating":{"type":"number","nullable":true},"text_pro":{"type":"string","nullable":true},"text_con":{"type":"string","nullable":true},"text_neutral":{"type":"string","nullable":true}},"required":["internal_id","deleted_question","code","question_titles","rating","text_pro","text_con","text_neutral"]},"ExperienceApiFeedbackQuestionTitleEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"}},"required":["name","code"]},"FacebookFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}},"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}},"required":[]}}},"FacebookAttachmentEmbeddable":{"type":"object","properties":{"media":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaEmbeddable"}]},"target":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookAttachmentTarget"}]},"media_type":{"type":"string"},"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"}}},"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}},"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]},"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]},"InstagramFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"parent_id":{"type":"string"},"replies":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}},"required":[]}},"required":["id","timestamp","text","from","hidden","like_count","legacy_instagram_comment_id","media"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}},"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]},"TheForkFeedbackMetadatasEmbeddable":{"type":"object","properties":{"reviewUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"isValid":{"type":"boolean"},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"reservation":{"$ref":"#/components/schemas/TheForkReviewReservationEmbeddable"},"customer":{"$ref":"#/components/schemas/TheForkReviewCustomerEmbeddable"},"dinerRating":{"$ref":"#/components/schemas/TheForkReviewDinerRatingEmbeddable"},"comment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewCommentEmbeddable"}]},"experienceDetail":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewExperienceDetailEmbeddable"}]},"restaurantReply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewRestaurantReplyEmbeddable"}]}},"required":["reviewUuid","restaurantUuid","isValid","createdTs","updatedTs","reservation","customer","dinerRating","comment","experienceDetail","restaurantReply"]},"TheForkReviewReservationEmbeddable":{"type":"object","properties":{"reservationUuid":{"type":"string","nullable":true},"mealDate":{"type":"string","nullable":true}},"required":["reservationUuid","mealDate"]},"TheForkReviewCustomerEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["customerUuid","firstName","lastName"]},"TheForkReviewDinerRatingEmbeddable":{"type":"object","properties":{"priceEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewPriceEvaluation"}]},"waitingTimeEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewWaitingTimeEvaluation"}]},"noiseLevelEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewNoiseLevelEvaluation"}]},"globalRating":{"type":"number","nullable":true},"ambienceRating":{"type":"number","nullable":true},"foodQualityRating":{"type":"number","nullable":true},"serviceRating":{"type":"number","nullable":true}},"required":["priceEvaluation","waitingTimeEvaluation","noiseLevelEvaluation","globalRating","ambienceRating","foodQualityRating","serviceRating"]},"TheForkReviewPriceEvaluation":{"type":"string","enum":["VERY_CHEAP","CHEAP","AVERAGE","EXPENSIVE","VERY_EXPENSIVE"]},"TheForkReviewWaitingTimeEvaluation":{"type":"string","enum":["VERY_FAST","FAST","AVERAGE","SLOW","VERY_SLOW"]},"TheForkReviewNoiseLevelEvaluation":{"type":"string","enum":["VERY_QUIET","QUIET","MODERATE","LOUD","VERY_LOUD"]},"TheForkReviewCommentEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"TheForkReviewPublicationStatus":{"type":"string","enum":["NOT_REVIEWED","REJECTED","PUBLISHED","WAITING_REFORMULATE","ARCHIVED","DELETED"]},"TheForkReviewModerationReason":{"type":"string","enum":["REFORMULATE_REPLY_IRRELEVANT_CONTENT","REFORMULATE_REPLY_PROFANITY","REFORMULATE_REPLY_INCORRECT_INFORMATION","REFORMULATE_REPLY_SPAM","REFORMULATE_REPLY_THREATENING_LANGUAGE","REFORMULATE_REPLY_CONFIDENTIAL_TF_INFO","REFORMULATE_REPLY_PRIVATE_DATA","REFORMULATE_REPLY_INAPROPRIATE_CONTENT","REFORMULATE_REPLY_NOT_COMPLIANT","REFORMULATE_REPLY_VIOLENCE","REFORMULATE_REPLY_DISCRIMINATORY","REFORMULATE_REPLY_RESTAURANT_REQUEST","REFORMULATE_REPLY_HARASSMENT_LANGUAGE","REFORMULATE_REPLY_INAUTHENTIC","REFORMULATE_REPLY_ALL_CAPS_UNINTELLIGIBLE_NON_ORIGINAL_CONTENT","REJECT_REPLY_NOT_COMPLIANT","REJECT_REPLY_REFORMULATION_PERIOD_ENDED","REJECT_REPLY_RESTAURANT_REQUEST"]},"TheForkReviewExperienceDetailEmbeddable":{"type":"object","properties":{"occasion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewOccasion"}]}},"required":["occasion"]},"TheForkReviewOccasion":{"type":"string","enum":["BUSINESS","FRIENDS","ROMANTIC","FAMILY","ALONE"]},"TheForkReviewRestaurantReplyEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"ExpediaFeedbackMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewReservationEmbeddable"}]},"propertyId":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewPropertyIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"brandNameV2":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"title":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"starRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewStarRatingEmbeddable"}},"isEligibleForResponse":{"type":"boolean","nullable":true},"response":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewResponseEmbeddable"}]},"media":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewMediaEmbeddable"}}},"required":["id","reservation","propertyId","status","brandNameV2","source","createdDateTime","lastUpdatedDateTime","title","body","starRatings","isEligibleForResponse","response","media"]},"ExpediaReviewReservationEmbeddable":{"type":"object","properties":{"reservationIds":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"primaryGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewPrimaryGuestEmbeddable"}]},"checkInDate":{"type":"string","nullable":true},"checkOutDate":{"type":"string","nullable":true}},"required":["reservationIds","status","primaryGuest","checkInDate","checkOutDate"]},"ExpediaReviewIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewPrimaryGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"ExpediaReviewPropertyIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewLocalizedTextEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true}},"required":["value","locale"]},"ExpediaReviewStarRatingEmbeddable":{"type":"object","properties":{"category":{"nullable":true,"enum":["ecoFriendliness","roomComfort","roomCleanliness","service","overall","hotelCondition","roomAmenitiesScore","areaAroundHotel","cleanliness","house_rules","communication"],"type":"string"},"value":{"type":"string","nullable":true}},"required":["category","value"]},"ExpediaReviewResponseEmbeddable":{"type":"object","properties":{"status":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["status","createdDateTime","lastUpdatedDateTime","body"]},"ExpediaReviewMediaEmbeddable":{"type":"object","properties":{"thumbnailUrl":{"type":"string","nullable":true},"highResolutionUrl":{"type":"string","nullable":true},"caption":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["thumbnailUrl","highResolutionUrl","caption"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"PartnerFeedbackReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"source":{"description":"Source of the review reply","allOf":[{"$ref":"#/components/schemas/DataSource"}]},"channel":{"description":"Channel of the review reply","allOf":[{"$ref":"#/components/schemas/FeedbackChannel"}]},"text":{"type":"string","nullable":true,"description":"Review reply text content","default":null},"html":{"type":"string","nullable":true,"description":"Review reply html content - Email only","default":null},"externalId":{"type":"string","nullable":true,"description":"External identifier of the review reply","default":null},"language":{"nullable":true,"description":"Review reply language, if available","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"mode":{"description":"The mode of the reply.\nThis indicates whether the reply was created by an intelligent agent,\nmanually by a user, or both if generated then modified by an user.","allOf":[{"$ref":"#/components/schemas/FeedbackReplyMode"}]},"attachments":{"description":"Review reply attachments (eg. photos, videos)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerPublicFile"}},"generated":{"type":"boolean","description":"Determines if the reply was generated by an agent"}},"required":["id","createdAt","updatedAt","source","channel","text","html","externalId","language","mode","attachments","generated"]},"FeedbackChannel":{"type":"string","enum":["Google","Zenchef","Sevenrooms","Ubereats","Deliveroo","TripAdvisor","Survey","Import","Booking","Sunday","Experience","Site","FacebookPostComment","InstagramPostComment","FacebookDirectMessage","InstagramDirectMessage","Email","WhatsApp","Sms","TheFork","Expedia"],"description":"Channel of the review reply"},"FeedbackReplyMode":{"type":"string","enum":["IA","MANUAL","BOTH"],"description":"The mode of the reply.\nThis indicates whether the reply was created by an intelligent agent,\nmanually by a user, or both if generated then modified by an user."},"PartnerSurveyReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"fieldId":{"type":"string","nullable":true,"description":"Relative Survey field ID, if it still exists at the time of submission.\nNull if the field has been deleted.","default":null},"type":{"description":"Type of the survey field","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]},"label":{"type":"string","description":"Label of the survey field at the time of submission"},"group":{"type":"string","nullable":true,"description":"Group of the survey field at the time of submission, if it was part of a group.\nNull otherwise.","default":null},"values":{"description":"Values of the survey reply.\nFor text fields, it will be an array with a single string element.\nFor CSAT and NPS, it will be an array with a single number element as string.\nFor multiple choice fields, it will be an array with all selected options.","type":"array","items":{"type":"string"}},"possibleValues":{"nullable":true,"description":"Possible values of the linked form field.","default":null,"type":"array","items":{"type":"string"}},"text":{"type":"string","nullable":true,"description":"Reply as text for text fields only."},"rating":{"type":"number","nullable":true,"description":"Survey reply as value for CSAT and NPS fields"}},"required":["id","createdAt","updatedAt","fieldId","type","label","group","values","possibleValues","text","rating"]},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"},"PartnerContactFormReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"fieldId":{"type":"string","nullable":true,"description":"Relative ContactForm field ID, if it still exists at the time of submission.\nNull if the field has been deleted.","default":null},"type":{"description":"Type of the form field","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]},"label":{"type":"string","description":"Label of the form field at the time of submission"},"group":{"type":"string","nullable":true,"description":"Group of the form field at the time of submission, if it was part of a group.\nNull otherwise.","default":null},"values":{"description":"Values of the form reply.\nFor text fields, it will be an array with a single string element.\nFor multiple choice fields, it will be an array with all selected options.","type":"array","items":{"type":"string"}},"possibleValues":{"nullable":true,"description":"Possible values of the linked form field.","default":null,"type":"array","items":{"type":"string"}},"text":{"type":"string","nullable":true,"description":"Reply as text for text fields only."}},"required":["id","createdAt","updatedAt","fieldId","type","label","group","values","possibleValues","text"]},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"},"PartnerSocialPostComment":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"externalId":{"type":"string","description":"ID of the comment in the source platform (e.g. Facebook, Instagram, etc.)"},"text":{"type":"string","nullable":true,"description":"Text content of the comment, if any","default":null},"externalUserId":{"type":"string","description":"ID of the user who made the comment in the source platform"},"externalUserName":{"type":"string","nullable":true,"description":"Name of the user who made the comment in the source platform, if any","default":null},"profilePicture":{"type":"string","nullable":true,"description":"URL of the profile picture of the user who made the comment in the source platform, if any","default":null},"permalink":{"type":"string","nullable":true,"description":"Permalink to the comment in the source platform, if any","default":null},"attachments":{"nullable":true,"description":"Attachments associated with the comment, if any","default":null,"allOf":[{"$ref":"#/components/schemas/SocialPostAttachmentEmbeddable"}]},"metadata":{"description":"Metadata associated with the comment, such as detected language, sentiment analysis, etc.","allOf":[{"$ref":"#/components/schemas/SocialPostCommentMetadatasEmbeddable"}]},"deleted":{"type":"boolean","description":"Whether the comment has been deleted in the source platform or not"},"canHide":{"type":"boolean","description":"Whether the comment can be hidden or not (i.e. whether the source platform allows hiding comments or not)"},"isHidden":{"type":"boolean","description":"Whether the comment is currently hidden or not in the source platform"}},"required":["id","createdAt","updatedAt","externalId","text","externalUserId","externalUserName","profilePicture","permalink","attachments","metadata","deleted","canHide","isHidden"]},"SocialPostAttachmentEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}}}},"SocialPostCommentMetadatasEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsMetadatasEmbeddable"}]},"instagram":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentsMetadatasEmbeddable"}]}}},"FacebookCommentsMetadatasEmbeddable":{"type":"object","properties":{"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsCommentsMetadatasEmbeddable"}]}}},"FacebookCommentsCommentsMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}}},"InstagramCommentsMetadatasEmbeddable":{"type":"object","properties":{"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"replies":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentRepliesMetadatasEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"parent_id":{"type":"string"}},"required":["media","id","timestamp","text","hidden","like_count","legacy_instagram_comment_id"]},"InstagramCommentRepliesMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}}}}}}
```

## The PartnerFeedbackListingParamsDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerFeedbackListingParamsDto":{"type":"object","properties":{"limit":{"type":"number","description":"Pagination limit","default":10,"minimum":1,"maximum":100},"page":{"type":"number","description":"Page to retrieve","default":1,"minimum":1},"from":{"type":"string","description":"Date range start","nullable":true},"to":{"type":"string","description":"Date range end","nullable":true},"stores":{"description":"Store IDs to filter feedbacks","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"brands":{"description":"Brand IDs to filter feedbacks","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"customers":{"description":"Customer IDs to filter feedbacks","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"externalIds":{"description":"External IDs to filter feedbacks","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string"}},"sources":{"description":"Data sources to filter feedbacks","minItems":1,"items":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"]},"nullable":true,"type":"array"},"classes":{"description":"Feedback classes to filter feedbacks","minItems":1,"items":{"type":"string","enum":["Review","Survey","Contact","Message","Post"]},"nullable":true,"type":"array"},"surveys":{"description":"Survey IDs to filter feedbacks","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}},"contactForms":{"description":"Contact form IDs to filter feedbacks","minItems":1,"maxItems":100,"nullable":true,"type":"array","items":{"type":"string","format":"uuid"}}}}}}}
```

## The PartnerFeedbackListingOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PartnerFeedbackListingOutput":{"type":"object","properties":{"items":{"description":"List of reviews","type":"array","items":{"$ref":"#/components/schemas/PartnerFeedback"}},"meta":{"description":"Listing metadata","allOf":[{"$ref":"#/components/schemas/PartnerListingOutputMeta"}]}},"required":["items","meta"]},"PartnerFeedback":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"context":{"description":"Contextual information about the review","allOf":[{"$ref":"#/components/schemas/PartnerFeedbackContext"}]},"source":{"description":"Source of the review","allOf":[{"$ref":"#/components/schemas/DataSource"}]},"class":{"description":"Class of the review","allOf":[{"$ref":"#/components/schemas/FeedbackClass"}]},"text":{"type":"string","nullable":true,"description":"Review text content","default":null},"html":{"type":"string","nullable":true,"description":"Review html content - Email only","default":null},"externalId":{"type":"string","nullable":true,"description":"External identifier of the review","default":null},"rating":{"type":"number","nullable":true,"description":"Review rating - from 0 to 5 (can be null if the review has no rating)","default":null},"language":{"nullable":true,"description":"Review language, if available","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"tags":{"description":"A list of tags associated with the review, either detected by the system or added manually by the user","type":"array","items":{"$ref":"#/components/schemas/PartnerFeedbackTag"}},"attributes":{"description":"Custom attribute values associated with the review","type":"array","items":{"$ref":"#/components/schemas/PartnerFeedbackCustomAttributeValue"}},"themes":{"description":"Detected review themes","default":[],"type":"array","items":{"$ref":"#/components/schemas/FeedbackTheme"}},"emotions":{"description":"Detected review emotions","default":[],"type":"array","items":{"$ref":"#/components/schemas/FeedbackEmotion"}},"polarity":{"nullable":true,"description":"Detected review polarity","allOf":[{"$ref":"#/components/schemas/FeedbackPolarity"}]},"metadata":{"description":"Metadata associated with the review","allOf":[{"$ref":"#/components/schemas/FeedbackContentMetadatasEmbeddable"}]},"attachments":{"description":"Review attachments (eg. photos, videos)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerPublicFile"}},"spamScore":{"type":"number","nullable":true,"description":"Spam score, if available.\nLower is better; scores can be negative or positive.\nMessages above 5 are generally considered spam.","default":null},"replies":{"description":"Main replies to the review, if any.\nThis list contains the main response for each channel.","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerFeedbackReply"}},"surveyReplies":{"description":"Raw submitted survey replies associated with the review, if any\nOnly for reviews that come from a survey source (SURVEY)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerSurveyReply"}},"contactFormReplies":{"description":"Raw submitted contact form replies associated with the review, if any\nOnly for reviews that come from a contact form source (SITE)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerContactFormReply"}},"socialPostComment":{"nullable":true,"description":"Associated social post comment, if any (only for reviews that come from a social network source)","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerSocialPostComment"}]},"likeRecommended":{"type":"boolean","nullable":true,"description":"Only for social network comments.\nDetermines whether the post comment should be liked or not","default":null},"replyRecommended":{"type":"boolean","nullable":true,"description":"Only for social network comments.\nDetermines whether the post comment should have a reply or not","default":null},"hideRecommended":{"type":"boolean","nullable":true,"description":"Only for social network comments.\nDetermines whether the post comment should be hidden or not","default":null},"analyzed":{"type":"boolean","description":"Whether or not the review has been analyzed by the system"},"csatIndex":{"type":"number","nullable":true,"description":"Customer Satisfaction Index for the content's feedback.\nOnly for survey feedbacks with CSAT question type.","default":null},"npsValue":{"type":"number","nullable":true,"description":"Net Promoter Score value for the content's feedback.\nOnly for survey feedbacks with NPS question type.","default":null},"deleted":{"type":"boolean","description":"Determines whether review has been removed from its source platform"},"imported":{"type":"boolean","description":"Determines if the review has been imported manually (eg. via CSV import) or automatically via an integration"}},"required":["id","createdAt","updatedAt","context","source","class","text","html","externalId","rating","language","tags","attributes","themes","emotions","polarity","metadata","attachments","spamScore","replies","surveyReplies","contactFormReplies","socialPostComment","likeRecommended","replyRecommended","hideRecommended","analyzed","csatIndex","npsValue","deleted","imported"]},"PartnerFeedbackContext":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"brandId":{"type":"string","description":"Brand identifier"},"storeId":{"type":"string","nullable":true,"description":"Store identifier","default":null},"purchaseId":{"type":"string","nullable":true,"description":"Purchase identifier","default":null},"customerId":{"type":"string","nullable":true,"description":"Customer identifier","default":null},"contactFormId":{"type":"string","nullable":true,"description":"Contact form identifier","default":null},"surveyId":{"type":"string","nullable":true,"description":"Survey identifier","default":null},"surveyTrackerId":{"type":"string","nullable":true,"description":"Survey Tracker identifier","default":null},"supportEmailId":{"type":"string","nullable":true,"description":"Support email identifier","default":null},"socialPostId":{"type":"string","nullable":true,"description":"Social post identifier","default":null},"link":{"type":"string","description":"Link to Fullwhere webapp"},"status":{"description":"Determines whether a review of this context is awaiting a response (UNPROCESSED), has been processed (PROCESSED), or has been bypassed (BYPASSED).","allOf":[{"$ref":"#/components/schemas/FeedbackStatus"}]},"archived":{"type":"boolean","description":"Determines if the review context has been archived"},"responseTime":{"type":"number","nullable":true,"description":"Response time in seconds.\nThis is the time between the original review and its first reply.","default":null},"interactionTime":{"type":"number","nullable":true,"description":"Interaction time in seconds.\nThis is the time between the original review and its last reply.","default":null},"reactionTimes":{"type":"number","nullable":true,"description":"Reaction times in seconds.\nThis is the time between each review and its first reply.","default":null},"allowEmailReply":{"type":"boolean","description":"Determines whether email replies are allowed for this review context"},"allowSmsReply":{"type":"boolean","description":"Determines whether SMS replies are allowed for this review context"}},"required":["id","createdAt","updatedAt","brandId","storeId","purchaseId","customerId","contactFormId","surveyId","surveyTrackerId","supportEmailId","socialPostId","link","status","archived","responseTime","interactionTime","reactionTimes","allowEmailReply","allowSmsReply"]},"FeedbackStatus":{"type":"string","enum":["PROCESSED","UNPROCESSED","BYPASSED"],"description":"Determines whether a review of this context is awaiting a response (UNPROCESSED), has been processed (PROCESSED), or has been bypassed (BYPASSED)."},"DataSource":{"type":"string","enum":["AutoGestion","Booking","BubbleContactEmail","Como","Deliveroo","Email","Experience","Facebook","Google","Import","Instagram","Juxta","Mews","Oracle","Salesforce","SelligentPartouche","Sevenrooms","Site","Sms","Sunday","Survey","TripAdvisor","Ubereats","WhatsApp","Zelty","Zenchef","TheFork","Chr365","Expedia"],"description":"Data sources associated with the customer"},"FeedbackClass":{"type":"string","enum":["Review","Survey","Contact","Message","Post"],"description":"Class of the review"},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"PartnerFeedbackTag":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"tag":{"type":"string","description":"Tag name"},"color":{"type":"string","nullable":true,"description":"Tag hexadecimal color","default":null}},"required":["id","createdAt","updatedAt","tag","color"]},"PartnerFeedbackCustomAttributeValue":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"attribute":{"type":"string","description":"ID of the related custom attribute."},"type":{"description":"The type of the custom attribute.","allOf":[{"$ref":"#/components/schemas/CustomAttributeType"}]},"autoDetected":{"type":"boolean","description":"Determines if the value was auto-detected"},"fromPossibleValue":{"type":"string","nullable":true,"description":"The ID of the possible value selected if applicable\nOnly used for select type custom attributes, null otherwise","default":null},"text":{"type":"string","nullable":true,"description":"Submitted text value if applicable\nOnly used for text type custom attributes, null otherwise","default":null},"rating":{"type":"string","nullable":true,"description":"Submitted numeric value if applicable\nOnly used for rating type custom attributes, null otherwise","default":null},"value":{"type":"string","description":"The value of the custom attribute as string, which can be either:\n- The text value for text type custom attributes\n- The numeric value for rating type custom attributes\n- The value of the selected possible value for select type custom attributes"}},"required":["id","createdAt","updatedAt","attribute","type","autoDetected","fromPossibleValue","text","rating","value"]},"CustomAttributeType":{"type":"string","enum":["SINGLE_SELECT","MULTI_SELECT","TEXT","NUMBER"],"description":"The type of the custom attribute."},"FeedbackTheme":{"type":"string","enum":["Complaint","Question","Compliment","Suggestion","Comparison"],"description":"Detected review themes"},"FeedbackEmotion":{"type":"string","enum":["Disappointment","Surprise","Fear","Joy","Anger"],"description":"Detected review emotions"},"FeedbackPolarity":{"type":"string","enum":["Positive","Negative","Neutral"],"description":"Detected review polarity"},"FeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"googleMyBusiness":{"nullable":true,"description":"Google my business feedback metadatas","allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessFeedbackContentMetadatasEmbeddable"}]},"zenchef":{"nullable":true,"description":"Zenchef feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ZenchefFeedbackContentMetadatasEmbeddable"}]},"deliveroo":{"nullable":true,"description":"Deliveroo feedback metadatas.","allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasEmbeddable"}]},"tripadvisor":{"nullable":true,"description":"TripAdvisor feedback metadatas.","allOf":[{"$ref":"#/components/schemas/TripAdvisorFeedbackContentMetadatasEmbeddable"}]},"ubereats":{"nullable":true,"description":"UberEats feedback metadatas","allOf":[{"$ref":"#/components/schemas/UbereatsFeedbackContentMetadatasEmbeddable"}]},"sevenrooms":{"nullable":true,"description":"Sevenrooms feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SevenroomsFeedbackMetadatasEmbeddable"}]},"email":{"nullable":true,"description":"Support email feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SupportEmailFeedbackMetadatasEmbeddable"}]},"site":{"nullable":true,"description":"Site feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SiteFeedbackContentMetadatasEmbeddable"}]},"metaMessage":{"nullable":true,"description":"Meta feedback message metadatas.","allOf":[{"$ref":"#/components/schemas/MetaMessageMetadatasEmbeddable"}]},"whatsapp":{"nullable":true,"description":"WhatsApp feedback message metadatas.","allOf":[{"$ref":"#/components/schemas/WhatsAppMessageMetadatasEmbeddable"}]},"booking":{"nullable":true,"description":"Booking feedback metadatas.","allOf":[{"$ref":"#/components/schemas/BookingFeedbackContentMetadatasEmbeddable"}]},"sunday":{"nullable":true,"description":"Sunday feedback metadatas.","allOf":[{"$ref":"#/components/schemas/SundayFeedbackMetadatasEmbeddable"}]},"experience":{"nullable":true,"description":"Experience feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ExperienceFeedbackMetadatasEmbeddable"}]},"facebookFeed":{"nullable":true,"description":"Facebook feedback metadatas.","allOf":[{"$ref":"#/components/schemas/FacebookFeedbackContentMetadatasEmbeddable"}]},"instagramFeed":{"nullable":true,"description":"Instagram feedback metadatas.","allOf":[{"$ref":"#/components/schemas/InstagramFeedbackContentMetadatasEmbeddable"}]},"thefork":{"nullable":true,"description":"TheFork feedback metadatas.","allOf":[{"$ref":"#/components/schemas/TheForkFeedbackMetadatasEmbeddable"}]},"expedia":{"nullable":true,"description":"Expedia feedback metadatas.","allOf":[{"$ref":"#/components/schemas/ExpediaFeedbackMetadatasEmbeddable"}]}}},"GoogleMyBusinessFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"createTime":{"type":"object","description":"Google my business review content creation time"},"updateTime":{"type":"object","description":"Google my business review content update time"},"comment":{"type":"string","nullable":true,"description":"Google my business review raw content"},"starRating":{"nullable":true,"description":"Google my business review content rates","enum":["STAR_RATING_UNSPECIFIED","ONE","TWO","THREE","FOUR","FIVE"],"type":"string"},"medias":{"nullable":true,"description":"Google my business medias attached to this Feedback","default":[],"type":"array","items":{"$ref":"#/components/schemas/GoogleMyBusinessMediaItemEmbeddable"}}},"required":["createTime","updateTime","comment","starRating","medias"]},"GoogleMyBusinessMediaItemEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"mediaFormat":{"enum":["MEDIA_FORMAT_UNSPECIFIED","PHOTO","VIDEO"],"type":"string"},"locationAssociation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessLocationAssociationEmbeddable"}]},"googleUrl":{"type":"string"},"thumbnailUrl":{"type":"string"},"createTime":{"format":"date-time","type":"string"},"dimensions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDimensionsEmbeddable"}]},"insights":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessInsightsEmbeddable"}]},"attribution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessAttributionEmbeddable"}]},"description":{"type":"string","nullable":true},"sourceUrl":{"type":"string","nullable":true},"dataRef":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/GoogleMyBusinessDataRefEmbeddable"}]}},"required":["name","mediaFormat","locationAssociation","googleUrl","thumbnailUrl","createTime","dimensions","insights","attribution","description","sourceUrl","dataRef"]},"GoogleMyBusinessLocationAssociationEmbeddable":{"type":"object","properties":{"category":{"enum":["CATEGORY_UNSPECIFIED","COVER","PROFILE","LOGO","EXTERIOR","INTERIOR","PRODUCT","AT_WORK","FOOD_AND_DRIN","MENU","COMMON_AREA","ROOMS","TEAMS","ADDITIONA"],"type":"string"},"priceListItemId":{"type":"string","nullable":true}},"required":["category","priceListItemId"]},"GoogleMyBusinessDimensionsEmbeddable":{"type":"object","properties":{"widthPixels":{"type":"number"},"heightPixels":{"type":"number"}},"required":["widthPixels","heightPixels"]},"GoogleMyBusinessInsightsEmbeddable":{"type":"object","properties":{"viewCount":{"type":"string"}},"required":["viewCount"]},"GoogleMyBusinessAttributionEmbeddable":{"type":"object","properties":{"profileName":{"type":"string"},"profilePhotoUrl":{"type":"string"},"takedownUrl":{"type":"string"},"profileUrl":{"type":"string"}},"required":["profileName","profilePhotoUrl","takedownUrl","profileUrl"]},"GoogleMyBusinessDataRefEmbeddable":{"type":"object","properties":{"resourceName":{"type":"string"}},"required":["resourceName"]},"ZenchefFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"created_at":{"type":"string","nullable":true},"updated_at":{"type":"string","nullable":true},"service":{"type":"number","nullable":true},"service_body":{"type":"string","nullable":true},"menu":{"type":"number","nullable":true},"menu_body":{"type":"string","nullable":true},"ambiance":{"type":"number","nullable":true},"ambiance_body":{"type":"string","nullable":true},"value_for_money":{"type":"number","nullable":true},"value_for_money_body":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"global":{"type":"number","nullable":true},"read":{"type":"number","nullable":true}},"required":["created_at","updated_at","service","service_body","menu","menu_body","ambiance","ambiance_body","value_for_money","value_for_money_body","body","global","read"]},"DeliverooFeedbackMetadatasEmbeddable":{"type":"object","properties":{"order_uuid":{"type":"string","nullable":true},"created_at":{"type":"string","nullable":true},"rating_comment":{"type":"string","nullable":true},"rating_stars":{"type":"number","nullable":true},"restaurant_id":{"type":"string","nullable":true},"frequency":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFrequencyMetadatasEmbeddable"}]},"refund":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackRefundMetadatasEmbeddable"}]}},"required":["order_uuid","created_at","rating_comment","rating_stars","restaurant_id","frequency","refund"]},"DeliverooFrequencyMetadatasEmbeddable":{"type":"object","properties":{"customer_orders":{"type":"number","nullable":true}},"required":["customer_orders"]},"DeliverooFeedbackRefundMetadatasEmbeddable":{"type":"object","properties":{"order_id":{"type":"string","nullable":true},"order_uuid":{"type":"string","nullable":true},"order_drn_id":{"type":"string","nullable":true},"order_number":{"type":"number","nullable":true},"branch_id":{"type":"string","nullable":true},"branch_name":{"type":"string","nullable":true},"order_date":{"type":"string","nullable":true},"order_refund_status":{"type":"string","nullable":true},"order_type":{"type":"string","nullable":true},"refund_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"refund_paid_by_restaurant_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_sub_total":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"order_gross_merchandise_value":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackRefundItemMetadatasEmbeddable"}},"compensations":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationMetadatasEmbeddable"}}},"required":["order_id","order_uuid","order_drn_id","order_number","branch_id","branch_name","order_date","order_refund_status","order_type","refund_total","refund_paid_by_restaurant_total","order_total","order_sub_total","order_gross_merchandise_value","items","compensations"]},"DeliverooPriceMetadatasEmbeddable":{"type":"object","properties":{"fractional":{"type":"number","nullable":true},"formatted":{"type":"string","nullable":true}},"required":["fractional","formatted"]},"DeliverooFeedbackRefundItemMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"quantity":{"type":"number","nullable":true},"restaurant_name":{"type":"string","nullable":true},"refund_reason":{"type":"string","nullable":true},"unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"total_unit_price":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]},"modifiers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackMetadatasModifier"}},"category_name":{"type":"string","nullable":true}},"required":["id","name","quantity","restaurant_name","refund_reason","unit_price","total_price","total_unit_price","modifiers","category_name"]},"DeliverooFeedbackMetadatasModifier":{"type":"object","properties":{"name":{"type":"string","nullable":true}},"required":["name"]},"DeliverooFeedbackCompensationMetadatasEmbeddable":{"type":"object","properties":{"photos":{"type":"object","nullable":true},"refund_status":{"type":"string","nullable":true},"id":{"type":"number","nullable":true},"refund_date":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"action_id":{"type":"string","nullable":true},"input_description":{"type":"string","nullable":true},"selected_resolution":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable"}]},"compensated_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable"}}},"required":["photos","refund_status","id","refund_date","status","action_id","input_description","selected_resolution","compensated_items"]},"DeliverooFeedbackCompensationSelectedResolutionMetadatasEmbeddable":{"type":"object","properties":{"resolution_type":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"repeat_order_id":{"type":"string","nullable":true},"repeat_order_drn_id":{"type":"string","nullable":true},"amount":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/DeliverooPriceMetadatasEmbeddable"}]}},"required":["resolution_type","source","repeat_order_id","repeat_order_drn_id","amount"]},"DeliverooFeedbackCompensationCompensatedItemsMetadatasEmbeddable":{"type":"object","properties":{"name":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"reason":{"type":"string","nullable":true}},"required":["name","id","reason"]},"TripAdvisorFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"alertStatus":{"type":"boolean"},"rating":{"type":"number"},"status":{"type":"string"},"id":{"type":"number"},"translationType":{"type":"string","nullable":true},"attribution":{"type":"string","nullable":true},"roomTip":{"type":"string","nullable":true},"title":{"type":"string"},"text":{"type":"string"},"username":{"type":"string"},"language":{"type":"string"},"userInfo":{"$ref":"#/components/schemas/TripAdvisorFeedbackUserInfoEmbeddable"},"additionalRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/TripAdvisorFeedbackAdditionalRatingEmbeddable"}}},"required":["alertStatus","rating","status","id","translationType","attribution","roomTip","title","text","username","language","userInfo","additionalRatings"]},"TripAdvisorFeedbackUserInfoEmbeddable":{"type":"object","properties":{"helpfulVotes":{"type":"number"},"contributionCount":{"type":"number"},"homeTown":{"type":"string"},"avatarUrl":{"type":"string"}},"required":["helpfulVotes","contributionCount","homeTown","avatarUrl"]},"TripAdvisorFeedbackAdditionalRatingEmbeddable":{"type":"object","properties":{"rating":{"type":"number"},"ratingLabel":{"type":"string"}},"required":["rating","ratingLabel"]},"UbereatsFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"uuid":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}},"menuItemReviews":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/UbereatsMenuItemReviewEmbeddable"}}},"required":["uuid","timestamp","rating","comment","tags","menuItemReviews"]},"UbereatsMenuItemReviewEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"rating":{"type":"boolean","nullable":true},"name":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"tags":{"nullable":true,"type":"array","items":{"type":"string"}}},"required":["id","rating","name","comment","tags"]},"SevenroomsFeedbackMetadatasEmbeddable":{"type":"object","properties":{"recommend_to_friend":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SevenroomsRecommendToFriend"}]},"feedback_type":{"type":"string","nullable":true},"reservation_id":{"type":"string","nullable":true},"order_id":{"type":"string","nullable":true},"reservation_date":{"type":"string","nullable":true},"received_date":{"type":"string","nullable":true},"created_date":{"type":"string","nullable":true},"overall":{"type":"string","nullable":true},"food":{"type":"string","nullable":true},"drinks":{"type":"string","nullable":true},"ambience":{"type":"string","nullable":true},"service":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true}},"required":["recommend_to_friend","feedback_type","reservation_id","order_id","reservation_date","received_date","created_date","overall","food","drinks","ambience","service","notes"]},"SevenroomsRecommendToFriend":{"type":"string","enum":["Yes","No","not filled in"]},"SupportEmailFeedbackMetadatasEmbeddable":{"type":"object","properties":{"From":{"type":"string"},"FromName":{"type":"string"},"FromFull":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"},"To":{"type":"string"},"ToFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Cc":{"type":"string"},"CcFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"Bcc":{"type":"string"},"BccFull":{"type":"array","items":{"$ref":"#/components/schemas/PostmarkInboundRecipientEmbeddable"}},"OriginalRecipient":{"type":"string"},"Subject":{"type":"string"},"ReplyTo":{"type":"string","nullable":true},"Date":{"type":"string","nullable":true},"MailboxHash":{"type":"string","nullable":true},"Tag":{"type":"string","nullable":true},"MessageID":{"type":"string","nullable":true},"Status":{"type":"string","nullable":true},"MessageStream":{"type":"string","nullable":true},"TextBody":{"type":"string","nullable":true},"HtmlBody":{"type":"string","nullable":true},"StrippedTextReply":{"type":"string","nullable":true},"Headers":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/PostmarkHeaderEmbeddable"}},"BlockedReason":{"type":"string","nullable":true},"Attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/SupportEmailAttachmentMetadatasEmbeddable"}}},"required":["From","FromName","FromFull","To","ToFull","Cc","CcFull","Bcc","BccFull","OriginalRecipient","Subject","ReplyTo","Date","MailboxHash","Tag","MessageID","Status","MessageStream","TextBody","HtmlBody","StrippedTextReply","Headers","BlockedReason","Attachments"]},"PostmarkInboundRecipientEmbeddable":{"type":"object","properties":{"Email":{"type":"string"},"Name":{"type":"string"},"MailboxHash":{"type":"string"}},"required":["Email","Name","MailboxHash"]},"PostmarkHeaderEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"Value":{"type":"string"}},"required":["Name","Value"]},"SupportEmailAttachmentMetadatasEmbeddable":{"type":"object","properties":{"Name":{"type":"string"},"ContentID":{"type":"string","nullable":true},"ContentType":{"type":"string"},"ContentLength":{"type":"number"},"Disposition":{"type":"string","nullable":true}},"required":["Name","ContentID","ContentType","ContentLength","Disposition"]},"SiteFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"fields":{"type":"array","items":{"$ref":"#/components/schemas/ContactFormFieldMetadatasEmbeddable"}}},"required":["fields"]},"ContactFormFieldMetadatasEmbeddable":{"type":"object","properties":{"type":{"description":"The type of the form field","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"type":"string"},"id":{"type":"string","description":"The field id"},"values":{"description":"Field values","type":"array","items":{"type":"string"}},"label":{"type":"string","nullable":true,"description":"The label of the form field, if applicable"},"verticalIndex":{"type":"object","description":"The vertical position index of the form field","default":0},"horizontalIndex":{"type":"object","description":"The horizontal position index of the form field","default":0}},"required":["type","id","values","label","verticalIndex","horizontalIndex"]},"MetaMessageMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"created_time":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiMessageFromEmbeddable"},"is_unsupported":{"type":"boolean","nullable":true},"message":{"type":"string"},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputReactionEmbeddable"}]},"fullwhereReaction":{"type":"string","nullable":true},"story":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputStoryEmbeddable"}]},"tags":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputTagEmbeddable"}]},"shares":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPaginatedOutputShareEmbeddable"}]},"to":{"$ref":"#/components/schemas/MetaApiOutputRecipientEmbeddable"},"attachments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiOutputAttachmentEmbeddable"}]},"is_deleted":{"type":"boolean","nullable":true},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageReplyToEmbeddable"}]}},"required":["id","created_time","from","is_unsupported","message","reactions","fullwhereReaction","story","tags","shares","to","attachments","is_deleted","reply_to"]},"MetaApiMessageFromEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"username":{"type":"string","nullable":true}},"required":["id","email","name","username"]},"MetaApiOutputReactionEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageReactionEmbeddable"}}},"required":["data"]},"MetaApiMessageReactionEmbeddable":{"type":"object","properties":{"reaction":{"type":"string"},"users":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageUserEmbeddable"}}},"required":["reaction","users"]},"MetaApiMessageUserEmbeddable":{"type":"object","properties":{"username":{"type":"string"},"id":{"type":"string"}},"required":["username","id"]},"MetaApiOutputStoryEmbeddable":{"type":"object","properties":{"mention":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]},"reply_to":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageStoryDataEmbeddable"}]}}},"MetaApiMessageStoryDataEmbeddable":{"type":"object","properties":{"link":{"type":"string"},"id":{"type":"string"}},"required":["link","id"]},"MetaApiOutputTagEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageTagEmbeddable"}}},"required":["data"]},"MetaApiMessageTagEmbeddable":{"type":"object","properties":{"name":{"type":"string"}},"required":["name"]},"MetaApiPaginatedOutputShareEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageShareEmbeddable"}},"paging":{"type":"object"}},"required":["data","paging"]},"MetaApiMessageShareEmbeddable":{"type":"object","properties":{"link":{"type":"string"}},"required":["link"]},"MetaApiOutputRecipientEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageRecipientEmbeddable"}}},"required":["data"]},"MetaApiMessageRecipientEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"name":{"type":"string","nullable":true}},"required":["id","username","email","name"]},"MetaApiOutputAttachmentEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessageAttachmentEmbeddable"}}},"required":["data"]},"MetaApiMessageAttachmentEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"size":{"type":"number","nullable":true},"file_url":{"type":"string","nullable":true},"image_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiPictureEmbeddable"}]},"video_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageVideoDataEmbeddable"}]},"generic_template":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageGenericTemplateEmbeddable"}]},"payload":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadEmbeddable"}]}},"required":["id","type","mime_type","name","size","file_url","image_data","video_data","generic_template","payload"]},"MetaApiPictureEmbeddable":{"type":"object","properties":{"width":{"type":"number","nullable":true},"height":{"type":"number","nullable":true},"max_height":{"type":"number","nullable":true},"max_width":{"type":"number","nullable":true},"url":{"type":"string"},"preview_url":{"type":"string","nullable":true},"image_type":{"type":"number"},"render_as_sticker":{"type":"boolean","nullable":true},"animated_gif_preview_url":{"type":"string","nullable":true},"animated_gif_url":{"type":"string","nullable":true},"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"is_silhouette":{"type":"string","nullable":true}},"required":["width","height","max_height","max_width","url","preview_url","image_type","render_as_sticker","animated_gif_preview_url","animated_gif_url","cta","subtitle","title","is_silhouette"]},"MetaApiMessageCTAEmbeddable":{"type":"object","properties":{"title":{"type":"string"},"type":{"type":"string"},"url":{"type":"string"}},"required":["title","type","url"]},"MetaApiMessageVideoDataEmbeddable":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"MetaApiMessageGenericTemplateEmbeddable":{"type":"object","properties":{"cta":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessageCTAEmbeddable"}]},"url":{"type":"string"},"subtitle":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["cta","url","subtitle","title"]},"MetaApiMessagePayloadEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"sticker_id":{"type":"number","nullable":true},"reel_video_id":{"type":"number","nullable":true},"product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiMessagePayloadProductEmbeddable"}]}},"required":["url","title","sticker_id","reel_video_id","product"]},"MetaApiMessagePayloadProductEmbeddable":{"type":"object","properties":{"elements":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/MetaApiMessagePayloadProductElementEmbeddable"}}},"required":["elements"]},"MetaApiMessagePayloadProductElementEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"retailer_id":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"subtitle":{"type":"string","nullable":true}},"required":["id","retailer_id","image_url","title","subtitle"]},"MetaApiMessageReplyToEmbeddable":{"type":"object","properties":{"mid":{"type":"string"},"is_self_reply":{"type":"boolean"}},"required":["mid","is_self_reply"]},"WhatsAppMessageMetadatasEmbeddable":{"type":"object","properties":{"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"timestamp":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"reaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"fullwhereReaction":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReactionEmbeddable"}]},"text":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageTextEmbeddable"}]},"audio":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"document":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"sticker":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageFileEmbeddable"}]},"system":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageSystemEmbeddable"}]},"referral":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageReferralEmbeddable"}]},"order":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageOrderEmbeddable"}]},"interactive":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveEmbeddable"}]},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageButtonEmbeddable"}]},"context":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextEmbeddable"}]},"errors":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppErrorEmbeddable"}},"identity":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppIdentityEmbeddable"}]},"location":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppLocationEmbeddable"}]},"contacts":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmbeddable"}}},"required":["from","id","timestamp","type","reaction","fullwhereReaction","text","audio","image","video","document","sticker","system","referral","order","interactive","button","context","errors","identity","location","contacts"]},"WhatsAppMessageReactionEmbeddable":{"type":"object","properties":{"message_id":{"type":"string","nullable":true},"emoji":{"type":"string","nullable":true}},"required":["message_id","emoji"]},"WhatsAppMessageTextEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true}},"required":["body"]},"WhatsAppMessageFileEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"url":{"type":"string","nullable":true},"file_size":{"type":"number","nullable":true},"filename":{"type":"string","nullable":true},"mime_type":{"type":"string","nullable":true},"sha256":{"type":"string","nullable":true},"caption":{"type":"string","nullable":true},"animated":{"type":"boolean","nullable":true},"voice":{"type":"boolean","nullable":true}},"required":["id","url","file_size","filename","mime_type","sha256","caption","animated","voice"]},"WhatsAppMessageSystemEmbeddable":{"type":"object","properties":{"body":{"type":"string","nullable":true},"identity":{"type":"string","nullable":true},"new_wa_id":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"customer":{"type":"string","nullable":true}},"required":["body","identity","new_wa_id","wa_id","type","customer"]},"WhatsAppMessageReferralEmbeddable":{"type":"object","properties":{"source_url":{"type":"string","nullable":true},"source_type":{"type":"string","nullable":true},"source_id":{"type":"string","nullable":true},"headline":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"media_type":{"type":"string","nullable":true},"image_url":{"type":"string","nullable":true},"video_url":{"type":"string","nullable":true},"thumbnail_url":{"type":"string","nullable":true},"ctwa_clid":{"type":"string","nullable":true}},"required":["source_url","source_type","source_id","headline","body","media_type","image_url","video_url","thumbnail_url","ctwa_clid"]},"WhatsAppMessageOrderEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"product_items":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppMessageOrderProductItemEmbeddable"}}},"required":["catalog_id","text","product_items"]},"WhatsAppMessageOrderProductItemEmbeddable":{"type":"object","properties":{"product_retailer_id":{"type":"string","nullable":true},"quantity":{"type":"string","nullable":true},"item_price":{"type":"string","nullable":true},"currency":{"type":"string","nullable":true}},"required":["product_retailer_id","quantity","item_price","currency"]},"WhatsAppMessageInteractiveEmbeddable":{"type":"object","properties":{"type":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveTypeEmbeddable"}]}},"required":["type"]},"WhatsAppMessageInteractiveTypeEmbeddable":{"type":"object","properties":{"button_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveButtonReplyEmbeddable"}]},"list_reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageInteractiveListReplyEmbeddable"}]}},"required":["button_reply","list_reply"]},"WhatsAppMessageInteractiveButtonReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["id","title"]},"WhatsAppMessageInteractiveListReplyEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true}},"required":["id","title","description"]},"WhatsAppMessageButtonEmbeddable":{"type":"object","properties":{"payload":{"type":"string","nullable":true},"text":{"type":"string","nullable":true}},"required":["payload","text"]},"WhatsAppMessageContextEmbeddable":{"type":"object","properties":{"forwarded":{"type":"boolean","nullable":true},"frequently_forwarded":{"type":"boolean","nullable":true},"from":{"type":"string","nullable":true},"id":{"type":"string","nullable":true},"referred_product":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppMessageContextReferredProductEmbeddable"}]}},"required":["forwarded","frequently_forwarded","from","id","referred_product"]},"WhatsAppMessageContextReferredProductEmbeddable":{"type":"object","properties":{"catalog_id":{"type":"string","nullable":true},"product_retailer_id":{"type":"string","nullable":true}},"required":["catalog_id","product_retailer_id"]},"WhatsAppErrorEmbeddable":{"type":"object","properties":{"code":{"type":"number","nullable":true},"title":{"type":"string","nullable":true},"message":{"type":"string","nullable":true},"error_data":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppErrorDataEmbeddable"}]}},"required":["code","title","message","error_data"]},"WhatsAppErrorDataEmbeddable":{"type":"object","properties":{"details":{"type":"string","nullable":true}},"required":["details"]},"WhatsAppIdentityEmbeddable":{"type":"object","properties":{"acknowledged":{"type":"string","nullable":true},"created_timestamp":{"type":"string","nullable":true},"hash":{"type":"string","nullable":true}},"required":["acknowledged","created_timestamp","hash"]},"WhatsAppLocationEmbeddable":{"type":"object","properties":{"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true}},"required":["latitude","longitude"]},"WhatsAppContactEmbeddable":{"type":"object","properties":{"addresses":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactAddressEmbeddable"}},"birthday":{"type":"string","nullable":true},"emails":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactEmailEmbeddable"}},"name":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactNameEmbeddable"}]},"org":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/WhatsAppContactOrgEmbeddable"}]},"phones":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactPhoneEmbeddable"}},"urls":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/WhatsAppContactUrlEmbeddable"}}},"required":["addresses","birthday","emails","name","org","phones","urls"]},"WhatsAppContactAddressEmbeddable":{"type":"object","properties":{"street":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"state":{"type":"string","nullable":true},"zip":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"country_code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["street","city","state","zip","country","country_code","type"]},"WhatsAppContactEmailEmbeddable":{"type":"object","properties":{"email":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["email","type"]},"WhatsAppContactNameEmbeddable":{"type":"object","properties":{"formatted_name":{"type":"string","nullable":true},"first_name":{"type":"string","nullable":true},"last_name":{"type":"string","nullable":true},"middle_name":{"type":"string","nullable":true},"suffix":{"type":"string","nullable":true},"prefix":{"type":"string","nullable":true}},"required":["formatted_name","first_name","last_name","middle_name","suffix","prefix"]},"WhatsAppContactOrgEmbeddable":{"type":"object","properties":{"company":{"type":"string","nullable":true},"department":{"type":"string","nullable":true},"title":{"type":"string","nullable":true}},"required":["company","department","title"]},"WhatsAppContactPhoneEmbeddable":{"type":"object","properties":{"phone":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"wa_id":{"type":"string","nullable":true}},"required":["phone","type","wa_id"]},"WhatsAppContactUrlEmbeddable":{"type":"object","properties":{"url":{"type":"string","nullable":true},"type":{"type":"string","nullable":true}},"required":["url","type"]},"BookingFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"ufi":{"type":"object","nullable":true},"name":{"type":"string","nullable":true},"yourname":{"type":"string","nullable":true},"processedBy":{"type":"string","nullable":true},"hotelServicesFormatted":{"type":"string","nullable":true},"hotelComfort":{"type":"number","nullable":true},"hotelNegative":{"type":"string","nullable":true},"preferred":{"type":"number","nullable":true},"pagename":{"type":"string","nullable":true},"translateButtonStatus":{"type":"string","nullable":true},"processingDate":{"type":"string","nullable":true},"hotelClean":{"type":"number","nullable":true},"id":{"type":"number","nullable":true},"hotelValueFormatted":{"type":"string","nullable":true},"hotelId":{"type":"number","nullable":true},"hotelCity":{"type":"string","nullable":true},"reply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/BookingFeedbackReplyMetadatasEmbeddable"}]},"hotelLocationFormatted":{"type":"string","nullable":true},"hotelNegativeTrivial":{"type":"number","nullable":true},"language":{"type":"string","nullable":true},"hotelComfortFormatted":{"type":"string","nullable":true},"hotelStaffFormatted":{"type":"string","nullable":true},"cc1":{"type":"string","nullable":true},"additionalRatings":{"nullable":true,"type":"array","items":{"type":"string"}},"canReply":{"type":"string","nullable":true},"hotelAverageFormatted":{"type":"string","nullable":true},"hotelLocation":{"type":"number","nullable":true},"anonymous":{"type":"number","nullable":true},"isNew":{"type":"number","nullable":true},"class":{"type":"number","nullable":true},"experimentalAdditionalRatings":{"nullable":true,"type":"array","items":{"type":"object"}},"title":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"suppressedComment":{"type":"string","nullable":true},"approvalStatus":{"type":"number","nullable":true},"hotelStaff":{"type":"number","nullable":true},"suppressed":{"type":"number","nullable":true},"hotelPositive":{"type":"string","nullable":true},"hotelServices":{"type":"number","nullable":true},"hotelPositiveTrivial":{"type":"number","nullable":true},"approved":{"type":"string","nullable":true},"titleTrivial":{"type":"number","nullable":true},"stayStatus":{"type":"string","nullable":true},"booknumber":{"type":"number","nullable":true},"completed":{"type":"string","nullable":true},"hotelValue":{"type":"number","nullable":true},"hotelCleanFormatted":{"type":"string","nullable":true},"hotelAverage":{"type":"number","nullable":true}},"required":["ufi","name","yourname","processedBy","hotelServicesFormatted","hotelComfort","hotelNegative","preferred","pagename","translateButtonStatus","processingDate","hotelClean","id","hotelValueFormatted","hotelId","hotelCity","reply","hotelLocationFormatted","hotelNegativeTrivial","language","hotelComfortFormatted","hotelStaffFormatted","cc1","additionalRatings","canReply","hotelAverageFormatted","hotelLocation","anonymous","isNew","class","experimentalAdditionalRatings","title","country","suppressedComment","approvalStatus","hotelStaff","suppressed","hotelPositive","hotelServices","hotelPositiveTrivial","approved","titleTrivial","stayStatus","booknumber","completed","hotelValue","hotelCleanFormatted","hotelAverage"]},"BookingFeedbackReplyMetadatasEmbeddable":{"type":"object","properties":{"hotelierResponse":{"type":"string","nullable":true},"approved":{"type":"number","nullable":true},"created":{"type":"string","nullable":true}},"required":["hotelierResponse","approved","created"]},"SundayFeedbackMetadatasEmbeddable":{"type":"object","properties":{"review_id":{"type":"string","nullable":true},"created_at_local":{"type":"string","nullable":true},"business_id":{"type":"string","nullable":true},"payment_id":{"type":"string","nullable":true},"platform":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"optin_level":{"type":"object","nullable":true},"rating":{"type":"number","nullable":true},"comment":{"type":"string","nullable":true},"table_number":{"type":"number","nullable":true},"reply_content":{"type":"string","nullable":true},"replied_at":{"type":"string","nullable":true},"paid_amount":{"type":"number","nullable":true},"order_amount":{"type":"number","nullable":true},"currency_code":{"type":"string","nullable":true},"staff_name":{"type":"string","nullable":true},"rating_dimension_food_and_drinks":{"type":"number","nullable":true},"rating_dimension_ambiance":{"type":"number","nullable":true},"rating_dimension_service":{"type":"number","nullable":true},"rating_dimension_value_for_money":{"type":"number","nullable":true},"is_coming_from_sunday":{"type":"boolean","nullable":true}},"required":["review_id","created_at_local","business_id","payment_id","platform","email","optin_level","rating","comment","table_number","reply_content","replied_at","paid_amount","order_amount","currency_code","staff_name","rating_dimension_food_and_drinks","rating_dimension_ambiance","rating_dimension_service","rating_dimension_value_for_money","is_coming_from_sunday"]},"ExperienceFeedbackMetadatasEmbeddable":{"type":"object","properties":{"configuration":{"$ref":"#/components/schemas/ExperienceStoreMetadatasEmbeddable"},"stay":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperiencePurchaseMetadatasEmbeddable"}]},"segment":{"type":"string"},"purpose":{"type":"string"},"customer":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExperienceCustomerMetadatasEmbeddable"}]},"internal_id":{"type":"number"},"response_date":{"type":"string"},"average_score":{"type":"number"},"ratings":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackRatingEmbeddable"}}},"required":["configuration","stay","segment","purpose","customer","internal_id","response_date","average_score","ratings"]},"ExperienceStoreMetadatasEmbeddable":{"type":"object","properties":{"business_name":{"type":"string"},"business_id":{"type":"number"},"rating_min":{"type":"number"},"rating_max":{"type":"number"}},"required":["business_name","business_id","rating_min","rating_max"]},"ExperiencePurchaseMetadatasEmbeddable":{"type":"object","properties":{"booked_at":{"type":"string"},"arrival_date":{"type":"string"},"arrival_day":{"type":"string"},"departure_date":{"type":"string"},"departure_day":{"type":"string"},"duration":{"type":"number"},"presence_days":{"type":"array","items":{"type":"string"}},"room_number":{"type":"array","items":{"type":"string"}},"room_type":{"type":"array","items":{"type":"string"}},"rate_code":{"type":"string"},"booking_additional_properties":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiBookingAdditionalPropertyEmbeddable"}}},"required":["booked_at","arrival_date","arrival_day","departure_date","departure_day","duration","presence_days","room_number","room_type","rate_code","booking_additional_properties"]},"ExperienceApiBookingAdditionalPropertyEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}},"required":["name","value"]},"ExperienceCustomerMetadatasEmbeddable":{"type":"object","properties":{"customer_custom_properties":{"type":"array","items":{"type":"object"}},"customer_additional_properties":{"type":"array","items":{"type":"object"}},"email":{"type":"string"},"title":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"language":{"type":"string"},"birthdate":{"type":"string"},"age_at_time_of_stay":{"type":"number"},"addr_street":{"type":"string","nullable":true},"addr_city":{"type":"string","nullable":true},"addr_zipcode":{"type":"string","nullable":true},"addr_country":{"type":"string"},"continent":{"type":"string"},"nationality":{"type":"string"},"mobile_phone":{"type":"string"},"phone":{"type":"string"},"number_of_stays":{"type":"number"},"often_travel_to_city":{"type":"boolean"}},"required":["customer_custom_properties","customer_additional_properties","email","title","firstname","lastname","language","birthdate","age_at_time_of_stay","addr_street","addr_city","addr_zipcode","addr_country","continent","nationality","mobile_phone","phone","number_of_stays","often_travel_to_city"]},"ExperienceApiFeedbackRatingEmbeddable":{"type":"object","properties":{"internal_id":{"type":"number"},"deleted_question":{"type":"boolean"},"code":{"type":"string"},"question_titles":{"type":"array","items":{"$ref":"#/components/schemas/ExperienceApiFeedbackQuestionTitleEmbeddable"}},"rating":{"type":"number","nullable":true},"text_pro":{"type":"string","nullable":true},"text_con":{"type":"string","nullable":true},"text_neutral":{"type":"string","nullable":true}},"required":["internal_id","deleted_question","code","question_titles","rating","text_pro","text_con","text_neutral"]},"ExperienceApiFeedbackQuestionTitleEmbeddable":{"type":"object","properties":{"name":{"type":"string"},"code":{"type":"string"}},"required":["name","code"]},"FacebookFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"attachments":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}},"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}},"required":[]}}},"FacebookAttachmentEmbeddable":{"type":"object","properties":{"media":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaEmbeddable"}]},"target":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookAttachmentTarget"}]},"media_type":{"type":"string"},"url":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"}}},"FacebookMediaEmbeddable":{"type":"object","properties":{"image":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]},"video":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookMediaInfoEmbeddable"}]}}},"FacebookMediaInfoEmbeddable":{"type":"object","properties":{"src":{"type":"string"},"width":{"type":"number"},"height":{"type":"number"}}},"FacebookAttachmentTarget":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"}}},"FacebookLikesEmbeddable":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/FacebookUserEmbeddable"}},"summary":{"$ref":"#/components/schemas/FacebookLikesSummaryEmbeddable"}}},"FacebookUserEmbeddable":{"type":"object","properties":{"picture":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserPirctureEmbeddable"}]},"id":{"type":"string"},"name":{"type":"string"}}},"FacebookUserPirctureEmbeddable":{"type":"object","properties":{"data":{"$ref":"#/components/schemas/FacebookPictureEmbeddable"}}},"FacebookPictureEmbeddable":{"type":"object","properties":{"url":{"type":"string"},"height":{"type":"number"},"width":{"type":"number"},"is_silhouette":{"type":"boolean"}}},"FacebookLikesSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"},"can_like":{"type":"boolean"},"has_liked":{"type":"boolean"}},"required":["total_count","can_like","has_liked"]},"FacebookReactionsEmbeddable":{"type":"object","properties":{"summary":{"type":"array","items":{"$ref":"#/components/schemas/FacebookReactionSummaryEmbeddable"}}}},"FacebookReactionSummaryEmbeddable":{"type":"object","properties":{"total_count":{"type":"number"}},"required":["total_count"]},"FacebookSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookUserEmbeddable"}]},"attachment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"created_time":{"format":"date-time","type":"string"},"id":{"type":"string"},"message":{"type":"string"}},"required":["created_time","id"]},"InstagramFeedbackContentMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"parent_id":{"type":"string"},"replies":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}},"required":[]}},"required":["id","timestamp","text","from","hidden","like_count","legacy_instagram_comment_id","media"]},"MetaApiInstagramProfileEmbeddable":{"type":"object","properties":{"id":{"type":"string"},"username":{"type":"string"}}},"InstagramMediaInfoEmbeddable":{"type":"object","properties":{"media_product_type":{"allOf":[{"$ref":"#/components/schemas/MediaProductType"}]},"id":{"type":"string"}},"required":["media_product_type","id"]},"MediaProductType":{"type":"string","enum":["AD","FEED","REEL","STORY"]},"InstagramSubCommentEmbeddable":{"type":"object","properties":{"from":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"}},"required":["timestamp"]},"TheForkFeedbackMetadatasEmbeddable":{"type":"object","properties":{"reviewUuid":{"type":"string"},"restaurantUuid":{"type":"string"},"isValid":{"type":"boolean"},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"reservation":{"$ref":"#/components/schemas/TheForkReviewReservationEmbeddable"},"customer":{"$ref":"#/components/schemas/TheForkReviewCustomerEmbeddable"},"dinerRating":{"$ref":"#/components/schemas/TheForkReviewDinerRatingEmbeddable"},"comment":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewCommentEmbeddable"}]},"experienceDetail":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewExperienceDetailEmbeddable"}]},"restaurantReply":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewRestaurantReplyEmbeddable"}]}},"required":["reviewUuid","restaurantUuid","isValid","createdTs","updatedTs","reservation","customer","dinerRating","comment","experienceDetail","restaurantReply"]},"TheForkReviewReservationEmbeddable":{"type":"object","properties":{"reservationUuid":{"type":"string","nullable":true},"mealDate":{"type":"string","nullable":true}},"required":["reservationUuid","mealDate"]},"TheForkReviewCustomerEmbeddable":{"type":"object","properties":{"customerUuid":{"type":"string"},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["customerUuid","firstName","lastName"]},"TheForkReviewDinerRatingEmbeddable":{"type":"object","properties":{"priceEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewPriceEvaluation"}]},"waitingTimeEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewWaitingTimeEvaluation"}]},"noiseLevelEvaluation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewNoiseLevelEvaluation"}]},"globalRating":{"type":"number","nullable":true},"ambienceRating":{"type":"number","nullable":true},"foodQualityRating":{"type":"number","nullable":true},"serviceRating":{"type":"number","nullable":true}},"required":["priceEvaluation","waitingTimeEvaluation","noiseLevelEvaluation","globalRating","ambienceRating","foodQualityRating","serviceRating"]},"TheForkReviewPriceEvaluation":{"type":"string","enum":["VERY_CHEAP","CHEAP","AVERAGE","EXPENSIVE","VERY_EXPENSIVE"]},"TheForkReviewWaitingTimeEvaluation":{"type":"string","enum":["VERY_FAST","FAST","AVERAGE","SLOW","VERY_SLOW"]},"TheForkReviewNoiseLevelEvaluation":{"type":"string","enum":["VERY_QUIET","QUIET","MODERATE","LOUD","VERY_LOUD"]},"TheForkReviewCommentEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"TheForkReviewPublicationStatus":{"type":"string","enum":["NOT_REVIEWED","REJECTED","PUBLISHED","WAITING_REFORMULATE","ARCHIVED","DELETED"]},"TheForkReviewModerationReason":{"type":"string","enum":["REFORMULATE_REPLY_IRRELEVANT_CONTENT","REFORMULATE_REPLY_PROFANITY","REFORMULATE_REPLY_INCORRECT_INFORMATION","REFORMULATE_REPLY_SPAM","REFORMULATE_REPLY_THREATENING_LANGUAGE","REFORMULATE_REPLY_CONFIDENTIAL_TF_INFO","REFORMULATE_REPLY_PRIVATE_DATA","REFORMULATE_REPLY_INAPROPRIATE_CONTENT","REFORMULATE_REPLY_NOT_COMPLIANT","REFORMULATE_REPLY_VIOLENCE","REFORMULATE_REPLY_DISCRIMINATORY","REFORMULATE_REPLY_RESTAURANT_REQUEST","REFORMULATE_REPLY_HARASSMENT_LANGUAGE","REFORMULATE_REPLY_INAUTHENTIC","REFORMULATE_REPLY_ALL_CAPS_UNINTELLIGIBLE_NON_ORIGINAL_CONTENT","REJECT_REPLY_NOT_COMPLIANT","REJECT_REPLY_REFORMULATION_PERIOD_ENDED","REJECT_REPLY_RESTAURANT_REQUEST"]},"TheForkReviewExperienceDetailEmbeddable":{"type":"object","properties":{"occasion":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewOccasion"}]}},"required":["occasion"]},"TheForkReviewOccasion":{"type":"string","enum":["BUSINESS","FRIENDS","ROMANTIC","FAMILY","ALONE"]},"TheForkReviewRestaurantReplyEmbeddable":{"type":"object","properties":{"publicationStatus":{"allOf":[{"$ref":"#/components/schemas/TheForkReviewPublicationStatus"}]},"moderationReason":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/TheForkReviewModerationReason"}]},"content":{"type":"string"},"language":{"type":"string","nullable":true},"createdTs":{"type":"string"},"updatedTs":{"type":"string"},"publishedTs":{"type":"string","nullable":true}},"required":["publicationStatus","moderationReason","content","language","createdTs","updatedTs","publishedTs"]},"ExpediaFeedbackMetadatasEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"reservation":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewReservationEmbeddable"}]},"propertyId":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewPropertyIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"brandNameV2":{"type":"string","nullable":true},"source":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"title":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]},"starRatings":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewStarRatingEmbeddable"}},"isEligibleForResponse":{"type":"boolean","nullable":true},"response":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewResponseEmbeddable"}]},"media":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewMediaEmbeddable"}}},"required":["id","reservation","propertyId","status","brandNameV2","source","createdDateTime","lastUpdatedDateTime","title","body","starRatings","isEligibleForResponse","response","media"]},"ExpediaReviewReservationEmbeddable":{"type":"object","properties":{"reservationIds":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/ExpediaReviewIdReferenceEmbeddable"}},"status":{"type":"string","nullable":true},"primaryGuest":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewPrimaryGuestEmbeddable"}]},"checkInDate":{"type":"string","nullable":true},"checkOutDate":{"type":"string","nullable":true}},"required":["reservationIds","status","primaryGuest","checkInDate","checkOutDate"]},"ExpediaReviewIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewPrimaryGuestEmbeddable":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true}},"required":["firstName","lastName"]},"ExpediaReviewPropertyIdReferenceEmbeddable":{"type":"object","properties":{"id":{"type":"string","nullable":true},"idSource":{"type":"string","nullable":true}},"required":["id","idSource"]},"ExpediaReviewLocalizedTextEmbeddable":{"type":"object","properties":{"value":{"type":"string","nullable":true},"locale":{"type":"string","nullable":true}},"required":["value","locale"]},"ExpediaReviewStarRatingEmbeddable":{"type":"object","properties":{"category":{"nullable":true,"enum":["ecoFriendliness","roomComfort","roomCleanliness","service","overall","hotelCondition","roomAmenitiesScore","areaAroundHotel","cleanliness","house_rules","communication"],"type":"string"},"value":{"type":"string","nullable":true}},"required":["category","value"]},"ExpediaReviewResponseEmbeddable":{"type":"object","properties":{"status":{"type":"string","nullable":true},"createdDateTime":{"type":"string","nullable":true},"lastUpdatedDateTime":{"type":"string","nullable":true},"body":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["status","createdDateTime","lastUpdatedDateTime","body"]},"ExpediaReviewMediaEmbeddable":{"type":"object","properties":{"thumbnailUrl":{"type":"string","nullable":true},"highResolutionUrl":{"type":"string","nullable":true},"caption":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/ExpediaReviewLocalizedTextEmbeddable"}]}},"required":["thumbnailUrl","highResolutionUrl","caption"]},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]},"PartnerFeedbackReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"source":{"description":"Source of the review reply","allOf":[{"$ref":"#/components/schemas/DataSource"}]},"channel":{"description":"Channel of the review reply","allOf":[{"$ref":"#/components/schemas/FeedbackChannel"}]},"text":{"type":"string","nullable":true,"description":"Review reply text content","default":null},"html":{"type":"string","nullable":true,"description":"Review reply html content - Email only","default":null},"externalId":{"type":"string","nullable":true,"description":"External identifier of the review reply","default":null},"language":{"nullable":true,"description":"Review reply language, if available","default":null,"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"mode":{"description":"The mode of the reply.\nThis indicates whether the reply was created by an intelligent agent,\nmanually by a user, or both if generated then modified by an user.","allOf":[{"$ref":"#/components/schemas/FeedbackReplyMode"}]},"attachments":{"description":"Review reply attachments (eg. photos, videos)","default":[],"type":"array","items":{"$ref":"#/components/schemas/PartnerPublicFile"}},"generated":{"type":"boolean","description":"Determines if the reply was generated by an agent"}},"required":["id","createdAt","updatedAt","source","channel","text","html","externalId","language","mode","attachments","generated"]},"FeedbackChannel":{"type":"string","enum":["Google","Zenchef","Sevenrooms","Ubereats","Deliveroo","TripAdvisor","Survey","Import","Booking","Sunday","Experience","Site","FacebookPostComment","InstagramPostComment","FacebookDirectMessage","InstagramDirectMessage","Email","WhatsApp","Sms","TheFork","Expedia"],"description":"Channel of the review reply"},"FeedbackReplyMode":{"type":"string","enum":["IA","MANUAL","BOTH"],"description":"The mode of the reply.\nThis indicates whether the reply was created by an intelligent agent,\nmanually by a user, or both if generated then modified by an user."},"PartnerSurveyReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"fieldId":{"type":"string","nullable":true,"description":"Relative Survey field ID, if it still exists at the time of submission.\nNull if the field has been deleted.","default":null},"type":{"description":"Type of the survey field","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]},"label":{"type":"string","description":"Label of the survey field at the time of submission"},"group":{"type":"string","nullable":true,"description":"Group of the survey field at the time of submission, if it was part of a group.\nNull otherwise.","default":null},"values":{"description":"Values of the survey reply.\nFor text fields, it will be an array with a single string element.\nFor CSAT and NPS, it will be an array with a single number element as string.\nFor multiple choice fields, it will be an array with all selected options.","type":"array","items":{"type":"string"}},"possibleValues":{"nullable":true,"description":"Possible values of the linked form field.","default":null,"type":"array","items":{"type":"string"}},"text":{"type":"string","nullable":true,"description":"Reply as text for text fields only."},"rating":{"type":"number","nullable":true,"description":"Survey reply as value for CSAT and NPS fields"}},"required":["id","createdAt","updatedAt","fieldId","type","label","group","values","possibleValues","text","rating"]},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"},"PartnerContactFormReply":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"fieldId":{"type":"string","nullable":true,"description":"Relative ContactForm field ID, if it still exists at the time of submission.\nNull if the field has been deleted.","default":null},"type":{"description":"Type of the form field","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]},"label":{"type":"string","description":"Label of the form field at the time of submission"},"group":{"type":"string","nullable":true,"description":"Group of the form field at the time of submission, if it was part of a group.\nNull otherwise.","default":null},"values":{"description":"Values of the form reply.\nFor text fields, it will be an array with a single string element.\nFor multiple choice fields, it will be an array with all selected options.","type":"array","items":{"type":"string"}},"possibleValues":{"nullable":true,"description":"Possible values of the linked form field.","default":null,"type":"array","items":{"type":"string"}},"text":{"type":"string","nullable":true,"description":"Reply as text for text fields only."}},"required":["id","createdAt","updatedAt","fieldId","type","label","group","values","possibleValues","text"]},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"},"PartnerSocialPostComment":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier"},"createdAt":{"format":"date-time","type":"string","description":"Creation timestamp"},"updatedAt":{"format":"date-time","type":"string","description":"Last update timestamp"},"externalId":{"type":"string","description":"ID of the comment in the source platform (e.g. Facebook, Instagram, etc.)"},"text":{"type":"string","nullable":true,"description":"Text content of the comment, if any","default":null},"externalUserId":{"type":"string","description":"ID of the user who made the comment in the source platform"},"externalUserName":{"type":"string","nullable":true,"description":"Name of the user who made the comment in the source platform, if any","default":null},"profilePicture":{"type":"string","nullable":true,"description":"URL of the profile picture of the user who made the comment in the source platform, if any","default":null},"permalink":{"type":"string","nullable":true,"description":"Permalink to the comment in the source platform, if any","default":null},"attachments":{"nullable":true,"description":"Attachments associated with the comment, if any","default":null,"allOf":[{"$ref":"#/components/schemas/SocialPostAttachmentEmbeddable"}]},"metadata":{"description":"Metadata associated with the comment, such as detected language, sentiment analysis, etc.","allOf":[{"$ref":"#/components/schemas/SocialPostCommentMetadatasEmbeddable"}]},"deleted":{"type":"boolean","description":"Whether the comment has been deleted in the source platform or not"},"canHide":{"type":"boolean","description":"Whether the comment can be hidden or not (i.e. whether the source platform allows hiding comments or not)"},"isHidden":{"type":"boolean","description":"Whether the comment is currently hidden or not in the source platform"}},"required":["id","createdAt","updatedAt","externalId","text","externalUserId","externalUserName","profilePicture","permalink","attachments","metadata","deleted","canHide","isHidden"]},"SocialPostAttachmentEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookAttachmentEmbeddable"}}}},"SocialPostCommentMetadatasEmbeddable":{"type":"object","properties":{"facebook":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsMetadatasEmbeddable"}]},"instagram":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentsMetadatasEmbeddable"}]}}},"FacebookCommentsMetadatasEmbeddable":{"type":"object","properties":{"likes":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookLikesEmbeddable"}]},"reactions":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookReactionsEmbeddable"}]},"comments":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/FacebookCommentsCommentsMetadatasEmbeddable"}]}}},"FacebookCommentsCommentsMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/FacebookSubCommentEmbeddable"}}}},"InstagramCommentsMetadatasEmbeddable":{"type":"object","properties":{"from":{"$ref":"#/components/schemas/MetaApiInstagramProfileEmbeddable"},"media":{"$ref":"#/components/schemas/InstagramMediaInfoEmbeddable"},"replies":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/InstagramCommentRepliesMetadatasEmbeddable"}]},"id":{"type":"string"},"timestamp":{"format":"date-time","type":"string"},"text":{"type":"string"},"hidden":{"type":"boolean"},"like_count":{"type":"number"},"legacy_instagram_comment_id":{"type":"string"},"parent_id":{"type":"string"}},"required":["media","id","timestamp","text","hidden","like_count","legacy_instagram_comment_id"]},"InstagramCommentRepliesMetadatasEmbeddable":{"type":"object","properties":{"data":{"nullable":true,"type":"array","items":{"$ref":"#/components/schemas/InstagramSubCommentEmbeddable"}}}},"PartnerListingOutputMeta":{"type":"object","properties":{"itemCount":{"type":"number","description":"Total number of items for the given page."},"totalItems":{"type":"number","description":"Total number of items."},"itemsPerPage":{"type":"number","description":"Number of items per page."},"totalPages":{"type":"number","description":"Total number of pages."},"currentPage":{"type":"number","description":"Current page number."}},"required":["itemCount","totalItems","itemsPerPage","totalPages","currentPage"]}}}}
```

## The PublicFormHeader object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicFormHeader":{"type":"object","properties":{"title":{"type":"string"},"subtitle":{"type":"string","nullable":true}},"required":["title","subtitle"]}}}}
```

## The PublicFormBody object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicFormBody":{"type":"object","properties":{"buttonText":{"type":"string"}},"required":["buttonText"]}}}}
```

## The PublicFormFooter object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicFormFooter":{"type":"object","properties":{"title":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"textColor":{"type":"string"},"iconColor":{"type":"string","nullable":true},"backgroundColor":{"type":"string"},"display":{"type":"boolean"},"displayLogo":{"type":"boolean"},"imagePosition":{"type":"number","nullable":true}},"required":["title","text","textColor","iconColor","backgroundColor","display","displayLogo","imagePosition"]}}}}
```

## The PublicFormSubmission object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicFormSubmission":{"type":"object","properties":{"title":{"type":"string"},"subtitle":{"type":"string","nullable":true},"titleColor":{"type":"string"},"subtitleColor":{"type":"string"}},"required":["title","subtitle","titleColor","subtitleColor"]}}}}
```

## The PublicFileEmbeddable object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicFileEmbeddable":{"type":"object","properties":{"size":{"type":"number","description":"File size.","nullable":true},"width":{"type":"number","description":"Image width (only for images).","nullable":true},"height":{"type":"number","description":"Image height (only for images).","nullable":true},"originalname":{"type":"string","description":"Original file name.","nullable":true},"sourceUrl":{"type":"string","nullable":true},"externalId":{"type":"string","description":"External ID from the source system (e.g. message ID from which the file was downloaded).","nullable":true},"key":{"type":"string","description":"AWS S3 bucket key."},"contentType":{"type":"string","description":"File content type (Mime)."},"url":{"type":"string","description":"File access url."}},"required":["key","contentType","url"]}}}}
```

## The PublicFormZone object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicFormZone":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"color":{"type":"string"}},"required":["id","name"]}}}}
```

## The PublicContactFormFieldDependency object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicContactFormFieldDependency":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string"},"dependsOnField":{"type":"string"},"operator":{"type":"string"},"dependsOnFieldValues":{"type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The PublicContactFormField object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicContactFormField":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"type":{"description":"@inheritdoc","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]},"required":{"type":"boolean"},"verticalIndex":{"type":"number","nullable":true},"horizontalIndex":{"type":"number","nullable":true},"allowMaxReplies":{"type":"boolean"},"allowMinReplies":{"type":"boolean"},"minReplies":{"type":"number"},"maxReplies":{"type":"number"},"values":{"nullable":true,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean"},"operator":{"allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"label":{"type":"string"},"placeholder":{"type":"string","nullable":true},"group":{"type":"string","nullable":true},"translatedValues":{"type":"array","items":{"type":"string"}},"dependencies":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicContactFormFieldDependency"}},"dependencyOf":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicContactFormFieldDependency"}}},"required":["id","key","type","required","verticalIndex","horizontalIndex","allowMaxReplies","allowMinReplies","minReplies","maxReplies","values","allowCustomValue","operator","label","placeholder","group","translatedValues","dependencies","dependencyOf"]},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"PublicContactFormFieldDependency":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string"},"dependsOnField":{"type":"string"},"operator":{"type":"string"},"dependsOnFieldValues":{"type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The PublicContactFormFieldGroup object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicContactFormFieldGroup":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"name":{"type":"string"},"verticalIndex":{"type":"number","nullable":true}},"required":["id","key","name","verticalIndex"]}}}}
```

## The PublicContactForm object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicContactForm":{"type":"object","properties":{"id":{"type":"string"},"language":{"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"enabled":{"type":"boolean"},"autoTranslate":{"type":"boolean"},"generalStyle":{"$ref":"#/components/schemas/FormGeneralStyleEmbeddable"},"header":{"$ref":"#/components/schemas/PublicFormHeader"},"body":{"$ref":"#/components/schemas/PublicFormBody"},"footer":{"$ref":"#/components/schemas/PublicFormFooter"},"submission":{"$ref":"#/components/schemas/PublicFormSubmission"},"externalLink":{"$ref":"#/components/schemas/FormExternalLinkEmbeddable"},"logo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"footerLogo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"cover":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"submissionImage":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"storeList":{"type":"array","items":{"$ref":"#/components/schemas/PublicFormZone"}},"brandName":{"type":"string","description":"List of brand names associated with the contact form."},"fields":{"description":"@inheritdoc","type":"array","items":{"$ref":"#/components/schemas/PublicContactFormField"}},"fieldGroups":{"description":"@inheritdoc","type":"array","items":{"$ref":"#/components/schemas/PublicContactFormFieldGroup"}},"fieldDependencies":{"description":"@inheritdoc","type":"array","items":{"$ref":"#/components/schemas/PublicContactFormFieldDependency"}}},"required":["id","language","enabled","autoTranslate","generalStyle","header","body","footer","submission","externalLink","logo","footerLogo","cover","submissionImage","storeList","brandName","fields","fieldGroups","fieldDependencies"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"FormGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]},"PublicFormHeader":{"type":"object","properties":{"title":{"type":"string"},"subtitle":{"type":"string","nullable":true}},"required":["title","subtitle"]},"PublicFormBody":{"type":"object","properties":{"buttonText":{"type":"string"}},"required":["buttonText"]},"PublicFormFooter":{"type":"object","properties":{"title":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"textColor":{"type":"string"},"iconColor":{"type":"string","nullable":true},"backgroundColor":{"type":"string"},"display":{"type":"boolean"},"displayLogo":{"type":"boolean"},"imagePosition":{"type":"number","nullable":true}},"required":["title","text","textColor","iconColor","backgroundColor","display","displayLogo","imagePosition"]},"PublicFormSubmission":{"type":"object","properties":{"title":{"type":"string"},"subtitle":{"type":"string","nullable":true},"titleColor":{"type":"string"},"subtitleColor":{"type":"string"}},"required":["title","subtitle","titleColor","subtitleColor"]},"FormExternalLinkEmbeddable":{"type":"object","properties":{"website":{"type":"string","nullable":true,"description":"The website URL associated with the form.","default":null},"twitter":{"type":"string","nullable":true,"description":"The Twitter profile URL associated with the form.","default":null},"facebook":{"type":"string","nullable":true,"description":"The Facebook profile URL associated with the form.","default":null},"instagram":{"type":"string","nullable":true,"description":"The Instagram profile URL associated with the form.","default":null},"linkedin":{"type":"string","nullable":true,"description":"The LinkedIn profile URL associated with the form.","default":null}},"required":["website","twitter","facebook","instagram","linkedin"]},"PublicFileEmbeddable":{"type":"object","properties":{"size":{"type":"number","description":"File size.","nullable":true},"width":{"type":"number","description":"Image width (only for images).","nullable":true},"height":{"type":"number","description":"Image height (only for images).","nullable":true},"originalname":{"type":"string","description":"Original file name.","nullable":true},"sourceUrl":{"type":"string","nullable":true},"externalId":{"type":"string","description":"External ID from the source system (e.g. message ID from which the file was downloaded).","nullable":true},"key":{"type":"string","description":"AWS S3 bucket key."},"contentType":{"type":"string","description":"File content type (Mime)."},"url":{"type":"string","description":"File access url."}},"required":["key","contentType","url"]},"PublicFormZone":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"color":{"type":"string"}},"required":["id","name"]},"PublicContactFormField":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"type":{"description":"@inheritdoc","allOf":[{"$ref":"#/components/schemas/ContactFormFieldType"}]},"required":{"type":"boolean"},"verticalIndex":{"type":"number","nullable":true},"horizontalIndex":{"type":"number","nullable":true},"allowMaxReplies":{"type":"boolean"},"allowMinReplies":{"type":"boolean"},"minReplies":{"type":"number"},"maxReplies":{"type":"number"},"values":{"nullable":true,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean"},"operator":{"allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"label":{"type":"string"},"placeholder":{"type":"string","nullable":true},"group":{"type":"string","nullable":true},"translatedValues":{"type":"array","items":{"type":"string"}},"dependencies":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicContactFormFieldDependency"}},"dependencyOf":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicContactFormFieldDependency"}}},"required":["id","key","type","required","verticalIndex","horizontalIndex","allowMaxReplies","allowMinReplies","minReplies","maxReplies","values","allowCustomValue","operator","label","placeholder","group","translatedValues","dependencies","dependencyOf"]},"ContactFormFieldType":{"type":"string","enum":["TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Contact form field type"},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"PublicContactFormFieldDependency":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string"},"dependsOnField":{"type":"string"},"operator":{"type":"string"},"dependsOnFieldValues":{"type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"},"PublicContactFormFieldGroup":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"name":{"type":"string"},"verticalIndex":{"type":"number","nullable":true}},"required":["id","key","name","verticalIndex"]}}}}
```

## The SubmitContactFormFieldDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SubmitContactFormFieldDto":{"type":"object","properties":{"id":{"type":"string","description":"Target ID","format":"uuid"},"values":{"description":"Values to submit for the field. When using 'STORE' fields, ensure the value sent as values is the location's unique identifier (UUID) rather than its display name.","minItems":1,"type":"array","items":{"type":"string","maxLength":5000}}},"required":["id","values"]}}}}
```

## The SubmitContactFormDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SubmitContactFormDto":{"type":"object","properties":{"store":{"type":"string","description":"Store identifier to associate","format":"uuid"},"fields":{"description":"List of fields to submit","minItems":1,"type":"array","items":{"$ref":"#/components/schemas/SubmitContactFormFieldDto"}},"id":{"type":"string","description":"Target ID","format":"uuid"}},"required":["fields","id"]},"SubmitContactFormFieldDto":{"type":"object","properties":{"id":{"type":"string","description":"Target ID","format":"uuid"},"values":{"description":"Values to submit for the field. When using 'STORE' fields, ensure the value sent as values is the location's unique identifier (UUID) rather than its display name.","minItems":1,"type":"array","items":{"type":"string","maxLength":5000}}},"required":["id","values"]}}}}
```

## The PublicSurveyFieldDependency object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicSurveyFieldDependency":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string"},"dependsOnField":{"type":"string"},"operator":{"type":"string"},"dependsOnFieldValues":{"type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The PublicSurveyField object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicSurveyField":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"type":{"description":"@inheritdoc","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]},"required":{"type":"boolean"},"verticalIndex":{"type":"number","nullable":true},"horizontalIndex":{"type":"number","nullable":true},"allowMaxReplies":{"type":"boolean"},"allowMinReplies":{"type":"boolean"},"minReplies":{"type":"number"},"maxReplies":{"type":"number"},"values":{"nullable":true,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean"},"operator":{"allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"label":{"type":"string"},"placeholder":{"type":"string","nullable":true},"group":{"type":"string","nullable":true},"translatedValues":{"type":"array","items":{"type":"string"}},"dependencies":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicSurveyFieldDependency"}},"dependencyOf":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicSurveyFieldDependency"}}},"required":["id","key","type","required","verticalIndex","horizontalIndex","allowMaxReplies","allowMinReplies","minReplies","maxReplies","values","allowCustomValue","operator","label","placeholder","group","translatedValues","dependencies","dependencyOf"]},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"PublicSurveyFieldDependency":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string"},"dependsOnField":{"type":"string"},"operator":{"type":"string"},"dependsOnFieldValues":{"type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"}}}}
```

## The PublicSurveyFieldGroup object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicSurveyFieldGroup":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"name":{"type":"string"},"verticalIndex":{"type":"number","nullable":true}},"required":["id","key","name","verticalIndex"]}}}}
```

## The PublicSurveyPreRedirectFormConfig object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicSurveyPreRedirectFormConfig":{"type":"object","properties":{"type":{"allOf":[{"$ref":"#/components/schemas/SurveyPreRedirectFormType"}]},"threshold":{"type":"number"},"text":{"$ref":"#/components/schemas/SurveyTextEmbeddable"},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyButtonConfigEmbeddable"}]},"nps":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyNpsConfigEmbeddable"}]},"csatStar":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatStarConfigEmbeddable"}]},"csatSmiley":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatSmileyConfigEmbeddable"}]},"binary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyBinaryConfigEmbeddable"}]}},"required":["type","threshold","text","button","nps","csatStar","csatSmiley","binary"]},"SurveyPreRedirectFormType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","BUTTON","BINARY"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]},"SurveyButtonConfigEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"},"backgroundColor":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["text","color","backgroundColor","topic"]},"SurveyNpsConfigEmbeddable":{"type":"object","properties":{"startText":{"type":"string"},"endText":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["startText","endText","topic"]},"SurveyCsatStarConfigEmbeddable":{"type":"object","properties":{"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["topic"]},"SurveyCsatSmileyConfigEmbeddable":{"type":"object","properties":{"one":{"type":"string"},"two":{"type":"string"},"three":{"type":"string"},"four":{"type":"string"},"five":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["one","two","three","four","five","topic"]},"SurveyBinaryConfigEmbeddable":{"type":"object","properties":{"satisfied":{"type":"string"},"unsatisfied":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["satisfied","unsatisfied","topic"]}}}}
```

## The PublicSurvey object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"PublicSurvey":{"type":"object","properties":{"id":{"type":"string"},"language":{"allOf":[{"$ref":"#/components/schemas/FullwhereLanguage"}]},"enabled":{"type":"boolean"},"autoTranslate":{"type":"boolean"},"generalStyle":{"description":"@inheritdoc","allOf":[{"$ref":"#/components/schemas/SurveyGeneralStyleEmbeddable"}]},"header":{"$ref":"#/components/schemas/PublicFormHeader"},"body":{"$ref":"#/components/schemas/PublicFormBody"},"footer":{"$ref":"#/components/schemas/PublicFormFooter"},"submission":{"$ref":"#/components/schemas/PublicFormSubmission"},"externalLink":{"$ref":"#/components/schemas/FormExternalLinkEmbeddable"},"logo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"footerLogo":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"cover":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"submissionImage":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/PublicFileEmbeddable"}]},"storeList":{"type":"array","items":{"$ref":"#/components/schemas/PublicFormZone"}},"fields":{"description":"@inheritdoc","type":"array","items":{"$ref":"#/components/schemas/PublicSurveyField"}},"fieldGroups":{"description":"@inheritdoc","type":"array","items":{"$ref":"#/components/schemas/PublicSurveyFieldGroup"}},"fieldDependencies":{"description":"@inheritdoc","type":"array","items":{"$ref":"#/components/schemas/PublicSurveyFieldDependency"}},"preRedirect":{"type":"boolean","description":"@inheritdoc"},"preRedirectConfig":{"description":"Pre-redirect configuration for the survey\nThis configuration is used to display a form before redirecting to the external link if needed","allOf":[{"$ref":"#/components/schemas/PublicSurveyPreRedirectFormConfig"}]},"externalUrl":{"type":"string","nullable":true,"description":"External url to redirect to on pre-redirect"},"sendMode":{"description":"Channel used to send the survey","allOf":[{"$ref":"#/components/schemas/SurveySendingType"}]},"store":{"nullable":true,"description":"Basic zone display configuration for the store","allOf":[{"$ref":"#/components/schemas/PublicFormZone"}]},"brand":{"nullable":true,"description":"Basic zone display configuration for the brand","allOf":[{"$ref":"#/components/schemas/PublicFormZone"}]},"order":{"type":"string","description":"External id of the purchase targeted by the survey\nThis is used to identify the purchase in the external system"},"emailLogo":{"nullable":true,"description":"Email logo image","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]},"emailCover":{"nullable":true,"description":"Email cover image","default":null,"allOf":[{"$ref":"#/components/schemas/PartnerPublicFile"}]}},"required":["id","language","enabled","autoTranslate","generalStyle","header","body","footer","submission","externalLink","logo","footerLogo","cover","submissionImage","storeList","fields","fieldGroups","fieldDependencies","preRedirect","emailLogo","emailCover"]},"FullwhereLanguage":{"type":"string","enum":["af","sq","am","ar","hy","as","az","ba","eu","be","bn","bs","br","bg","my","ca","ceb","ny","zh","zh-TW","co","hr","cs","da","dv","nl","en","eo","et","fo","tl","fi","fr","fy","gl","ka","de","el","kl","gu","ht","ha","haw","he","hi","hmn","hu","is","ig","ilo","id","iu","ga","it","ja","jv","kn","kk","km","rw","ko","ku","ky","lo","la","lv","lt","lb","mk","mg","ms","ml","mt","mi","mr","arn","mn","moh","ne","no","oc","or","ps","fa","pl","pt","pa","qu","ro","ru","sm","gd","sr","st","sn","sd","si","sk","sl","so","es","su","sw","sv","tg","ta","tt","te","th","bo","tr","tk","uk","ur","ug","uz","vi","cy","xh","yi","yo","zu"],"description":"Language used to generate review responses"},"SurveyGeneralStyleEmbeddable":{"type":"object","properties":{"fieldRadius":{"description":"The border radius style for input fields.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"buttonRadius":{"description":"The border radius style for the button.","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"zoneColor":{"type":"string","description":"Form zone color."},"starBackgroundColor":{"type":"string","description":"Form star background color."},"starBorderColor":{"type":"string","description":"Form star border color."},"cardBorderColor":{"type":"string","description":"Card border color."},"cardBackgroundColor":{"type":"string","description":"Card background color."},"cardBorderRadius":{"description":"Card border radius style.\n@dev this must never be PILL","allOf":[{"$ref":"#/components/schemas/FormFieldRadiusStyle"}]},"font":{"description":"The font settings for the form.","allOf":[{"$ref":"#/components/schemas/FontEmbeddable"}]},"titleColor":{"type":"string","description":"The color of the form title text."},"subtitleColor":{"type":"string","description":"The color of the form subtitle text."},"groupColor":{"type":"string","description":"The color used for group headers or sections."},"textColor":{"type":"string","description":"The main text color for the form."},"accentColor":{"type":"string","description":"The accent color used for highlights or important elements."},"dividerColor":{"type":"string","description":"The color of dividers between sections or fields."},"backgroundColor":{"type":"string","description":"The background color of the form."},"labelColor":{"type":"string","description":"The color of input field labels."},"placeholderColor":{"type":"string","description":"The color of input field placeholder text."},"fieldBackgroundColor":{"type":"string","description":"The background color of input fields."},"fieldBorderColor":{"type":"string","description":"The border color of input fields."},"buttonTextColor":{"type":"string","description":"The color of the button text."},"buttonBackgroundColor":{"type":"string","description":"The background color of the button."},"buttonBorderColor":{"type":"string","description":"The border color of the button."},"logoPosition":{"type":"number","description":"The position of the logo image in the form."},"coverImagePosition":{"type":"number","description":"The position of the cover image in the form."},"submissionImagePosition":{"type":"number","description":"The position of the submission image in the form."},"fieldOptionColor":{"type":"string","description":"The color of the field options."}},"required":["fieldRadius","buttonRadius","zoneColor","starBackgroundColor","starBorderColor","cardBorderColor","cardBackgroundColor","cardBorderRadius","font","titleColor","subtitleColor","groupColor","textColor","accentColor","dividerColor","backgroundColor","labelColor","placeholderColor","fieldBackgroundColor","fieldBorderColor","buttonTextColor","buttonBackgroundColor","buttonBorderColor","logoPosition","coverImagePosition","submissionImagePosition","fieldOptionColor"]},"FormFieldRadiusStyle":{"type":"string","enum":["SHARP","ROUNDED","PILL"],"description":"The border radius style for input fields."},"FontEmbeddable":{"type":"object","properties":{"name":{"type":"string","description":"The name of the font"},"url":{"type":"string","description":"The URL of the font"}},"required":["name","url"]},"PublicFormHeader":{"type":"object","properties":{"title":{"type":"string"},"subtitle":{"type":"string","nullable":true}},"required":["title","subtitle"]},"PublicFormBody":{"type":"object","properties":{"buttonText":{"type":"string"}},"required":["buttonText"]},"PublicFormFooter":{"type":"object","properties":{"title":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"textColor":{"type":"string"},"iconColor":{"type":"string","nullable":true},"backgroundColor":{"type":"string"},"display":{"type":"boolean"},"displayLogo":{"type":"boolean"},"imagePosition":{"type":"number","nullable":true}},"required":["title","text","textColor","iconColor","backgroundColor","display","displayLogo","imagePosition"]},"PublicFormSubmission":{"type":"object","properties":{"title":{"type":"string"},"subtitle":{"type":"string","nullable":true},"titleColor":{"type":"string"},"subtitleColor":{"type":"string"}},"required":["title","subtitle","titleColor","subtitleColor"]},"FormExternalLinkEmbeddable":{"type":"object","properties":{"website":{"type":"string","nullable":true,"description":"The website URL associated with the form.","default":null},"twitter":{"type":"string","nullable":true,"description":"The Twitter profile URL associated with the form.","default":null},"facebook":{"type":"string","nullable":true,"description":"The Facebook profile URL associated with the form.","default":null},"instagram":{"type":"string","nullable":true,"description":"The Instagram profile URL associated with the form.","default":null},"linkedin":{"type":"string","nullable":true,"description":"The LinkedIn profile URL associated with the form.","default":null}},"required":["website","twitter","facebook","instagram","linkedin"]},"PublicFileEmbeddable":{"type":"object","properties":{"size":{"type":"number","description":"File size.","nullable":true},"width":{"type":"number","description":"Image width (only for images).","nullable":true},"height":{"type":"number","description":"Image height (only for images).","nullable":true},"originalname":{"type":"string","description":"Original file name.","nullable":true},"sourceUrl":{"type":"string","nullable":true},"externalId":{"type":"string","description":"External ID from the source system (e.g. message ID from which the file was downloaded).","nullable":true},"key":{"type":"string","description":"AWS S3 bucket key."},"contentType":{"type":"string","description":"File content type (Mime)."},"url":{"type":"string","description":"File access url."}},"required":["key","contentType","url"]},"PublicFormZone":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"color":{"type":"string"}},"required":["id","name"]},"PublicSurveyField":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"type":{"description":"@inheritdoc","allOf":[{"$ref":"#/components/schemas/SurveyFieldType"}]},"required":{"type":"boolean"},"verticalIndex":{"type":"number","nullable":true},"horizontalIndex":{"type":"number","nullable":true},"allowMaxReplies":{"type":"boolean"},"allowMinReplies":{"type":"boolean"},"minReplies":{"type":"number"},"maxReplies":{"type":"number"},"values":{"nullable":true,"type":"array","items":{"type":"string"}},"allowCustomValue":{"type":"boolean"},"operator":{"allOf":[{"$ref":"#/components/schemas/FormFieldLogicalOperator"}]},"label":{"type":"string"},"placeholder":{"type":"string","nullable":true},"group":{"type":"string","nullable":true},"translatedValues":{"type":"array","items":{"type":"string"}},"dependencies":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicSurveyFieldDependency"}},"dependencyOf":{"description":"@inheritdoc","default":[],"type":"array","items":{"$ref":"#/components/schemas/PublicSurveyFieldDependency"}}},"required":["id","key","type","required","verticalIndex","horizontalIndex","allowMaxReplies","allowMinReplies","minReplies","maxReplies","values","allowCustomValue","operator","label","placeholder","group","translatedValues","dependencies","dependencyOf"]},"SurveyFieldType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","TEXT","DROPDOWN","RADIO","CHECKBOX","FILES","DATE","STORE","FIRSTNAME","LASTNAME","CIVILITY","EMAIL","PHONE","PURCHASE","MAIN"],"description":"Survey field type"},"FormFieldLogicalOperator":{"type":"string","enum":["$and","$or"],"description":"The operator to use for the dependency values"},"PublicSurveyFieldDependency":{"type":"object","properties":{"id":{"type":"string"},"field":{"type":"string"},"dependsOnField":{"type":"string"},"operator":{"type":"string"},"dependsOnFieldValues":{"type":"array","items":{"$ref":"#/components/schemas/FormDependencyValuesEmbeddable"}}},"required":["id","field","dependsOnField","operator","dependsOnFieldValues"]},"FormDependencyValuesEmbeddable":{"type":"object","properties":{"operator":{"description":"The operator to use for the dependency values","allOf":[{"$ref":"#/components/schemas/FormFieldComparisonOperator"}]},"value":{"type":"string","description":"The values to use for the dependency"}},"required":["operator","value"]},"FormFieldComparisonOperator":{"type":"string","enum":["$eq","$ne","$gt","$gte","$lt","$lte"],"description":"The operator to use for the dependency values"},"PublicSurveyFieldGroup":{"type":"object","properties":{"id":{"type":"string"},"key":{"type":"string"},"name":{"type":"string"},"verticalIndex":{"type":"number","nullable":true}},"required":["id","key","name","verticalIndex"]},"PublicSurveyPreRedirectFormConfig":{"type":"object","properties":{"type":{"allOf":[{"$ref":"#/components/schemas/SurveyPreRedirectFormType"}]},"threshold":{"type":"number"},"text":{"$ref":"#/components/schemas/SurveyTextEmbeddable"},"button":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyButtonConfigEmbeddable"}]},"nps":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyNpsConfigEmbeddable"}]},"csatStar":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatStarConfigEmbeddable"}]},"csatSmiley":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyCsatSmileyConfigEmbeddable"}]},"binary":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyBinaryConfigEmbeddable"}]}},"required":["type","threshold","text","button","nps","csatStar","csatSmiley","binary"]},"SurveyPreRedirectFormType":{"type":"string","enum":["NPS","CSAT SMILEYS","CSAT STARS","BUTTON","BINARY"]},"SurveyTextEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"}},"required":["text","color"]},"SurveyButtonConfigEmbeddable":{"type":"object","properties":{"text":{"type":"string"},"color":{"type":"string"},"backgroundColor":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["text","color","backgroundColor","topic"]},"SurveyNpsConfigEmbeddable":{"type":"object","properties":{"startText":{"type":"string"},"endText":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["startText","endText","topic"]},"SurveyCsatStarConfigEmbeddable":{"type":"object","properties":{"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["topic"]},"SurveyCsatSmileyConfigEmbeddable":{"type":"object","properties":{"one":{"type":"string"},"two":{"type":"string"},"three":{"type":"string"},"four":{"type":"string"},"five":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["one","two","three","four","five","topic"]},"SurveyBinaryConfigEmbeddable":{"type":"object","properties":{"satisfied":{"type":"string"},"unsatisfied":{"type":"string"},"topic":{"nullable":true,"allOf":[{"$ref":"#/components/schemas/SurveyTextEmbeddable"}]}},"required":["satisfied","unsatisfied","topic"]},"SurveySendingType":{"type":"string","enum":["SMS","EMAIL","WHATSAPP","EXTERNAL"],"description":"Type of survey sending"},"PartnerPublicFile":{"type":"object","properties":{"contentType":{"type":"string","description":"MIME type of the file"},"url":{"type":"string","description":"URL to access the file"},"size":{"type":"string","nullable":true,"description":"Size of the file in bytes","default":null},"width":{"type":"number","nullable":true,"description":"Width of the file (if applicable, e.g., for images)","default":null},"height":{"type":"string","nullable":true,"description":"Height of the file (if applicable, e.g., for images)","default":null}},"required":["contentType","url","size","width","height"]}}}}
```

## The SubmitSurveyFormFieldDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SubmitSurveyFormFieldDto":{"type":"object","properties":{"id":{"type":"string","description":"Target ID","format":"uuid"},"values":{"description":"Values to submit for the field.\nWhen using 'STORE' fields, ensure the value sent as values is the location's unique identifier (UUID) rather than its display name.\nWhen using rating fields, the value must be transmitted as text (e.g. [\"5\"]).","minItems":1,"type":"array","items":{"type":"string","maxLength":5000}}},"required":["id","values"]}}}}
```

## The SubmitSurveyDto object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SubmitSurveyDto":{"type":"object","properties":{"tracker":{"type":"string","description":"Tracker identifier for private surveys","format":"uuid"},"store":{"type":"string","description":"Store identifier for public surveys","format":"uuid"},"brand":{"type":"string","description":"Brand identifier for public surveys","format":"uuid"},"fields":{"description":"Fields to submit","minItems":1,"type":"array","items":{"$ref":"#/components/schemas/SubmitSurveyFormFieldDto"}},"id":{"type":"string","description":"Target ID","format":"uuid"}},"required":["fields","id"]},"SubmitSurveyFormFieldDto":{"type":"object","properties":{"id":{"type":"string","description":"Target ID","format":"uuid"},"values":{"description":"Values to submit for the field.\nWhen using 'STORE' fields, ensure the value sent as values is the location's unique identifier (UUID) rather than its display name.\nWhen using rating fields, the value must be transmitted as text (e.g. [\"5\"]).","minItems":1,"type":"array","items":{"type":"string","maxLength":5000}}},"required":["id","values"]}}}}
```

## The SubmitSurveyOutput object

```json
{"openapi":"3.0.0","info":{"title":"Partners","version":"1.0.0"},"components":{"schemas":{"SubmitSurveyOutput":{"type":"object","properties":{"redirectTo":{"type":"string","description":"Redirect link to a public review submission page"}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fullwhere.com/developer/api-references/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
