© 2024 Clarivate
POST /api/.../patrons
Adds new patron
Name | Type | Required | Description |
---|---|---|---|
DtoPatronNewMembership | Patron New Membership | Yes | Define in the request body |
{
"User3": 1,
"NameLast": "NameLast",
"Birthdate": "2002-02-02T00:00:00",
"GenderID": 2,
"User1": "S",
"ExpirationDate": "2023-08-02T00:00:00",
"MembershipSubscriptionYears": 1,
"StatisticalClassCode": "MOE",
"NotificationEmail": true,
"NotificationMobileApp": true,
"DraftMembershipType": true,
"PatronCodeID": 1,
"Fees": [{
"Fee": 10,
"FeeReasonCodeID": 7
}]
}
Code | Description |
---|---|
200 | OK. Success |
400 | All business validation errors |
404 | Record not found |