POST api/Islah/SaveUserIslahLevelMamoolat
Request Information
URI Parameters
None.
Body Parameters
SaveIsalahRequestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ActionById | globally unique identifier |
None. |
|
| UserIslahJourneyId | globally unique identifier |
None. |
|
| IslahJourneyId | globally unique identifier |
None. |
|
| IslahLevelId | globally unique identifier |
None. |
|
| MurabiId | globally unique identifier |
None. |
|
| MamoolatIds | Collection of globally unique identifier |
None. |
|
| CountryIds | Collection of globally unique identifier |
None. |
|
| StateOrProvinceIds | Collection of globally unique identifier |
None. |
|
| CityIds | Collection of globally unique identifier |
None. |
|
| RequestedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "25e081c0-4030-4f6d-869d-a17e5387a9ab",
"UserId": "b6dfa4a6-f492-4047-9ea1-ff220a65472b",
"ActionById": "613ca2dc-38e7-469d-bb1c-d88f3c1f264a",
"UserIslahJourneyId": "6817572b-6643-461a-b117-5f125a8e62ae",
"IslahJourneyId": "6ee3e40b-8194-49b2-8757-a144f3694930",
"IslahLevelId": "701484fc-9b87-4c84-8055-610a50b4a361",
"MurabiId": "1aecb543-43b7-4d53-a698-3ef80239f358",
"MamoolatIds": [
"bbee2c12-140d-4368-bb70-cac420211519",
"6fd7b992-11a4-4dfb-967c-dc7afdf4c82c"
],
"CountryIds": [
"68033c01-9002-4153-ad34-12af2618a2db",
"489a5a04-4413-4f44-bdac-11787563f9de"
],
"StateOrProvinceIds": [
"bca44bd6-10b9-436b-8e44-8f0d23ff9776",
"447b7369-9111-42ad-aa71-14e94bb68c9b"
],
"CityIds": [
"5c62d16b-d777-407c-894d-7404cc00e13a",
"8dd196cf-085d-4776-b56b-b52927b61985"
],
"RequestedBy": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.