 
          Sales
API
- 
                      API Sales for a customer - Sale, POST /contracts/{contractNo}/sales This app allows the declaration of a sale. 
- Sales List, GET /contracts/{contractNo}/sales This app allows the consultation of sales by debtor and/or month of invoice. 
- Modify Sale, POST /contracts/{contractNo}/sale This app allows the modification of a sale. 
- Sale Consult, GET /contracts/{contractNo}/sale This app allows the consultation of a sale. 
- Subsidiaries List, GET /contracts/{contractNo}/subsidiaries This app allows the consultation of the internal code that Cesce grants to the affiliated members of the policy 
 
- 
                    API Extensions for a customer - Individual Extension, POST /contracts/{contractNo}/extensions This app allows you to create an individual extension. 
- Extension List, GET /contracts/{contractNo}/extensions This app allows the consultation of extensions of maturity at the policy level y/o debtor. 
- Prorrogation Consult, GET /contracts/{contractNo}/extensions/{extensionNo} This app allows to check a detailed prorogation of expiration. 
 Sandbox Model Sample data model available for sandbox testing. Includes examples of allavailable cases with their corresponding input and output data: ** 
- 
                    API Collections for a customer - Collection, POST /contracts/{contractNo}/collections This application allows the declaration of the amount collected from a sale.
 Sandbox Model Sample data model available for sandbox testing. Includes examples of allavailable cases with their corresponding input and output data: Pagination Not includes pagination. Security This API is secured with an OAuth server. You must to request a token before invoking any of its operations. To perform a token request 
 
     
      