Deactivate Sender
Method and URL
PATCH
[BASE_URL]/xb/sender/:id/deactivate
Request Params
Key
Value
id
{{uuid}}
Response
Response Body
{
"code": "00",
"message": "Success",
"data": {
"uuid": "da9fb196-3f8f-4bb7-a838-c50c40d13581",
"name": "Indonesah Newjeans",
"countryCode": "ID",
"state": "Jawa Barat",
"city": "Bandung",
"address": "Jl Street",
"postcode": "12345",
"accountType": "Individual",
"identificationType": "Passport",
"identificationNumber": "X123457",
"bankAccountNumber": "98723293",
"dob": "1990-12-01",
"contactCountryCode": "+62",
"contactNumber": "123134123",
"sourceOfIncome": "Salary",
"createdAt": "2024-11-06T03:10:25Z",
"updatedAt": "2024-11-06T10:37:51.469524721Z",
"deactivatedAt": "2024-11-06T10:37:51.469524721Z"
}
}
Last updated