POST api/v1/banzaifieldservices/{PartnerId}/Appointment/{SurveyPostAppointmentId}/UpdateSurveyPostAppointment
Set "true" the "FlagSurveyPostAppointment" (related to the Survey)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PartnerId |
The partner identifier: 1 = 'ePRICE' |
integer |
Required |
| SurveyPostAppointmentId | globally unique identifier |
Required |
Body Parameters
SurvayPostAppointmentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| flagReceived | boolean |
None. |
|
| dateReceived | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"flagReceived": true,
"dateReceived": "2025-12-08T16:50:30.4645647+01:00"
}
text/plain, application/octet-stream
Sample:
{"flagReceived":true,"dateReceived":"2025-12-08T16:50:30.4645647+01:00"}
application/xml, text/xml
Sample:
<SurvayPostAppointmentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicePlatform.BL.Models.BanzaiServicePlatform.Dto"> <dateReceived>2025-12-08T16:50:30.4645647+01:00</dateReceived> <flagReceived>true</flagReceived> </SurvayPostAppointmentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.