​
Refer Payer Entity Here
For posting a new object (payer), ID will be auto generated. For updating, ID is required in body.
{"@entity": "payer","name": "JOHN DOE PRIVATE LIMITED","tan": "AAAQ01234Z","pan": "AAACJ1234Z","addresses": [{"@entity": "address","street": "1, ABC Lakeview Tower","area": "Vastrapur","city": "Ahmedabad","state": "Gujarat","country": "India","postal_code": "380015"}],"contacts": [{"@entity": "contact","email": "john@doe.com","mobile": "9999999999"}],"responsible_person": {"@entity": "employee","name": "John Doe","pan": "AAACJ1234Z","address": {"@entity": "address","street": "1, ABC Lakeview Tower","area": "Vastrapur","city": "Ahmedabad","state": "Gujarat","country": "India","postal_code": "380015"},"contact": {"@entity": "contact","email": "john@doe.com","mobile": "9999999999"},"designation": "Director"}}