POST api/MobileReferralsFollowUp/PostMobileReferralsFollowUp
POST - Referral Follow Up
Request Information
URI Parameters
None.
Body Parameters
Mobile Referral Follow-Up Model
VMobileReferralFollowUp| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId |
Event Id |
globally unique identifier |
None. |
| MobileReferralFollowUpGuid |
Mobile Referral Follow up Guid |
globally unique identifier |
None. |
| MobileReferralGuid |
Mobile Referral Guid |
globally unique identifier |
None. |
| UNHCRReferralID |
UNHCR Referral ID |
string |
None. |
| UNHCRReferralFollowUpID |
UNHCR Referral Follow Up ID |
integer |
None. |
| IsRegisteredUNHCR |
Is Registered with UNHCR |
boolean |
None. |
| UNHCRCaseNumber |
UNHCR Case Number |
string |
None. |
| FollowUpActionId |
Follow Up Action Id |
integer |
None. |
| FollowUpActionDate |
Follow Up Action Date Id |
date |
None. |
| Comment |
Follow Up Comment |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "46551516-3439-47fa-bead-ad5dbf2eb984",
"MobileReferralFollowUpGuid": "fb49367c-2a6f-493d-a702-14a317957dfc",
"MobileReferralGuid": "77b082d2-1cf6-485c-ba17-3930d2fa8a34",
"UNHCRReferralID": "sample string 4",
"UNHCRReferralFollowUpID": 1,
"IsRegisteredUNHCR": true,
"UNHCRCaseNumber": "sample string 6",
"FollowUpActionId": 7,
"FollowUpActionDate": "2026-05-06T12:31:55.1726816+00:00",
"Comment": "sample string 9"
}
application/xml, text/xml
Sample:
<VMobileReferralFollowUp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <EventId>46551516-3439-47fa-bead-ad5dbf2eb984</EventId> <MobileReferralFollowUpGuid>fb49367c-2a6f-493d-a702-14a317957dfc</MobileReferralFollowUpGuid> <MobileReferralGuid>77b082d2-1cf6-485c-ba17-3930d2fa8a34</MobileReferralGuid> <UNHCRReferralID>sample string 4</UNHCRReferralID> <UNHCRReferralFollowUpID>1</UNHCRReferralFollowUpID> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpActionId>7</FollowUpActionId> <FollowUpActionDate>2026-05-06T12:31:55.1726816+00:00</FollowUpActionDate> <Comment>sample string 9</Comment> </VMobileReferralFollowUp>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="EventId" 46551516-3439-47fa-bead-ad5dbf2eb984 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpGuid" fb49367c-2a6f-493d-a702-14a317957dfc --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralGuid" 77b082d2-1cf6-485c-ba17-3930d2fa8a34 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferralID" sample string 4 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRReferralFollowUpID" 1 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="IsRegisteredUNHCR" True --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="UNHCRCaseNumber" sample string 6 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FollowUpActionId" 7 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="FollowUpActionDate" 2026-05-06T12:31:55.1726816+00:00 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="Comment" sample string 9 --MultipartDataMediaFormatterBoundary1q2w3e--
Response Information
Resource Description
HTTP Status Code and Device Referral Follow-Up Id / UNHCR Referral Follow-Up Id
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.