PUT api/Dynamo/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

UserMasterDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CreatedOn

date

None.

UpdatedOn

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

DeleteStatus

boolean

None.

Title

string

None.

UserName

string

None.

FirstName

string

None.

LastName

string

None.

Phone

string

None.

AlternatePhone

string

None.

VerificationCode

string

None.

EmailVerified

boolean

None.

CompanyName

string

None.

Password

string

None.

State

integer

None.

OrganizationMasterId

integer

None.

UserType

string

None.

ImageUrl

string

None.

DOB

date

None.

Address

string

None.

City

string

None.

PostCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "b14ab91f-8a83-4f50-8305-c3ce3b37156d",
  "createdOn": "2024-09-13T10:53:41.7772939Z",
  "updatedOn": "2024-09-13T10:53:41.7772939Z",
  "createdBy": 3,
  "updatedBy": 1,
  "deleteStatus": true,
  "title": "sample string 5",
  "userName": "sample string 6",
  "firstName": "sample string 7",
  "lastName": "sample string 8",
  "phone": "sample string 9",
  "alternatePhone": "sample string 10",
  "verificationCode": "sample string 11",
  "emailVerified": true,
  "companyName": "sample string 13",
  "password": "sample string 14",
  "state": 15,
  "organizationMasterId": 16,
  "userType": "sample string 17",
  "imageUrl": "sample string 18",
  "dob": "2024-09-13T10:53:41.7772939Z",
  "address": "sample string 20",
  "city": "sample string 21",
  "postCode": "sample string 22"
}

text/html, multipart/form-data

Sample:
{"id":"b14ab91f-8a83-4f50-8305-c3ce3b37156d","createdOn":"2024-09-13T10:53:41.7772939Z","updatedOn":"2024-09-13T10:53:41.7772939Z","createdBy":3,"updatedBy":1,"deleteStatus":true,"title":"sample string 5","userName":"sample string 6","firstName":"sample string 7","lastName":"sample string 8","phone":"sample string 9","alternatePhone":"sample string 10","verificationCode":"sample string 11","emailVerified":true,"companyName":"sample string 13","password":"sample string 14","state":15,"organizationMasterId":16,"userType":"sample string 17","imageUrl":"sample string 18","dob":"2024-09-13T10:53:41.7772939Z","address":"sample string 20","city":"sample string 21","postCode":"sample string 22"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.