[등록][예상오퍼율][예상발송률]

POST {{baseUrl}}/api/v1/company/prcCompanyService

예상오퍼율과 예상발송률을 등록합니다.

Request Body

{"prc_type"=>"udt", "company_id"=>"C00001", "service_id"=>"S00001", "expected_send_rate"=>0.95, "expected_offer_rate"=>0.43}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"msg":"성공적으로 수정되었습니다.","result":true,"count":1}