POST api/v1/banzaifieldservices/{PartnerId}/Appointment/{AppointmentId}/ContactMobilePhone
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PartnerId | integer |
Required |
|
AppointmentId | integer |
Required |
Body Parameters
UpdateContactMobilePhoneDTOName | Description | Type | Additional information |
---|---|---|---|
ContactMobilePhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "contactMobilePhone": "sample string 1" }
text/plain
Sample:
{"contactMobilePhone":"sample string 1"}
application/xml, text/xml
Sample:
<UpdateContactMobilePhoneDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicePlatform.BL.Models.BanzaiServicePlatform"> <ContactMobilePhone>sample string 1</ContactMobilePhone> </UpdateContactMobilePhoneDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/octet-stream
Sample:
{"ContactMobilePhone":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain, application/xml, text/xml, application/octet-stream, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.