PUT api/MobileAssistance/PutMobileAssistance?mobileAssistanceId={mobileAssistanceId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mobileAssistanceId

globally unique identifier

Required

Body Parameters

VMobileAssistance
NameDescriptionTypeAdditional 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

Sample:
{
  "IsRegisteredUNHCR": true,
  "UNHCRCaseNumber": "sample string 2",
  "EventId": "5c220dc6-fd5d-41b5-a3f2-20abe2b55493",
  "DeviceGroup_id": "56bb4f8e-f208-4bdf-8060-7935a0784078",
  "AssistanceTypeId": 4,
  "DateProvided": "2025-10-16T04:29:07.3232293+00:00",
  "ItemQuanity": 6.0,
  "ItemValue": 7.0,
  "OtherIdentifier": "sample string 8",
  "OtherIdentifierType": 1
}

application/xml, text/xml

Sample:
<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>5c220dc6-fd5d-41b5-a3f2-20abe2b55493</EventId>
  <DeviceGroup_id>56bb4f8e-f208-4bdf-8060-7935a0784078</DeviceGroup_id>
  <AssistanceTypeId>4</AssistanceTypeId>
  <DateProvided>2025-10-16T04:29:07.3232293+00:00</DateProvided>
  <ItemQuanity>6</ItemQuanity>
  <ItemValue>7</ItemValue>
  <OtherIdentifier>sample string 8</OtherIdentifier>
  <OtherIdentifierType>1</OtherIdentifierType>
</VMobileAssistance>

application/x-www-form-urlencoded

Sample:

Sample not available.

multipart/form-data

Sample:
--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"

5c220dc6-fd5d-41b5-a3f2-20abe2b55493
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="DeviceGroup_id"

56bb4f8e-f208-4bdf-8060-7935a0784078
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="AssistanceTypeId"

4
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="DateProvided"

2025-10-16T04:29:07.3232293+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

VMobileAssistanceDisplay
NameDescriptionTypeAdditional 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

Sample:
{
  "AssistanceGuidId": "0143825f-bd6b-42fc-8cce-5770fb052c89",
  "EventId": "8e2baa3f-9fed-4356-ae49-56d9e4faa2c9",
  "AssistanceType": 3,
  "MobileAssistanceId": "4596e6e9-cffd-4a30-a601-2022eafc6052",
  "UNHCRAssistanceId": 1,
  "DeviceGroup_id": "c0acd2bd-755f-45b7-871b-52545a629957",
  "IsRegisteredUNHCR": true,
  "UNHCRCaseNumber": "sample string 6",
  "DateProvided": "2025-10-16T04:29:07.3544248+00:00",
  "ItemQuanity": 8.0,
  "ItemValue": 9.0,
  "ProvideBy": 10,
  "ProvideThroughBy": 11,
  "FundedBy": 12,
  "OtherIdentifier": "sample string 13",
  "OtherIdentifierType": 1
}

application/xml, text/xml

Sample:
<VMobileAssistanceDisplay xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AssistanceGuidId>0143825f-bd6b-42fc-8cce-5770fb052c89</AssistanceGuidId>
  <EventId>8e2baa3f-9fed-4356-ae49-56d9e4faa2c9</EventId>
  <AssistanceType>3</AssistanceType>
  <MobileAssistanceId>4596e6e9-cffd-4a30-a601-2022eafc6052</MobileAssistanceId>
  <UNHCRAssistanceId>1</UNHCRAssistanceId>
  <DeviceGroup_id>c0acd2bd-755f-45b7-871b-52545a629957</DeviceGroup_id>
  <IsRegisteredUNHCR>true</IsRegisteredUNHCR>
  <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber>
  <DateProvided>2025-10-16T04:29:07.3544248+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

Sample:
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="AssistanceGuidId"

0143825f-bd6b-42fc-8cce-5770fb052c89
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="EventId"

8e2baa3f-9fed-4356-ae49-56d9e4faa2c9
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="AssistanceType"

3
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="MobileAssistanceId"

4596e6e9-cffd-4a30-a601-2022eafc6052
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="UNHCRAssistanceId"

1
--MultipartDataMediaFormatterBoundary1q2w3e
Content-Disposition: form-data; name="DeviceGroup_id"

c0acd2bd-755f-45b7-871b-52545a629957
--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:29:07.3544248+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--