POST api/Profile/UpdateProfileGallery
Request Information
URI Parameters
None.
Body Parameters
ProfileGallery| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProfileBasicId | integer |
None. |
|
| Photo_1 | string |
None. |
|
| Photo_2 | string |
None. |
|
| Photo_3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProfileBasicId": 2,
"Photo_1": "sample string 3",
"Photo_2": "sample string 4",
"Photo_3": "sample string 5"
}
application/xml, text/xml
Sample:
<ProfileGallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrimonyApi.Models"> <Id>1</Id> <Photo_1>sample string 3</Photo_1> <Photo_2>sample string 4</Photo_2> <Photo_3>sample string 5</Photo_3> <ProfileBasicId>2</ProfileBasicId> </ProfileGallery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.