Projeto do Agent Contas ORACLE
This commit is contained in:
16
app/domain/contas/fixtures/contrato.json
Normal file
16
app/domain/contas/fixtures/contrato.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"contract": {
|
||||
"status": "ACTIVE",
|
||||
"planName": "TIM Black C Light Disney 7 0"
|
||||
},
|
||||
"billingProfile": {
|
||||
"paymentTypeId": 2,
|
||||
"paymentType": "fatura",
|
||||
"customer": {
|
||||
"id": "MOCK-CUSTOMER-0001",
|
||||
"customerId": "MOCK-CUSTOMER-0001",
|
||||
"document": "12345678909",
|
||||
"name": "Cliente Mock"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user