GET api/NoqoodyUser/getQidImage

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetQIDImageResponseModel
NameDescriptionTypeAdditional information
QID

string

None.

QIDFront

string

None.

QIDBack

string

None.

ReminderType

string

None.

ExpiryDate

date

None.

ReminderTypeID

integer

None.

CountryID

integer

None.

Nationality

string

None.

DateofBirth

date

None.

IsIdVerified

boolean

None.

ExpiryReminder

boolean

None.

success

boolean

None.

code

string

None.

message

string

None.

errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "QID": "sample string 1",
  "QIDFront": "sample string 2",
  "QIDBack": "sample string 3",
  "ReminderType": "sample string 4",
  "ExpiryDate": "2025-06-15T07:00:09.9926616+03:00",
  "ReminderTypeID": 5,
  "CountryID": 6,
  "Nationality": "sample string 7",
  "DateofBirth": "2025-06-15T07:00:09.9926616+03:00",
  "IsIdVerified": true,
  "ExpiryReminder": true,
  "success": true,
  "code": "sample string 11",
  "message": "sample string 12",
  "errors": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<UserModels.GetQIDImageResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QatarPay.Models">
  <code>sample string 11</code>
  <errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </errors>
  <message>sample string 12</message>
  <success>true</success>
  <CountryID>6</CountryID>
  <DateofBirth>2025-06-15T07:00:09.9926616+03:00</DateofBirth>
  <ExpiryDate>2025-06-15T07:00:09.9926616+03:00</ExpiryDate>
  <ExpiryReminder>true</ExpiryReminder>
  <IsIdVerified>true</IsIdVerified>
  <Nationality>sample string 7</Nationality>
  <QID>sample string 1</QID>
  <QIDBack>sample string 3</QIDBack>
  <QIDFront>sample string 2</QIDFront>
  <ReminderType>sample string 4</ReminderType>
  <ReminderTypeID>5</ReminderTypeID>
</UserModels.GetQIDImageResponseModel>