BenefitExport
API | Description |
---|---|
GET api/BenefitExport/ExportBenefit |
No documentation available. |
GET api/BenefitExport/ReadMemberException |
No documentation available. |
GET api/BenefitExport/ReadBenefitException |
No documentation available. |
Customer
API | Description |
---|---|
POST api/Customer/Update |
Updates customer.This API can handle single and multiple customer data. This API can be used to update the customer with out updating the customer address. |
CustomerAddress
API | Description |
---|---|
POST api/CustomerAddress/Update |
Updates Customer Address.This API can handle single and multiple customer address data. This API can be used to update the customer address with out updating the customer. |
POST api/CustomerAddress/ContactUpdate |
Updates Customer phone Number.This API can handle single and multiple contact update data. This API can be used to update the customer contact number alone with out updating the customer. |
CustomerAndCustomerAddress
API | Description |
---|---|
POST api/CustomerAndCustomerAddress/Add |
Creates new customer and customer Address.This API can handle single and multiple customer data. Each customer can have list of address like mailing,billing etc.,minimum one address is mandatory. |
POST api/CustomerAndCustomerAddress/Update |
Updates Customer and Customer Address.This API can handle single and multiple Customer and customer address data. Each customer can have list of address like mailing,billing etc.,minimum one address is mandatory. |
Member
API | Description |
---|---|
POST api/Member/Update |
Updates Member. This API can handle single and multiple Member data. This API can be used to update the member alone with out updating the member list or benefits. |
MemberAndMembershipList
API | Description |
---|---|
POST api/MemberAndMembershipList/Add |
Creates New Member and their Membership list. This API can handle single and multiple Member and their Membership list data. Each Member will have list of membership list. |
POST api/MemberAndMembershipList/Update |
Updates Member and their Membership list. This API can handle single and multiple Member and their Membership list data. Each Member will have list of membership list. |
Memberbenefit
API | Description |
---|---|
POST api/Memberbenefit/Add |
Creates new benefits for a member. This API can handle single and multiple benefits data. |
POST api/Memberbenefit/Update |
Updates the benefits for a member. This API can handle single and multiple benefits data. |
MembershipList
API | Description |
---|---|
POST api/MembershipList/Update |
Updates Membership List.This API can handle single and multiple Membership List updation. This API can be used to update the member list alone with out updating the member or benefits. |
MembershipMerge
API | Description |
---|---|
POST api/MembershipMerge/MembershipMerge |
No documentation available. |