POST api/AddUpdateJurisdictionCRSID
Request Information
URI Parameters
None.
Body Parameters
JurisdictionCRSIDModelName | Description | Type | Additional information |
---|---|---|---|
JurisdictionCRSIDId | integer |
None. |
|
StrJurisdictionCRSIDId | string |
None. |
|
CRSID | string |
None. |
|
JurisdictionId | integer |
None. |
|
JurisdictionCountryId | integer |
None. |
|
JurisdictionCountryName | 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:
{ "JurisdictionCRSIDId": 1, "StrJurisdictionCRSIDId": "sample string 2", "CRSID": "sample string 3", "JurisdictionId": 1, "JurisdictionCountryId": 1, "JurisdictionCountryName": "sample string 4", "ClientID": 1, "ClientName": "sample string 5", "CreatedBy": 6, "CreatedUserName": "sample string 7", "CreatedOn": "2025-06-23T12:58:11.1031592+00:00", "StrCreatedOn": "sample string 9", "UpdatedBy": 1, "UpdatedUserName": "sample string 10", "UpdatedOn": "2025-06-23T12:58:11.1031592+00:00", "StrUpdatedOn": "sample string 11", "IsDeleted": true, "ModifyBy": "sample string 13", "ModifyOn": "sample string 14", "DisplayOrder": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseApiResponseName | 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" ] }