POST api/AddUpdateJurisdictionDepositor
Request Information
URI Parameters
None.
Body Parameters
JurisdictionDepositorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JurisdictionDepositorId | integer |
None. |
|
| StrJurisdictionDepositorId | string |
None. |
|
| JurisdictionId | integer |
None. |
|
| JurisdictionCountryId | integer |
None. |
|
| JurisdictionCountryName | string |
None. |
|
| NameDepositor | string |
None. |
|
| PersonalIdentificationNumber | string |
None. |
|
| StreetPhysical | string |
None. |
|
| NumberPhysical | string |
None. |
|
| PostalCodePhysical | string |
None. |
|
| CityPhysical | string |
None. |
|
| CountryPhysical | integer |
None. |
|
| CountryPhysicalName | string |
None. |
|
| CountryPhysical_Country_ISO_2 | string |
None. |
|
| CountryPhysical_Country_ISO_3 | string |
None. |
|
| POBox | string |
None. |
|
| PostalCodePostal | string |
None. |
|
| CityPostal | string |
None. |
|
| CountryPostal | integer |
None. |
|
| CountryPostalName | string |
None. |
|
| CountryPostal_Country_ISO_2 | string |
None. |
|
| CountryPostal_Country_ISO_3 | string |
None. |
|
| PersonName | string |
None. |
|
| PersonFirstName | string |
None. |
|
| PersonEmailPersonal | string |
None. |
|
| PersonEmailOrganisation | string |
None. |
|
| PersonTelephoneDirect | string |
None. |
|
| AEOIReportingName | string |
None. |
|
| AEOIReportingFirstName | string |
None. |
|
| AEOIReportingEmailPersonal | string |
None. |
|
| AEOIReportingEmailOrganisation | string |
None. |
|
| AEOIReportingTelephoneDirect | string |
None. |
|
| ClientId | integer |
None. |
|
| ClientName | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedUserName | string |
None. |
|
| CreatedOn | date |
None. |
|
| StrCreatedOn | string |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedUserName | string |
None. |
|
| UpdatedOn | date |
None. |
|
| StrUpdatedOn | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| ModifyBy | string |
None. |
|
| ModifyOn | string |
None. |
|
| DisplayOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"JurisdictionDepositorId": 1,
"StrJurisdictionDepositorId": "sample string 2",
"JurisdictionId": 3,
"JurisdictionCountryId": 4,
"JurisdictionCountryName": "sample string 5",
"NameDepositor": "sample string 6",
"PersonalIdentificationNumber": "sample string 7",
"StreetPhysical": "sample string 8",
"NumberPhysical": "sample string 9",
"PostalCodePhysical": "sample string 10",
"CityPhysical": "sample string 11",
"CountryPhysical": 1,
"CountryPhysicalName": "sample string 12",
"CountryPhysical_Country_ISO_2": "sample string 13",
"CountryPhysical_Country_ISO_3": "sample string 14",
"POBox": "sample string 15",
"PostalCodePostal": "sample string 16",
"CityPostal": "sample string 17",
"CountryPostal": 1,
"CountryPostalName": "sample string 18",
"CountryPostal_Country_ISO_2": "sample string 19",
"CountryPostal_Country_ISO_3": "sample string 20",
"PersonName": "sample string 21",
"PersonFirstName": "sample string 22",
"PersonEmailPersonal": "sample string 23",
"PersonEmailOrganisation": "sample string 24",
"PersonTelephoneDirect": "sample string 25",
"AEOIReportingName": "sample string 26",
"AEOIReportingFirstName": "sample string 27",
"AEOIReportingEmailPersonal": "sample string 28",
"AEOIReportingEmailOrganisation": "sample string 29",
"AEOIReportingTelephoneDirect": "sample string 30",
"ClientId": 1,
"ClientName": "sample string 31",
"CreatedBy": 32,
"CreatedUserName": "sample string 33",
"CreatedOn": "2025-10-29T13:13:17.1712481+00:00",
"StrCreatedOn": "sample string 35",
"UpdatedBy": 1,
"UpdatedUserName": "sample string 36",
"UpdatedOn": "2025-10-29T13:13:17.1712481+00:00",
"StrUpdatedOn": "sample string 37",
"IsDeleted": true,
"ModifyBy": "sample string 39",
"ModifyOn": "sample string 40",
"DisplayOrder": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}