Monday, May 20, 2024

Static - Gender
Action:
GET ALL
Method:
GET
URL: /api/v1/static/gender/getall
Description: Fetch all Static Gender records
Type Key DataType Notes
Headers api-key String Your Api-Key
Params ReturnFormat String Json or Xml
Return Data: Json or XML collection of Static Gender records.
[{
 "GenderID": 2,
 "Name": "Female",
 "Description": "Female"
}]
Field Data Type
GenderID Byte
Name Text 150
Description Text 255