POST api/MobileAssistance/PostMobileAssistance
POST - Mobile Assistance
Request Information
URI Parameters
None.
Body Parameters
Mobile Assistance
VMobileAssistanceName | Description | Type | Additional information |
---|---|---|---|
IsRegisteredUNHCR |
Is Registered with UNHCR |
boolean |
None. |
UNHCRCaseNumber |
UNHCR Case Number |
string |
None. |
EventId |
Event Id |
globally unique identifier |
None. |
DeviceGroup_id |
Device Group Id |
globally unique identifier |
None. |
AssistanceTypeId |
Assistance Type Id |
integer |
None. |
DateProvided |
Assistance Provide Date |
date |
None. |
ItemQuanity |
Assistance Quantity |
decimal number |
None. |
ItemValue |
Assistance Value |
decimal number |
None. |
OtherIdentifier |
Group Other Identifier |
string |
None. |
OtherIdentifierType |
Group Other Identifier Type |
integer |
None. |
Request Formats
application/json, text/json
{ "IsRegisteredUNHCR": true, "UNHCRCaseNumber": "sample string 2", "EventId": "54c32805-ddc2-4c17-9ddd-a14b80afad1a", "DeviceGroup_id": "953da7d3-2e8a-463e-8c26-87a8681a4c67", "AssistanceTypeId": 4, "DateProvided": "2025-10-16T04:27:00.8677295+00:00", "ItemQuanity": 6.0, "ItemValue": 7.0, "OtherIdentifier": "sample string 8", "OtherIdentifierType": 1 }
application/xml, text/xml
<VMobileAssistance xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 2</UNHCRCaseNumber> <EventId>54c32805-ddc2-4c17-9ddd-a14b80afad1a</EventId> <DeviceGroup_id>953da7d3-2e8a-463e-8c26-87a8681a4c67</DeviceGroup_id> <AssistanceTypeId>4</AssistanceTypeId> <DateProvided>2025-10-16T04:27:00.8677295+00:00</DateProvided> <ItemQuanity>6</ItemQuanity> <ItemValue>7</ItemValue> <OtherIdentifier>sample string 8</OtherIdentifier> <OtherIdentifierType>1</OtherIdentifierType> </VMobileAssistance>
application/x-www-form-urlencoded
Sample not available.
multipart/form-data
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsRegisteredUNHCR" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRCaseNumber" sample string 2 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" 54c32805-ddc2-4c17-9ddd-a14b80afad1a --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DeviceGroup_id" 953da7d3-2e8a-463e-8c26-87a8681a4c67 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AssistanceTypeId" 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DateProvided" 2025-10-16T04:27:00.8677295+00:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ItemQuanity" 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ItemValue" 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="OtherIdentifier" sample string 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="OtherIdentifierType" 1 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
HTTP Status Code and Device Assistance Id / UNHCR Assistance Id
VMobileAssistanceDisplayName | Description | Type | Additional information |
---|---|---|---|
AssistanceGuidId |
Event Id |
globally unique identifier |
None. |
EventId |
Event Id |
globally unique identifier |
None. |
AssistanceType |
Assistance Type |
integer |
None. |
MobileAssistanceId |
Mobile Assistance Id |
globally unique identifier |
None. |
UNHCRAssistanceId |
RAIS Assistance Id |
integer |
None. |
DeviceGroup_id |
Enroll Group Id |
globally unique identifier |
None. |
IsRegisteredUNHCR |
Is Registered with UNHCR |
boolean |
None. |
UNHCRCaseNumber |
UNHCR Case Number |
string |
None. |
DateProvided |
Assistance Provide Date |
date |
None. |
ItemQuanity |
Assistance Quantity |
decimal number |
None. |
ItemValue |
Assistance Value |
decimal number |
None. |
ProvideBy |
Provide By |
integer |
None. |
ProvideThroughBy |
Provide Through By |
integer |
None. |
FundedBy |
Funded By |
integer |
None. |
OtherIdentifier |
Group Other Identifier |
string |
None. |
OtherIdentifierType |
Group Other Identifier Type |
integer |
None. |
Response Formats
application/json, text/json
{ "AssistanceGuidId": "008985bc-0bd6-447a-ad25-f5b6d3d11b05", "EventId": "c8414650-ffc6-4a33-a29a-01a9b9066461", "AssistanceType": 3, "MobileAssistanceId": "bba2594e-ab14-43ee-8d7d-c0944e4ba379", "UNHCRAssistanceId": 1, "DeviceGroup_id": "6ce9334f-c17c-42f3-bf56-ed2d1304d484", "IsRegisteredUNHCR": true, "UNHCRCaseNumber": "sample string 6", "DateProvided": "2025-10-16T04:27:00.8989787+00:00", "ItemQuanity": 8.0, "ItemValue": 9.0, "ProvideBy": 10, "ProvideThroughBy": 11, "FundedBy": 12, "OtherIdentifier": "sample string 13", "OtherIdentifierType": 1 }
application/xml, text/xml
<VMobileAssistanceDisplay xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <AssistanceGuidId>008985bc-0bd6-447a-ad25-f5b6d3d11b05</AssistanceGuidId> <EventId>c8414650-ffc6-4a33-a29a-01a9b9066461</EventId> <AssistanceType>3</AssistanceType> <MobileAssistanceId>bba2594e-ab14-43ee-8d7d-c0944e4ba379</MobileAssistanceId> <UNHCRAssistanceId>1</UNHCRAssistanceId> <DeviceGroup_id>6ce9334f-c17c-42f3-bf56-ed2d1304d484</DeviceGroup_id> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <DateProvided>2025-10-16T04:27:00.8989787+00:00</DateProvided> <ItemQuanity>8</ItemQuanity> <ItemValue>9</ItemValue> <ProvideBy>10</ProvideBy> <ProvideThroughBy>11</ProvideThroughBy> <FundedBy>12</FundedBy> <OtherIdentifier>sample string 13</OtherIdentifier> <OtherIdentifierType>1</OtherIdentifierType> </VMobileAssistanceDisplay>
multipart/form-data
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AssistanceGuidId" 008985bc-0bd6-447a-ad25-f5b6d3d11b05 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" c8414650-ffc6-4a33-a29a-01a9b9066461 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="AssistanceType" 3 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileAssistanceId" bba2594e-ab14-43ee-8d7d-c0944e4ba379 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRAssistanceId" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DeviceGroup_id" 6ce9334f-c17c-42f3-bf56-ed2d1304d484 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsRegisteredUNHCR" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRCaseNumber" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="DateProvided" 2025-10-16T04:27:00.8989787+00:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ItemQuanity" 8 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ItemValue" 9 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ProvideBy" 10 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="ProvideThroughBy" 11 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FundedBy" 12 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="OtherIdentifier" sample string 13 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="OtherIdentifierType" 1 --MultipartDataMediaFormatterBoundary1q2w3e--