POST api/ClubManagement/Salutaion

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Sal
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cType": "sample string 1",
  "nSalutaionId": 2,
  "cSalutationName": "sample string 3",
  "cShName": "sample string 4",
  "bActive": true,
  "bCancelled": true,
  "nCreatedBy": 7,
  "dCreatedDate": "2024-12-20T12:49:17.1993851+05:30",
  "nModifiedBy": 1,
  "dModifiedDate": "2024-12-20T12:49:17.1993851+05:30",
  "nCompanyId": 8
}

application/xml, text/xml

Sample:
<Salutation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <bActive>true</bActive>
  <bCancelled>true</bCancelled>
  <cSalutationName>sample string 3</cSalutationName>
  <cShName>sample string 4</cShName>
  <cType>sample string 1</cType>
  <dCreatedDate>2024-12-20T12:49:17.1993851+05:30</dCreatedDate>
  <dModifiedDate>2024-12-20T12:49:17.1993851+05:30</dModifiedDate>
  <nCompanyId>8</nCompanyId>
  <nCreatedBy>7</nCreatedBy>
  <nModifiedBy>1</nModifiedBy>
  <nSalutaionId>2</nSalutaionId>
</Salutation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Data": null,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models">
  <Data i:nil="true" />
  <Message>sample string 2</Message>
  <Status>sample string 1</Status>
</ResponseData>