POST api/MobileReferralsFollowUp/PostMobileReferralsFollowUp
POST - Referral Follow Up
Request Information
URI Parameters
None.
Body Parameters
Mobile Referral Follow-Up Model
VMobileReferralFollowUpName | 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": "cfa8d721-9153-43b4-ad2a-a8b6cfde3f4c", "MobileReferralFollowUpGuid": "f4a56008-60a3-4e0b-877a-d9308f951789", "MobileReferralGuid": "d756b381-8f8a-417d-aef9-68ccb4ff4e61", "UNHCRReferralID": "sample string 4", "UNHCRReferralFollowUpID": 1, "IsRegisteredUNHCR": true, "UNHCRCaseNumber": "sample string 6", "FollowUpActionId": 7, "FollowUpActionDate": "2025-10-16T04:23:34.0269252+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>cfa8d721-9153-43b4-ad2a-a8b6cfde3f4c</EventId> <MobileReferralFollowUpGuid>f4a56008-60a3-4e0b-877a-d9308f951789</MobileReferralFollowUpGuid> <MobileReferralGuid>d756b381-8f8a-417d-aef9-68ccb4ff4e61</MobileReferralGuid> <UNHCRReferralID>sample string 4</UNHCRReferralID> <UNHCRReferralFollowUpID>1</UNHCRReferralFollowUpID> <IsRegisteredUNHCR>true</IsRegisteredUNHCR> <UNHCRCaseNumber>sample string 6</UNHCRCaseNumber> <FollowUpActionId>7</FollowUpActionId> <FollowUpActionDate>2025-10-16T04:23:34.0269252+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" cfa8d721-9153-43b4-ad2a-a8b6cfde3f4c --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralFollowUpGuid" f4a56008-60a3-4e0b-877a-d9308f951789 --MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="MobileReferralGuid" d756b381-8f8a-417d-aef9-68ccb4ff4e61 --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" 2025-10-16T04:23:34.0269252+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.