POST api/MooreManagement/SaveMoore
Request Information
URI Parameters
None.
Body Parameters
MooreMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CountryId | integer |
None. |
|
| MooreName | string |
None. |
|
| IsActive | boolean |
None. |
|
| DeleteStatus | boolean |
None. |
|
| CountriesMaster | CountriesMaster |
None. |
|
| CountriesMaster1 | CountriesMaster |
None. |
|
| CountryName | string |
None. |
|
| Active | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
application/octet-stream
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Object |
None. |
|
| Msg | Object |
None. |
|
| token | Object |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"msg": {},
"token": {},
"data": {}
}
multipart/form-data, application/octet-stream
Sample:
{"result":{},"msg":{},"token":{},"data":{}}