Index
api/v1/cardfiles
Path: api/v1/cardfiles
This API is JSON:API compliant.
This endpoint supports the following methods:
GET POST PATCH
The resource type for this endpoint is CardFile
The identifier is cardno
The CardFile resource type attributes are as follows:
{
"name":string
"address":{
optional
"isAddressResidential":boolean
"streetAddress":string
"suburb":string
"state":string
"postCode":string
"country":string
}
"delAddress":{
optional
"isAddressResidential":boolean
"streetAddress":string
"suburb":string
"state":string
"postCode":string
"country":string
}
}