POST api/{language}/contract/{contractId}/Contact/{registryId}/PersonalData
Documentazione di 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| language | Documentazione di 'language'. |
Define this parameter in the request URI. |
| contractId | Documentazione di 'contractId'. |
Define this parameter in the request URI. |
| registryId | Documentazione di 'registryId'. |
Define this parameter in the request URI. |
| personalData | Documentazione di 'personalData'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"RegistryId": 1.0,
"City": "sample string 2",
"District": "sample string 3",
"BirthDate": "sample string 4",
"Gender": "sample string 5",
"Country": "sample string 6",
"FiscalCode": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.