POST api/B2CUser/SaveMutamirInfo

Request Information

URI Parameters

None.

Body Parameters

SaveMutamirInfoParam
NameDescriptionTypeAdditional information
MutamirID

integer

None.

UserID

integer

None.

FirstName

string

None.

LastName

string

None.

MobileNumber

string

None.

EmailID

string

None.

Gender

string

None.

Type

string

None.

Address

string

None.

Country

string

None.

CountryCode

string

None.

PassportNumber

string

None.

PassportExpiryDate

date

None.

DateofBirth

date

None.

Request Formats

application/json, text/json

Sample:
{
  "MutamirID": 1,
  "UserID": 2,
  "FirstName": "sample string 3",
  "LastName": "sample string 4",
  "MobileNumber": "sample string 5",
  "EmailID": "sample string 6",
  "Gender": "sample string 7",
  "Type": "sample string 8",
  "Address": "sample string 9",
  "Country": "sample string 10",
  "CountryCode": "sample string 11",
  "PassportNumber": "sample string 12",
  "PassportExpiryDate": "2023-03-21T13:26:30.7857678+03:00",
  "DateofBirth": "2023-03-21T13:26:30.7857678+03:00"
}

application/xml, text/xml

Sample:
<B2CUserController.SaveMutamirInfoParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheZowarAPI.Controllers">
  <Address>sample string 9</Address>
  <Country>sample string 10</Country>
  <CountryCode>sample string 11</CountryCode>
  <DateofBirth>2023-03-21T13:26:30.7857678+03:00</DateofBirth>
  <EmailID>sample string 6</EmailID>
  <FirstName>sample string 3</FirstName>
  <Gender>sample string 7</Gender>
  <LastName>sample string 4</LastName>
  <MobileNumber>sample string 5</MobileNumber>
  <MutamirID>1</MutamirID>
  <PassportExpiryDate>2023-03-21T13:26:30.7857678+03:00</PassportExpiryDate>
  <PassportNumber>sample string 12</PassportNumber>
  <Type>sample string 8</Type>
  <UserID>2</UserID>
</B2CUserController.SaveMutamirInfoParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />