Genders

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/Genders/{id}?maintenanceMode={maintenanceMode} Get the details of a gender by id.
GET Method: Get, URL: ReferenceData/Genders/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a gender by id.

GetAll ReferenceData/Genders?maintenanceMode={maintenanceMode} Get all available gender values. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/Genders?maintenanceMode={maintenanceMode} Test

Get all available gender values. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/Genders/Summary Get a summary representation of all gender values.
GET Method: GetSummaries, URL: ReferenceData/Genders/Summary Test

Get a summary representation of all gender values.

Create ReferenceData/Genders Create a new gender.
POST Method: Create, URL: ReferenceData/Genders Test

Create a new gender.

Update ReferenceData/Genders/{id} Update an existing gender.
PUT Method: Update, URL: ReferenceData/Genders/{id} Test

Update an existing gender.

Delete ReferenceData/Genders/{id} Delete an existing gender.
DELETE Method: Delete, URL: ReferenceData/Genders/{id} Test

Delete an existing gender.