PUT api/HelpNumbers/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

HelpNumber
NameDescriptionTypeAdditional information
HelpNumberId

integer

None.

Name

string

None.

PhoneNumber

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

UpdatedDate

date

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HelpNumberId": 1,
  "Name": "sample string 2",
  "PhoneNumber": "sample string 3",
  "CreatedDate": "2025-12-11T15:27:21.8892982+05:30",
  "CreatedBy": 1,
  "UpdatedDate": "2025-12-11T15:27:21.8892982+05:30",
  "UpdatedBy": 1
}

application/xml, text/xml

Sample:
<HelpNumber xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaliYatraApi.DataAccess">
  <CreatedBy>1</CreatedBy>
  <CreatedDate>2025-12-11T15:27:21.8892982+05:30</CreatedDate>
  <HelpNumberId>1</HelpNumberId>
  <Name>sample string 2</Name>
  <PhoneNumber>sample string 3</PhoneNumber>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedDate>2025-12-11T15:27:21.8892982+05:30</UpdatedDate>
</HelpNumber>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.