POST api/ur/mupdate-myinfo
Request Information
URI Parameters
None.
Body Parameters
MobileMyInformationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| PhoneNumber | string |
None. |
|
| BoatRegistrationNo | string |
None. |
|
| StateId | integer |
None. |
|
| DistrictId | integer |
None. |
|
| CountryId | integer |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| PaymentAgreementTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"PhoneNumber": "sample string 2",
"BoatRegistrationNo": "sample string 3",
"StateId": 4,
"DistrictId": 5,
"CountryId": 6,
"Address1": "sample string 7",
"Address2": "sample string 8",
"PaymentAgreementTypeId": 9
}
application/xml, text/xml
Sample:
<MobileMyInformationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.User"> <Address1>sample string 7</Address1> <Address2>sample string 8</Address2> <BoatRegistrationNo>sample string 3</BoatRegistrationNo> <CountryId>6</CountryId> <DistrictId>5</DistrictId> <Name>sample string 1</Name> <PaymentAgreementTypeId>9</PaymentAgreementTypeId> <PhoneNumber>sample string 2</PhoneNumber> <StateId>4</StateId> </MobileMyInformationDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>