POST api/v1/pandits/register
Request Information
URI Parameters
None.
Body Parameters
PanditCreateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required Max length: 255 |
|
| ContactNo | string |
Required Max length: 50 |
|
| PinCode | string |
Required Max length: 50 |
|
| ExpInYears | string |
None. |
|
| PanditsUnderCount | integer |
None. |
|
| ReferenceCode | string |
None. |
|
| SpecialityIds | Collection of globally unique identifier |
None. |
|
| LanguageIds | Collection of globally unique identifier |
None. |
|
| CustomSpecialities | Collection of string |
None. |
|
| CustomLanguages | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"ContactNo": "sample string 2",
"PinCode": "sample string 3",
"ExpInYears": "sample string 4",
"PanditsUnderCount": 5,
"ReferenceCode": "sample string 6",
"SpecialityIds": [
"3fa09c5b-d049-4e0d-8a7d-5d5cd652feca",
"f5ae0d46-2be7-4e03-bd73-54dd6564c288"
],
"LanguageIds": [
"e80da288-b88c-42d1-b9dc-b6aab1d3a5dc",
"67d1e791-1bf1-4ada-9084-23460c368fe1"
],
"CustomSpecialities": [
"sample string 1",
"sample string 2"
],
"CustomLanguages": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.