POST Api/UpdateProfileDelivery
Request Information
URI Parameters
None.
Body Parameters
ProfileDelivery| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryId | integer |
None. |
|
| DeliveryName | string |
None. |
|
| Gender | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Photo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryId": 1,
"DeliveryName": "sample string 2",
"Gender": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"Photo": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.