riverty logo

Docs

Create a Claim

Path

POST /claims
Successful Request

Request Example

    
        {
 "customer": {
  "type": "PRIVATE",
  "title": "Ms.",
  "gender": "female",
  "lastName": "Hilll",
  "addresses": [
   {
    "city": "West Mattiemouth",
    "type": "billing",
    "street": "640 Carrie Crest",
    "zipCode": "56695-0518",
    "countryCode": "TZ"
   }
  ],
  "firstName": "Bianka",
  "dateOfBirth": "1946-01-01",
  "customerNumber": "B1140280585"
 },
 "contracts": [
  {
   "endDate": "2023-06-23",
   "invoices": [
    {
     "currency": "EUR",
     "invoiceDate": "2023-06-23",
     "invoiceNumber": "I5408705335",
     "originalAmount": 120,
     "remainingAmount": 100
    }
   ],
   "startDate": "2018-06-23",
   "contractNumber": "V8157366331"
  }
 ]
}
    

Response Example

    
        {
 "requestId": "8ec4f2b1-964b-42fd-9b1a-abd9274af9c1"
}