GET api/v1/banzaifieldservices/{PartnerId}/GetAppointmentsToBook/{status}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PartnerId | integer |
Required |
|
status | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of serp_BookAppointmentName | Description | Type | Additional information |
---|---|---|---|
AppointmentId | integer |
None. |
|
dateStart | date |
None. |
|
dateEnd | date |
None. |
|
status | integer |
None. |
|
dateInsert | date |
None. |
|
dateUpdate | date |
None. |
|
price | integer |
None. |
|
oldAppointmentId | integer |
None. |
|
basketId | globally unique identifier |
None. |
|
numOrd | integer |
None. |
|
numOrdPadre | integer |
None. |
|
userKey | globally unique identifier |
None. |
|
addressId | globally unique identifier |
None. |
|
indirizzo | string |
None. |
|
civico | string |
None. |
|
provincia | string |
None. |
|
partnerId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "appointmentId": 1, "dateStart": "2025-09-15T10:22:10.3067349+02:00", "dateEnd": "2025-09-15T10:22:10.3067349+02:00", "status": 4, "dateInsert": "2025-09-15T10:22:10.3067349+02:00", "dateUpdate": "2025-09-15T10:22:10.3067349+02:00", "price": 7, "oldAppointmentId": 1, "basketId": "2d48b26f-fa69-47f6-89d5-a97e50933f3e", "numOrd": 1, "numOrdPadre": 1, "userKey": "460313a8-b339-43ed-9064-da2697ca7ff7", "addressId": "ca5f3391-0fb0-4935-b85b-5bb2571c7a41", "indirizzo": "sample string 9", "civico": "sample string 10", "provincia": "sample string 11", "partnerId": 12 }, { "appointmentId": 1, "dateStart": "2025-09-15T10:22:10.3067349+02:00", "dateEnd": "2025-09-15T10:22:10.3067349+02:00", "status": 4, "dateInsert": "2025-09-15T10:22:10.3067349+02:00", "dateUpdate": "2025-09-15T10:22:10.3067349+02:00", "price": 7, "oldAppointmentId": 1, "basketId": "2d48b26f-fa69-47f6-89d5-a97e50933f3e", "numOrd": 1, "numOrdPadre": 1, "userKey": "460313a8-b339-43ed-9064-da2697ca7ff7", "addressId": "ca5f3391-0fb0-4935-b85b-5bb2571c7a41", "indirizzo": "sample string 9", "civico": "sample string 10", "provincia": "sample string 11", "partnerId": 12 } ]
text/plain
Sample:
[{"appointmentId":1,"dateStart":"2025-09-15T10:22:10.3067349+02:00","dateEnd":"2025-09-15T10:22:10.3067349+02:00","status":4,"dateInsert":"2025-09-15T10:22:10.3067349+02:00","dateUpdate":"2025-09-15T10:22:10.3067349+02:00","price":7,"oldAppointmentId":1,"basketId":"2d48b26f-fa69-47f6-89d5-a97e50933f3e","numOrd":1,"numOrdPadre":1,"userKey":"460313a8-b339-43ed-9064-da2697ca7ff7","addressId":"ca5f3391-0fb0-4935-b85b-5bb2571c7a41","indirizzo":"sample string 9","civico":"sample string 10","provincia":"sample string 11","partnerId":12},{"appointmentId":1,"dateStart":"2025-09-15T10:22:10.3067349+02:00","dateEnd":"2025-09-15T10:22:10.3067349+02:00","status":4,"dateInsert":"2025-09-15T10:22:10.3067349+02:00","dateUpdate":"2025-09-15T10:22:10.3067349+02:00","price":7,"oldAppointmentId":1,"basketId":"2d48b26f-fa69-47f6-89d5-a97e50933f3e","numOrd":1,"numOrdPadre":1,"userKey":"460313a8-b339-43ed-9064-da2697ca7ff7","addressId":"ca5f3391-0fb0-4935-b85b-5bb2571c7a41","indirizzo":"sample string 9","civico":"sample string 10","provincia":"sample string 11","partnerId":12}]
application/xml, text/xml
Sample:
<ArrayOfserp_BookAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicePlatform.DAL"> <serp_BookAppointment> <AppointmentId>1</AppointmentId> <addressId>ca5f3391-0fb0-4935-b85b-5bb2571c7a41</addressId> <basketId>2d48b26f-fa69-47f6-89d5-a97e50933f3e</basketId> <civico>sample string 10</civico> <dateEnd>2025-09-15T10:22:10.3067349+02:00</dateEnd> <dateInsert>2025-09-15T10:22:10.3067349+02:00</dateInsert> <dateStart>2025-09-15T10:22:10.3067349+02:00</dateStart> <dateUpdate>2025-09-15T10:22:10.3067349+02:00</dateUpdate> <indirizzo>sample string 9</indirizzo> <numOrd>1</numOrd> <numOrdPadre>1</numOrdPadre> <oldAppointmentId>1</oldAppointmentId> <partnerId>12</partnerId> <price>7</price> <provincia>sample string 11</provincia> <status>4</status> <userKey>460313a8-b339-43ed-9064-da2697ca7ff7</userKey> </serp_BookAppointment> <serp_BookAppointment> <AppointmentId>1</AppointmentId> <addressId>ca5f3391-0fb0-4935-b85b-5bb2571c7a41</addressId> <basketId>2d48b26f-fa69-47f6-89d5-a97e50933f3e</basketId> <civico>sample string 10</civico> <dateEnd>2025-09-15T10:22:10.3067349+02:00</dateEnd> <dateInsert>2025-09-15T10:22:10.3067349+02:00</dateInsert> <dateStart>2025-09-15T10:22:10.3067349+02:00</dateStart> <dateUpdate>2025-09-15T10:22:10.3067349+02:00</dateUpdate> <indirizzo>sample string 9</indirizzo> <numOrd>1</numOrd> <numOrdPadre>1</numOrdPadre> <oldAppointmentId>1</oldAppointmentId> <partnerId>12</partnerId> <price>7</price> <provincia>sample string 11</provincia> <status>4</status> <userKey>460313a8-b339-43ed-9064-da2697ca7ff7</userKey> </serp_BookAppointment> </ArrayOfserp_BookAppointment>
application/octet-stream
Sample:
[{"AppointmentId":1,"dateStart":"2025-09-15T10:22:10.3067349+02:00","dateEnd":"2025-09-15T10:22:10.3067349+02:00","status":4,"dateInsert":"2025-09-15T10:22:10.3067349+02:00","dateUpdate":"2025-09-15T10:22:10.3067349+02:00","price":7,"oldAppointmentId":1,"basketId":"2d48b26f-fa69-47f6-89d5-a97e50933f3e","numOrd":1,"numOrdPadre":1,"userKey":"460313a8-b339-43ed-9064-da2697ca7ff7","addressId":"ca5f3391-0fb0-4935-b85b-5bb2571c7a41","indirizzo":"sample string 9","civico":"sample string 10","provincia":"sample string 11","partnerId":12},{"AppointmentId":1,"dateStart":"2025-09-15T10:22:10.3067349+02:00","dateEnd":"2025-09-15T10:22:10.3067349+02:00","status":4,"dateInsert":"2025-09-15T10:22:10.3067349+02:00","dateUpdate":"2025-09-15T10:22:10.3067349+02:00","price":7,"oldAppointmentId":1,"basketId":"2d48b26f-fa69-47f6-89d5-a97e50933f3e","numOrd":1,"numOrdPadre":1,"userKey":"460313a8-b339-43ed-9064-da2697ca7ff7","addressId":"ca5f3391-0fb0-4935-b85b-5bb2571c7a41","indirizzo":"sample string 9","civico":"sample string 10","provincia":"sample string 11","partnerId":12}]
text/javascript, application/javascript, application/json-p
Sample:
([{"appointmentId":1,"dateStart":"2025-09-15T10:22:10.3067349+02:00","dateEnd":"2025-09-15T10:22:10.3067349+02:00","status":4,"dateInsert":"2025-09-15T10:22:10.3067349+02:00","dateUpdate":"2025-09-15T10:22:10.3067349+02:00","price":7,"oldAppointmentId":1,"basketId":"2d48b26f-fa69-47f6-89d5-a97e50933f3e","numOrd":1,"numOrdPadre":1,"userKey":"460313a8-b339-43ed-9064-da2697ca7ff7","addressId":"ca5f3391-0fb0-4935-b85b-5bb2571c7a41","indirizzo":"sample string 9","civico":"sample string 10","provincia":"sample string 11","partnerId":12},{"appointmentId":1,"dateStart":"2025-09-15T10:22:10.3067349+02:00","dateEnd":"2025-09-15T10:22:10.3067349+02:00","status":4,"dateInsert":"2025-09-15T10:22:10.3067349+02:00","dateUpdate":"2025-09-15T10:22:10.3067349+02:00","price":7,"oldAppointmentId":1,"basketId":"2d48b26f-fa69-47f6-89d5-a97e50933f3e","numOrd":1,"numOrdPadre":1,"userKey":"460313a8-b339-43ed-9064-da2697ca7ff7","addressId":"ca5f3391-0fb0-4935-b85b-5bb2571c7a41","indirizzo":"sample string 9","civico":"sample string 10","provincia":"sample string 11","partnerId":12}]);